-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various integration package enhancements and fixes (#6359)
* apmpackage: various improvements and fixes - Add client.geo to internal_metrics, so RUM breakdown metrics can be indexed. The internal metrics data stream is strictly mapped. - Remove our README generator, update to use the elastic-package generator instead. This means we no longer have ECS badges; we should enhance the elastic-package generator later if this is important. I have also removed the sample documents, as we have these in the elastic.co APM documentation. - Stop generating integration package fields and ingest pipelines. Prune unused fields per data stream, and introduce data stream specific ingest pipelines. - Use `external: ecs` for ECS fields, so we get the canonical ECS field descriptions and types. - Use `constant_keyword` for `processor.name` and `processor.event` fields where we can. * systemtest: test geoIP enrichment with integration * Use built integration package in system tests Now that we're using `external: ecs` in fields/ecs.yml, we need to use the output of `elastic-package build` rather than using the integration package source directly. This goes for the system tests (i.e. what we mount into the package-registry container), and also for what we copy to package-storage. * testing/docker/package-registry: local first * apmpackage: make changelog descriptions consistent
- Loading branch information
Showing
84 changed files
with
1,707 additions
and
4,544 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dependencies: | ||
ecs: | ||
# TODO(axw) make sure this is kept in sync with the ECS version used in libbeat. | ||
reference: [email protected] |
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
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
30 changes: 0 additions & 30 deletions
30
.../apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_data_stream_migration.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...ge/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_error_grouping_name.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ckage/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_ingest_timestamp.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...m/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_metrics_dynamic_template.json
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...e/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_remove_span_metadata.json
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
apmpackage/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_user_agent.json
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
apmpackage/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/apm_user_geo.json
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
apmpackage/apm/data_stream/app_metrics/elasticsearch/ingest_pipeline/default.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.