Skip to content

Instantly share code, notes, and snippets.

@influxdatamarketing
Created November 9, 2022 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save influxdatamarketing/43d96d18a5e1595479895a642c45ff02 to your computer and use it in GitHub Desktop.
Save influxdatamarketing/43d96d18a5e1595479895a642c45ff02 to your computer and use it in GitHub Desktop.
<source>
@type syslog
port 41514
source_address_key src_ip
facility_key facility
severity_key severity
<parse>
message_format auto
</parse>
tag influxdb2
</source>
<match influxdb2.*.*>
@type influxdb2
url https://westeurope-1.azure.cloud2.influxdata.com
org 1234abcd4567ef00
token your-api-token-you-created-earlier
bucket syslog
flush_interval 30s
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment