Andrew Elwell
11/16/2025, 10:35 PM/metrics - is this expected?
[aelwell@admiral ~]$ curl -s <http://127.0.0.1:2021/blah/randomshit../../../../../../../../metrics> | head
# HELP fluentbit_uptime Number of seconds that Fluent Bit has been running.
# TYPE fluentbit_uptime counter
fluentbit_uptime{hostname="admiral"} 122936
# HELP fluentbit_logger_logs_total Total number of logs
# TYPE fluentbit_logger_logs_total counter
fluentbit_logger_logs_total{message_type="error"} 0
fluentbit_logger_logs_total{message_type="warn"} 0
fluentbit_logger_logs_total{message_type="info"} 20
fluentbit_logger_logs_total{message_type="debug"} 0
fluentbit_logger_logs_total{message_type="trace"} 0
ah, there's a choice of only
static void cb_metrics(mk_request_t *request, void *data)
static void cb_root(mk_request_t *request, void *data)Sagi Rosenthal
11/17/2025, 9:30 AMcd build && cmake .. -DFLB_TESTS_RUNTIME=On && make and getting lib_crypto issues:
Undefined symbols for architecture arm64:
"_EVP_MD_size", referenced from:
_flb_hmac_init in flb_hmac.c.o
_flb_hash_init in flb_hash.c.o
"_EVP_PKEY_size", referenced from:
_flb_crypto_init in flb_crypto.c.o
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libfluent-bit.dylib] Error 1
make[1]: *** [src/CMakeFiles/fluent-bit-shared.dir/all] Error 2
make: *** [all] Error 2Megha Aggarwal
11/17/2025, 7:12 PMSanath Ramesh
11/18/2025, 9:00 AM[INPUT]
Name tail
Path /var/log/cloud-init.log
Buffer_Max_Size 128k
Mem_Buf_Limit 16384k
Skip_Long_Lines On
Path_Key filePath
Tag cloud-init.log
DB /var/db/newrelic-infra/newrelic-integrations/logging/fb.db
[INPUT]
Name tail
Path /var/log/messages
Buffer_Max_Size 128k
Mem_Buf_Limit 16384k
Skip_Long_Lines On
Path_Key filePath
Tag messages
DB /var/db/newrelic-infra/newrelic-integrations/logging/fb.db
[INPUT]
Name tail
Path /var/log/secure
Buffer_Max_Size 128k
Mem_Buf_Limit 16384k
Skip_Long_Lines On
Path_Key filePath
Tag secure
DB /var/db/newrelic-infra/newrelic-integrations/logging/fb.db
[INPUT]
Name tail
Path /var/log/yum.log
Buffer_Max_Size 128k
Mem_Buf_Limit 16384k
Skip_Long_Lines On
Path_Key filePath
Tag yum.log
DB /var/db/newrelic-infra/newrelic-integrations/logging/fb.db
[INPUT]
Name tail
Path /root/.newrelic/newrelic-cli.log
Buffer_Max_Size 128k
Mem_Buf_Limit 16384k
Skip_Long_Lines On
Path_Key filePath
Tag newrelic-cli.log
DB /var/db/newrelic-infra/newrelic-integrations/logging/fb.db
Before Agent stops (fb.db):
sqlite> select * from in_tail_files where name = '/var/log/test.log';
id|name|offset|inode|created|rotated
33|/var/log/test.log|85|12713160|1762270005|0
After Infrastructure Agent starts (fb.db):
After Agent starts
sqlite> select * from in_tail_files where name = '/var/log/test.log';
id|name|offset|inode|created|rotated
41|/var/log/test.log|114|12713160|1762271396|0
Please notice the change in created at time stamp
We tried the same on other Operating Systems and architectures but they all seem to be working fine.Phil Wilkins
11/18/2025, 11:59 AMCelalettin
11/18/2025, 12:53 PMDenis
11/19/2025, 7:58 AMAnders
11/19/2025, 8:08 AMUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 105637 0.3 1.1 133760 43556 ? Ssl 08:51 0:00 /opt/fluent-bit/bin/fluent-bit -c /etc/fluent-bit/fluent-bit.yaml
With systemd-input
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 105691 0.6 1.6 614252 63588 ? Ssl 08:52 0:00 /opt/fluent-bit/bin/fluent-bit -c /etc/fluent-bit/fluent-bit.yaml
systemd-input configuration
pipeline:
inputs:
...
- name: systemd
tag: 'log.systemd.*'
db: /var/spool/fluent-bit/logs.db
lowercase: true
strip_underscores: true
mem_buf_limit: 50MB
storage.type: memory
...DennyF
11/19/2025, 1:23 PMDennyF
11/19/2025, 1:25 PMdevsecops
11/19/2025, 1:50 PMDennyF
11/19/2025, 2:40 PMpipeline:
inputs:
- name: syslog
listen: 127.0.0.1
port: 5140
parser: syslog_rfc3339
tag: syslog
mode: udp
buffer_chunk_size: 32000
buffer_max_size: 64000
receive_buffer_size: 512000
?Anton Todorov
11/21/2025, 6:59 AMEric D. Schabell
11/21/2025, 9:52 AMk8tgreenley
11/21/2025, 7:05 PMEric D. Schabell
11/24/2025, 11:37 AMShelby Hagman
11/24/2025, 5:42 PMEric D. Schabell
11/25/2025, 9:35 AMEric D. Schabell
11/25/2025, 12:11 PMDennyF
11/26/2025, 9:10 AMUnrecognized character escape 'C' (code 67) and I have no idea .. which messages, because Graylog dropping them. So I need a way to get the exact output, which the Graylog gets. I tried TCPdump, but because the host gets so many messages, that I can't see, which one is the problematic one.Eric D. Schabell
11/26/2025, 11:03 AMEric D. Schabell
11/28/2025, 4:37 PMEric D. Schabell
12/01/2025, 11:58 AMJohn McCormick
12/01/2025, 3:03 PMErick
12/01/2025, 9:26 PMEric D. Schabell
12/02/2025, 8:44 AMEric D. Schabell
12/02/2025, 10:09 AMEric D. Schabell
12/02/2025, 2:17 PMKarteek
12/04/2025, 7:38 AMkern.warning <4> Nov 20 06:36:25 <kernel:> [ 566.350059][T21501] process '/fluent-bit/bin/fluent-bit' started with executable stackSanath Ramesh
12/05/2025, 10:25 AM