File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
x-pack/plugin/apm-data/src/main/resources Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ description: |
1010 custom pipelines. All built-in processing occurs in the final
1111 pipelines.
1212processors :
13+ # Set event.dataset if unset to meet Anomaly Detection requirements
14+ - set :
15+ if : " ctx.data_stream?.dataset != null"
16+ field : event.dataset
17+ value : " {{{data_stream.dataset}}}"
18+ override : false
1319# Invoke user-defined custom pipelines, in ascending order of specificity:
1420- pipeline :
1521 name : global@custom
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ description: |
1010 custom pipelines. All built-in processing occurs in the final
1111 pipelines.
1212processors :
13+ # Set event.dataset if unset to meet Anomaly Detection requirements
14+ - set :
15+ if : " ctx.data_stream?.dataset != null"
16+ field : event.dataset
17+ value : " {{{data_stream.dataset}}}"
18+ override : false
1319# Invoke user-defined custom pipelines, in ascending order of specificity:
1420- pipeline :
1521 name : global@custom
Original file line number Diff line number Diff line change 11# "version" holds the version of the templates and ingest pipelines installed
22# by xpack-plugin apm-data. This must be increased whenever an existing template or
33# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
4- version : 13
4+ version : 14
55
66component-templates :
77 # Data lifecycle.
You can’t perform that action at this time.
0 commit comments