Created
March 13, 2020 21:54
-
-
Save leslie-alldridge/cd65a9485011e4fb462b02e67df0d674 to your computer and use it in GitHub Desktop.
Sumo Config
This file contains hidden or 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
{ | |
"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