Description
https://github.com/couchbase/couchbase-fluent-bit/blob/main/conf/couchbase/in-memcached-log.conf
# Make sure we only grab the latest version, not any rotated ones
|
# No multiline support here
|
[INPUT]
|
Name tail
|
Alias memcached_tail
|
Path ${COUCHBASE_LOGS}/memcached.log.000000.txt |
Parser couchbase_simple_log_space_separated
|
Refresh_Interval 10 |
Skip_Long_Lines On
|
Skip_Empty_Lines On
|
Path_Key filename
|
Tag couchbase.log.memcached
|
This should be the following to catch all memached files
# Make sure we only grab the latest version, not any rotated ones
|
# No multiline support here
|
[INPUT]
|
Name tail
|
Alias memcached_tail
|
Path ${COUCHBASE_LOGS}/memcached.log.*.txt
|
Parser couchbase_simple_log_space_separated
|
Refresh_Interval 10 |
Skip_Long_Lines On
|
Skip_Empty_Lines On
|
Path_Key filename
|
Tag couchbase.log.memcached
|
Attachments
Issue Links
- is triggering
-
K8S-2344 Consistent filename for rotated files
- Closed