Skip to content
Snippets Groups Projects
Commit 6abf309f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

update changelog, fix fluentd pattern

parent b3547a6a
No related branches found
No related tags found
No related merge requests found
## 20.06.3
BUG FIXES
* fix retrieve_data in Python modules for data ingested using metadata only mode
* fix asapo orchestration image stabilize nginx and update fluentd configuration to follow Nomad jobs log rotation
## 20.06.2
BUG FIXES
......
......@@ -15,7 +15,7 @@
{{ range ("influxdb grafana" | split " ") }}
[INPUT]
Name tail
Path ${NOMAD_ALLOC_DIR}/${NOMAD_ALLOC_ID}/alloc/logs/{{.}}*.0
Path ${NOMAD_ALLOC_DIR}/${NOMAD_ALLOC_ID}/alloc/logs/{{.}}*
Tag asapo.{{.}}
# Tag_Regex .*/(?<service>.*).(?<channel>stderr|stdout).*
DB ${NOMAD_TASK_DIR}/logs.db
......
......@@ -4,7 +4,7 @@
[INPUT]
Name tail
Path ${NOMAD_ALLOC_DIR}/${NOMAD_ALLOC_ID}/alloc/logs/nginx*.0
Path ${NOMAD_ALLOC_DIR}/${NOMAD_ALLOC_ID}/alloc/logs/nginx*
Tag asapo.nginx
DB ${NOMAD_TASK_DIR}/logs.db
Parser level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment