-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[envoyproxy][mongodb_atlas] Update failing mappings when validation based on mappings enabled #12577
Draft
mrodm
wants to merge
19
commits into
elastic:main
Choose a base branch
from
mrodm:update_obs-infraobs-integrations_mappings
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[envoyproxy][mongodb_atlas] Update failing mappings when validation based on mappings enabled #12577
mrodm
wants to merge
19
commits into
elastic:main
from
mrodm:update_obs-infraobs-integrations_mappings
+21,091
−8,775
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrewkroh
added
Integration:envoyproxy
Envoyproxy
Integration:mongodb_atlas
MongoDB Atlas
labels
Feb 3, 2025
andrewkroh
added
Integration:1password
1Password
Integration:abnormal_security
Abnormal Security
New Integration
Issue or pull request for creating a new integration package.
labels
Feb 4, 2025
mrodm
force-pushed
the
update_obs-infraobs-integrations_mappings
branch
from
February 4, 2025 17:22
1778899
to
959efee
Compare
mrodm
force-pushed
the
update_obs-infraobs-integrations_mappings
branch
from
February 4, 2025 19:02
959efee
to
e122783
Compare
…astic#12571) Updates the following integrations to ECS 8.17.0: - fortinet_fortiedr - fortinet_fortigate - fortinet_fortimail - fortinet_fortimanager - fortinet_fortiproxy - goflow2 - hashicorp_vault - imperva - iptables
…astic#12569) Update the following integrations to ECS 8.17.0: - arista_ngfw - cef - checkpoint - cisco_aironet - cisco_asa - cisco_ftd - cisco_ios - cisco_ise - cisco_nexus - cisco_secure_email_gateway - citrix_waf
…astic#12572) Updated the following integrations to ECS 8.17.0: - juniper_srx - modsecurity - netflow - osquery - panw - pfsense - proxysg
…astic#12574) Updated the following integrations to ECS 8.17.0: - qnap_nas - snort - sonicwall_firewall - sophos - squid - stormshield - suricata - tcp - udp - watchguard_firebox - zeek
- The time format used "week-based-year" (Y) instead of "year-of-era" (y). The former gives very different results when calculating the month and date, since it is week-based. - Regenerated test files with updated dates.
elastic#12612) * Fix dashboard query in [Metrics System] Host overview * update pr link
mrodm
removed
Integration:1password
1Password
Integration:abnormal_security
Abnormal Security
New Integration
Issue or pull request for creating a new integration package.
labels
Feb 5, 2025
* Add 9.0.0 constraint to sec-windows-platform packages * Fix typo * add scanner options to allow small test files * Update packages/microsoft_exchange_server/data_stream/httpproxy/agent/stream/filestream.yml.hbs * Update packages/microsoft_exchange_server/data_stream/httpproxy/agent/stream/filestream.yml.hbs * Update packages/microsoft_exchange_server/data_stream/httpproxy/agent/stream/filestream.yml.hbs * Update packages/microsoft_exchange_server/data_stream/httpproxy/agent/stream/filestream.yml.hbs * Update packages/microsoft_exchange_server/data_stream/httpproxy/agent/stream/filestream.yml.hbs
* Docker Enablement for v9.0.0 Signed-off-by: Andreas Gkizas <[email protected]>
…ingress, istio and containerd integrations (elastic#12535) * Enabling 9.0.0 kibana support for kubernetes, kubernetes_otel, nginx_ingress, istio and containerd integrations Signed-off-by: Andreas Gkizas <[email protected]>
mrodm
force-pushed
the
update_obs-infraobs-integrations_mappings
branch
from
February 5, 2025 17:30
e122783
to
e9a1f16
Compare
🚀 Benchmarks reportTo see the full report comment with |
Quality Gate passedIssues Measures |
…41bb116f37d13f2d4e04502d0
💔 Build Failed
Failed CI StepsHistory
cc @mrodm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Updated failing mappings found for
envoyproxy
andmongodb_atlas
packages whenelastic-package
uses validation based on mappings.envoyproxy
Added missing mappings for
envoy.thread_local_cluster_manager
metrics.Added the same mappings as the other groups (mean, min, max, count and so on).
Example of error found (buildkite link):
mongodb_atlas
Update flattened field definitions to not create dynamic templates.
As they were previously, this dynamic template is created:
With the change of this PR, this mapping is created as:
Example of errors found (buildkite link):
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Run elastic-package with mappings validation enabled and run system tests:
Related issues
Screenshots