tlog-play.conf(5) | File Formats Manual | tlog-play.conf(5) |
tlog-play.conf - tlog-play configuration file
tlog-play.conf is a JSON-format configuration file for tlog-play program. Contrary to the strict JSON specification, both C and C++ style comments are allowed in the file.
The file must contain a single JSON object with the objects and fields described below. Some of them are optional and assume a default value. Those that do require a value can still be omitted and specified to tlog-play via command-line options.
One of: "file", "journal", "es"
Default: "file"
Default: false
Default: false
No default.
No default.
No default.
No default.
Default: false
{ "reader": "file" }
{ "reader": "es" "es" : { "baseurl": "http://localhost:9200/tlog/tlog/_search" } }
tlog-play(8), http://json.org/
Nikolai Kondrashov <spbnick@gmail.com>
March 2016 | Tlog |