Skip to content

Instantly share code, notes, and snippets.

@leslie-alldridge
Created March 13, 2020 21:54
Show Gist options
  • Save leslie-alldridge/cd65a9485011e4fb462b02e67df0d674 to your computer and use it in GitHub Desktop.
Save leslie-alldridge/cd65a9485011e4fb462b02e67df0d674 to your computer and use it in GitHub Desktop.
Sumo Config
{
"api.version":"v1",
"sources":[{
"name":"Test-Chef",
"category":"Chef",
"automaticDateParsing":true,
"multilineProcessingEnabled":false,
"useAutolineMatching":false,
"forceTimeZone":false,
"timeZone":"UTC",
"filters":[],
"cutoffTimestamp":1426057200000,
"encoding":"UTF-8",
"pathExpression":"/home/ubuntu/chef*.log",
"blacklist":[],
"sourceType":"LocalFile"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment