Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 4907b9e

Browse files
author
Chris Wiechmann
committed
Tags now indexed as they should be used for stack monitoring
1 parent 0fad1b7 commit 4907b9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apibuilder4elastic/elasticsearch_config/traffic-summary/index_template.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"type": "keyword",
2525
"doc_values": false
2626
},
27+
"tags": {
28+
"type": "text",
29+
"norms": false
30+
},
2731
"processInfo.serviceId": {
2832
"type": "keyword"
2933
},

logstash/pipelines/OpenTrafficPipeline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filter {
1414
match => [ "timestamp", "UNIX_MS" ]
1515
}
1616
mutate {
17-
remove_field => ["agent", "ecs", "log", "host", "timestamp", "tags", "logType", "event" ]
17+
remove_field => ["agent", "ecs", "log", "host", "timestamp", "logType", "event" ]
1818
}
1919
# Take the given gatewayName (provided by filebeat) and replace the serviceName with that value
2020
mutate {

0 commit comments

Comments
 (0)