Skip to content

Commit

Permalink
apmpackage: remove processor.name fields
Browse files Browse the repository at this point in the history
This field is not used by the UI, and is redundant;
its value can be inferred from data_stream.dataset`.

See elastic/kibana#161718 (comment)
  • Loading branch information
axw committed Aug 21, 2023
1 parent cfce80b commit 15cdd89
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions apmpackage/apm/data_stream/app_logs/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
type: constant_keyword
value: log
description: Processor event.
- name: processor.name
type: constant_keyword
value: log
description: Processor name.
- name: service.framework.name
type: keyword
index: false
Expand Down
4 changes: 0 additions & 4 deletions apmpackage/apm/data_stream/app_metrics/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.framework.name
type: keyword
index: false
Expand Down
4 changes: 0 additions & 4 deletions apmpackage/apm/data_stream/error_logs/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
type: constant_keyword
value: error
description: Processor event.
- name: processor.name
type: constant_keyword
value: error
description: Processor name.
- name: service.framework.name
type: keyword
index: false
Expand Down
4 changes: 0 additions & 4 deletions apmpackage/apm/data_stream/internal_metrics/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.framework.name
type: keyword
index: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.target.name
type: keyword
description: Target service for which data is collected.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.language.name
type: keyword
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.language.name
type: keyword
description: |
Expand Down
4 changes: 0 additions & 4 deletions apmpackage/apm/data_stream/traces/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@
- name: processor.event
type: keyword
description: Processor event, either "transaction" or "span".
- name: processor.name
type: constant_keyword
value: transaction
description: Processor name.
- name: service.framework.name
type: keyword
index: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
type: constant_keyword
value: metric
description: Processor event.
- name: processor.name
type: constant_keyword
value: metric
description: Processor name.
- name: service.language.name
type: keyword
description: |
Expand Down

0 comments on commit 15cdd89

Please sign in to comment.