Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Correct type for rescan_interval in docs #1981

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/source/config/inputs/logstreamer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ Config:
should be suitably restricted to the most specific directory this
selection of logfiles will be matched under. The log_directory path will
be prepended to the file_match.
- rescan_interval (int):
- rescan_interval (string):
During logfile rotation, or if the logfile is not originally
present on the system, this interval is how often the existence of
the logfile will be checked for. The default of 5 seconds is
usually fine. This interval is in milliseconds.
usually fine. This interval is a time duration string
(e.x. "2s", "2m", "2h").
- file_match (string):
Regular expression used to match files located under the
``log_directory``. This regular expression has ``$`` added to the end
Expand Down