Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
[automation] Publish apm-8.5.0 (#5245)
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine authored Aug 8, 2022
1 parent 5058e99 commit 4c2a9cc
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
description: Pipeline for ingesting APM application logs.
processors:
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- grok:
field: observer.version
pattern_definitions:
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/app_logs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ processors:
ignore_failure: true
ignore_missing: true
target_field: user_agent
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- geoip:
database_file: GeoLite2-City.mmdb
field: client.ip
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/app_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ processors:
ignore_failure: true
ignore_missing: true
target_field: user_agent
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- geoip:
database_file: GeoLite2-City.mmdb
field: client.ip
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/error_logs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ processors:
ignore_failure: true
ignore_missing: true
target_field: user_agent
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- geoip:
database_file: GeoLite2-City.mmdb
field: client.ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ processors:
ignore_failure: true
ignore_missing: true
target_field: user_agent
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- geoip:
database_file: GeoLite2-City.mmdb
field: client.ip
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/profile_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/rum_traces/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ processors:
ignore_failure: true
ignore_missing: true
target_field: user_agent
- rename:
field: process.ppid
ignore_failure: true
ignore_missing: true
target_field: process.parent.pid
- geoip:
database_file: GeoLite2-City.mmdb
field: client.ip
Expand Down
4 changes: 2 additions & 2 deletions packages/apm/8.5.0/data_stream/traces/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
- description: Process id.
name: process.pid
type: long
- description: Parent process' pid.
name: process.ppid
- description: Process id.
name: process.parent.pid
type: long
- description: |-
Process title.
Expand Down
8 changes: 4 additions & 4 deletions packages/apm/8.5.0/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Traces are written to `traces-apm-*` data streams, except for RUM traces, which
| observer.version | Observer version. | keyword |
| parent.id | The ID of the parent event. | keyword |
| process.args | Array of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information. | keyword |
| process.parent.pid | Process id. | long |
| process.pid | Process id. | long |
| process.ppid | Parent process' pid. | long |
| process.title | Process title. The proctitle, some times the same as process name. Can also be different: for example a browser setting its title to the web page currently opened. | keyword |
| process.title.text | Multi-field of `process.title`. | match_only_text |
| processor.event | Processor event. | keyword |
Expand Down Expand Up @@ -289,8 +289,8 @@ Application metrics are written to service-specific `metrics-apm.app.*-*` data s
| observer.type | The type of the observer the data is coming from. There is no predefined list of observer types. Some examples are `forwarder`, `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`. | keyword |
| observer.version | Observer version. | keyword |
| process.args | Array of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information. | keyword |
| process.parent.pid | Process id. | long |
| process.pid | Process id. | long |
| process.ppid | Parent process' pid. | long |
| process.title | Process title. The proctitle, some times the same as process name. Can also be different: for example a browser setting its title to the web page currently opened. | keyword |
| process.title.text | Multi-field of `process.title`. | match_only_text |
| processor.event | Processor event. | constant_keyword |
Expand Down Expand Up @@ -449,8 +449,8 @@ Internal metrics are written to `metrics-apm.internal-*` data streams.
| observer.type | The type of the observer the data is coming from. There is no predefined list of observer types. Some examples are `forwarder`, `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`. | keyword | | |
| observer.version | Observer version. | keyword | | |
| process.args | Array of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information. | keyword | | |
| process.parent.pid | Process id. | long | | |
| process.pid | Process id. | long | | |
| process.ppid | Parent process' pid. | long | | |
| process.title | Process title. The proctitle, some times the same as process name. Can also be different: for example a browser setting its title to the web page currently opened. | keyword | | |
| process.title.text | Multi-field of `process.title`. | match_only_text | | |
| processor.event | Processor event. | constant_keyword | | |
Expand Down Expand Up @@ -625,8 +625,8 @@ Application errors are written to `logs-apm.error.*` data stream.
| observer.version | Observer version. | keyword |
| parent.id | The ID of the parent event. | keyword |
| process.args | Array of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information. | keyword |
| process.parent.pid | Process id. | long |
| process.pid | Process id. | long |
| process.ppid | Parent process' pid. | long |
| process.title | Process title. The proctitle, some times the same as process name. Can also be different: for example a browser setting its title to the web page currently opened. | keyword |
| process.title.text | Multi-field of `process.title`. | match_only_text |
| processor.event | Processor event. | constant_keyword |
Expand Down

0 comments on commit 4c2a9cc

Please sign in to comment.