docker will spin up

This commit is contained in:
Max U
2018-06-26 11:26:43 -07:00
parent 3d0647d6d9
commit 7845d4a466
4 changed files with 6 additions and 28 deletions

View File

@@ -69,22 +69,22 @@
# ## /var/log/**.log -> recursively find all .log files in /var/log
# ## /var/log/*/*.log -> find all .log files with a parent dir in /var/log
# ## /var/log/apache.log -> only tail the apache log file
files = ["/Users/maxu/go/src/github.com/influxdata/telegraf/plugins/inputs/reader/testfiles/grok_a.log"]
files = ["/var/log/test.log"]
#
# ## The dataformat to be read from files
# ## Each data format has its own unique set of configuration options, read
# ## more about them here:
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
data_format = "grok"
data_format = "json"
#
patterns = ["%{COMMON_LOG_FORMAT}"]
#patterns = ["%{TEST_LOG_B}","%{TEST_LOG_A}"]
#
# ## Name of the outputted measurement name.
measurement = "grok_reader"
#name_override = "grok_reader"
#
# ## Full path(s) to custom pattern files.
# custom_pattern_files = []
#custom_pattern_files = ["/Users/maxu/go/src/github.com/influxdata/telegraf/plugins/inputs/logparser/grok/testdata/test-patterns"]
#
# ## Custom patterns can also be defined here. Put one pattern per line.
# custom_patterns = '''