Skip to content

Commit ed8e0c9

Browse files
authored
packages/apm: remove data streams in 8.15.0 (#9949)
* packages/apm: remove data streams in 8.15.0 As of elastic/elasticsearch#108860 (due to be released in 8.15.0), the apm-data Elasticsearch plugin is enabled by default and will take care of installing index templates and ingest pipelines for APM; the integration package no longer needs to (nor should) install its own. With this change, the integration package is optional for APM: it is still useful for running with Fleet, but otherwise users may rely on templates/pipelines being set up by Elasticsearch. * Update docs
1 parent 4a3964b commit ed8e0c9

File tree

145 files changed

+13
-6673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+13
-6673
lines changed

packages/apm/_dev/build/build.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/apm/_dev/build/docs/README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,14 @@
22

33
Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real-time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more.
44

5-
The APM integration installs templates and pipelines that validate and process APM data.
6-
To learn more about the APM Integration architecture, see [APM Components](https://ela.st/apm-components).
5+
The APM integration enables central management of APM Server with Fleet.
6+
To learn more, see [Fleet-managed APM Server](https://ela.st/apm-fleet).
77

88
### Quick start
99

1010
Ready to jump in? Read the [APM quick start](https://ela.st/quick-start-apm).
1111

1212
## Data Streams
1313

14-
When using the APM integration, APM events are indexed into data streams.
14+
APM events are indexed into data streams.
1515
See [APM data streams](https://ela.st/apm-data-streams) for more information.
16-
17-
### Traces
18-
19-
{{fields "traces"}}
20-
21-
### Application Metrics
22-
23-
{{fields "app_metrics"}}
24-
25-
### Internal Metrics
26-
27-
{{fields "internal_metrics"}}
28-
29-
### Application errors
30-
31-
{{fields "error_logs"}}

packages/apm/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: 8.15.0-preview-1716438434
2+
changes:
3+
- description: Remove data streams from integration package
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/9949
16
- version: 8.13.1-preview-1708411360
27
changes:
38
- description: Remove version check

packages/apm/data_stream/app_logs/elasticsearch/ilm/default_policy.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/apm/data_stream/app_logs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/apm/data_stream/app_logs/fields/base-fields.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/apm/data_stream/app_logs/fields/ecs.yml

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)