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

Commit 8562595

Browse files
author
Chris Wiechmann
committed
Added a new simple health dashboard & Domain-Audit-Template extended
1 parent 161f01a commit 8562595

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-13
lines changed

apibuilder4elastic/elasticsearch_config/apigw-domainaudit/index_template.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
},
4646
"metaData.requestURI": {
4747
"type": "text"
48+
},
49+
"processInfo.gatewayRegion": {
50+
"type": "keyword"
51+
},
52+
"processInfo.gatewayName": {
53+
"type": "text",
54+
"fields": {
55+
"keyword": {
56+
"type": "keyword"
57+
}
58+
},
59+
"norms": false
4860
}
4961
}
5062
}

0 commit comments

Comments
 (0)