We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to ingest data from telegraf to VictoriaLogs it's required to remap telegraf fields to fields, which are supported by VictoriaLogs
given below config, should allow properly ingest data into victorialogs from tail input
tail
[[outputs.elasticsearch]] urls = ["http://localhost:9428/insert/elasticsearch"] timeout = "1m" flush_interval = "30s" enable_sniffer = false health_check_interval = "0s" index_name = "device_log-%Y.%m.%d" manage_template = false template_name = "telegraf" overwrite_template = false namepass = ["tail"] [outputs.elasticsearch.headers] "VL-Msg-Field" = "tail.value" "VL-Time-Field" = "@timestamp" "VL-Stream-Fields" = "measurement_name"
Currently ingestion from telegraf doesn't create any records in VictoriaLogs
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Use Case
to ingest data from telegraf to VictoriaLogs it's required to remap telegraf fields to fields, which are supported by VictoriaLogs
Expected behavior
given below config, should allow properly ingest data into victorialogs from
tail
inputActual behavior
Currently ingestion from telegraf doesn't create any records in VictoriaLogs
Additional info
No response
The text was updated successfully, but these errors were encountered: