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
Windows event log to VictoriaLogs winlogbeat+Vector+VictoriaLogs
Vector:config [sources.source_winlog_event] type = "exec" command = ["D:\Lib\Logs\1.winlogbeat-8.10.4-windows-x86_64\winlogbeat-8.10.4-windows-x86_64\winlogbeat.exe", "-c", "D:\Lib\Logs\1.winlogbeat-8.10.4-windows-x86_64\winlogbeat-8.10.4-windows-x86_64\winlogbeat-My.yml"] mode = "streaming"
but: https://docs.victoriametrics.com/VictoriaLogs/data-ingestion/#log-collectors-and-data-ingestion-formats
Here is the list of log collectors and their ingestion formats supported by VictoriaLogs:
How to setup the collector Format: Elasticsearch Format: JSON Stream Format: Loki Filebeat Yes No No Fluentbit No Yes Yes Logstash Yes No No Vector Yes No Yes Promtail No No Yes
No response
The text was updated successfully, but these errors were encountered:
Hello,
Are you using the http sink?
http
I see from the linked spec
VictoriaLogs accepts JSON line stream aka ndjson at http://localhost:9428/insert/jsonline endpoint.
Have you tried using the http sink with the json encoder, (https://vector.dev/docs/reference/configuration/sinks/http/#encoding.codec)
json
and the newline_delimited framing method? (https://vector.dev/docs/reference/configuration/sinks/http/#framing.method)
newline_delimited
Sorry, something went wrong.
victorialogs: mention vector supports http/json stream (#6114)
16eeb4e
vectordotdev/vector#18883 (comment)
Thanks @neuronull @tqangxl !
I can confirm the following config works. Added example for configuring Vector to use VictoriaMetrics Json stream API here.
a09da7a
vectordotdev/vector#18883 (comment) (cherry picked from commit 16eeb4e)
No branches or pull requests
A note for the community
Use Cases
Windows event log to VictoriaLogs
winlogbeat+Vector+VictoriaLogs
Vector:config
[sources.source_winlog_event]
type = "exec"
command = ["D:\Lib\Logs\1.winlogbeat-8.10.4-windows-x86_64\winlogbeat-8.10.4-windows-x86_64\winlogbeat.exe", "-c", "D:\Lib\Logs\1.winlogbeat-8.10.4-windows-x86_64\winlogbeat-8.10.4-windows-x86_64\winlogbeat-My.yml"]
mode = "streaming"
but:
https://docs.victoriametrics.com/VictoriaLogs/data-ingestion/#log-collectors-and-data-ingestion-formats
Log collectors and data ingestion formats
Here is the list of log collectors and their ingestion formats supported by VictoriaLogs:
Log collectors and data ingestion formats Here is the list of log collectors and their ingestion formats supported by VictoriaLogs:
How to setup the collector Format: Elasticsearch Format: JSON Stream Format: Loki
Filebeat Yes No No
Fluentbit No Yes Yes
Logstash Yes No No
Vector Yes No Yes
Promtail No No Yes
Attempted Solutions
No response
Proposal
No response
References
No response
Version
No response
The text was updated successfully, but these errors were encountered: