fix(*): Make the elasticsearch logging render out log data correctly for filtering in kibana

This commit is contained in:
2020-11-05 22:52:31 +00:00
parent 4e2c79614b
commit 43778d360a
2 changed files with 9 additions and 5 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
"channeldeletetimeinminutes": 30,
"deletecommandstoggle": false,
"maxqueuesize": 4,
"elasticsearchhost": "http://jcreek.ddns.net:9200",
"elasticsearch" : {
"elasticsearch_address" : "http://jcreek.ddns.net:9200",
"elasticsearch_index_pattern" : "[logs-denbot-]YYYY.MM.DD"
},
"prefix": "!",
"token": "NzcwMDQyMDEzMjY5NDkxNzUy.X5Xzgg.kcr_51g95iUvEcYCfbQvG1Sx8ao"
}