Skip to content

Instantly share code, notes, and snippets.

@monkey-codes
Created August 13, 2016 04:47
Show Gist options
  • Save monkey-codes/605a5b37d02272569f3f164edf2e62e1 to your computer and use it in GitHub Desktop.
Save monkey-codes/605a5b37d02272569f3f164edf2e62e1 to your computer and use it in GitHub Desktop.
appender('perf-summary', LogstashAsyncCoalescingStatisticsAppender) {
timeSlice = 30000
queueSize = 30000
createRollupStatistics = false
appender(LoggingEventAsyncDisruptorAppender) {
appender(ConsoleAppender) {
encoder(CloudwatchLogstashEncoder) {
customFields = loggingMarkers
shortenedLoggerNameLength = 36
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment