Skip to content

Instantly share code, notes, and snippets.

@kennonkwok
Created November 4, 2015 23:40
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 kennonkwok/7189c27d6615a4e1d150 to your computer and use it in GitHub Desktop.
Save kennonkwok/7189c27d6615a4e1d150 to your computer and use it in GitHub Desktop.
sumo.d example
{
"api.version": "v1",
"source":
{
"name": "Messagessss",
"sourceType": "LocalFile",
"automaticDateParsing": true,
"multilineProcessingEnabled": false,
"useAutolineMatching": true,
"forceTimeZone": false,
"timeZone": "UTC",
"category": "OS/Linux/System",
"pathExpression": "/var/log/messages"
}
}
{
"api.version": "v1",
"source":
{
"name": "Secureeee",
"sourceType": "LocalFile",
"automaticDateParsing": true,
"multilineProcessingEnabled": false,
"useAutolineMatching": true,
"forceTimeZone": false,
"timeZone": "UTC",
"category": "OS/Linux/Security",
"pathExpression": "/var/log/secure"
}
}
name=default-centos-71
ephemeral=true
accessid=XXXXXXXXXXXX
accesskey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
syncSources=/etc/sumo.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment