README.md in fluent-plugin-splunkapi-0.1.0 vs README.md in fluent-plugin-splunkapi-0.1.1

- old
+ new

@@ -88,13 +88,13 @@ # # Formatting Parameters # # time_format: the time format of each event - # value: none, unixtime, or any time format string - # default: %Y-%M-%d %H:%M:%S - #time_format %Y-%M-%d %H:%M:%S + # value: none, unixtime, localtime, or any time format string + # default: localtime + time_format localtime # format: the text format of each event # value: json, kvp, or text # default: json # @@ -126,12 +126,12 @@ # The default value should be good enough. buffer_chunk_limit 8m # flush_interval: The interval of API requests. # - # Make sure that this value is large enough to make successive API calls. - # Note that a different source produces a different API POST, each of which - # costs two or more seconds. If you include "{TAG}" in the source parameter and + # Make sure that this value is sufficiently large to make successive API calls. + # Note that a different 'source' creates a different API POST, each of which may + # take two or more seconds. If you include "{TAG}" in the source parameter and # this 'match' section recieves many tags, a single flush may take long time. # (Run fluentd with -v to see verbose logs.) flush_interval 60s </match>