mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/vector: add example for JSON stream config
Follow-up 16eeb4eb33
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
16eeb4eb33
commit
9064602d00
1 changed files with 4 additions and 9 deletions
|
@ -19,19 +19,14 @@
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[sinks.vlogs]
|
[sinks.vlogs]
|
||||||
type = "elasticsearch"
|
type = "http"
|
||||||
inputs = [ "msg_parser" ]
|
inputs = [ "msg_parser" ]
|
||||||
endpoints = [ "http://victorialogs:9428/insert/elasticsearch/" ]
|
uri = "http://victorialogs:9428/insert/jsonline?_stream_fields=source_type,host,container_name&_msg_field=log.msg&_time_field=timestamp"
|
||||||
mode = "bulk"
|
encoding.codec = "json"
|
||||||
api_version = "v8"
|
framing.method = "newline_delimited"
|
||||||
compression = "gzip"
|
compression = "gzip"
|
||||||
healthcheck.enabled = false
|
healthcheck.enabled = false
|
||||||
|
|
||||||
[sinks.vlogs.query]
|
|
||||||
_msg_field = "log.msg"
|
|
||||||
_time_field = "timestamp"
|
|
||||||
_stream_fields = "source_type,host,container_name"
|
|
||||||
|
|
||||||
[sinks.vlogs.request.headers]
|
[sinks.vlogs.request.headers]
|
||||||
AccountID = "0"
|
AccountID = "0"
|
||||||
ProjectID = "0"
|
ProjectID = "0"
|
||||||
|
|
Loading…
Reference in a new issue