Created
November 9, 2022 16:14
-
-
Save influxdatamarketing/43d96d18a5e1595479895a642c45ff02 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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