Write files in chunks (#293)

* Chunked output strategy
* Fix sorting with indexes >= 10
This commit is contained in:
Leonid Bugaev
2016-06-07 18:46:13 +06:00
parent ae092d6a02
commit cefa2b5cc2
9 changed files with 334 additions and 19 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ func InitPlugins() {
}
for _, options := range Settings.outputFile {
registerPlugin(NewFileOutput, options, Settings.outputFileFlushInterval)
registerPlugin(NewFileOutput, options, Settings.outputFileConfig)
}
for _, options := range Settings.inputHTTP {