Path |
String |
The absolute path of a log file on a container's file system. The path
can be a directory or a file, and bash pathname expansion
(globbing) is supported. |
Type |
String |
A string that identifies the "types" of logs that come from this source. This
will be |
Filters |
Array of strings |
A list of filters to apply to the log file. The filters listed here must be
defined in the LogFilters object of the current service, or a parent service. |
LogTags |
Array of objects |
A list of tags to send to logstash with all log file entries.
Each object has two members:
- Name (string)
- The name of the tag to send.
- Value (integer)
- The value of the tag to send.
|