Eric D. Schabell
10/06/2025, 11:34 AMrahav
10/06/2025, 12:01 PMreda ghouzraf
10/07/2025, 7:45 AMRafael Martinez Guerrero
10/08/2025, 9:28 AM/opt/fluent-bit/bin/fluent-bit: symbol lookup error: /opt/fluent-bit/bin/fluent-bit: undefined symbol: EVP_MD_CTX_get_size_ex, version OPENSSL_3.4.0
Anyone with the same problem? Thanks in advance.Igor
10/08/2025, 10:53 AMGil Raphaelli
10/08/2025, 1:27 PMShelby Hagman
10/08/2025, 5:09 PMOfek Ezra
10/08/2025, 7:28 PMVishal Kakkar
10/09/2025, 7:16 AMeduardo
10/09/2025, 1:38 PMPhil Wilkins
10/10/2025, 7:35 AMAbdellah EL OUARICHI
10/10/2025, 3:42 PMAbdellah EL OUARICHI
10/10/2025, 3:45 PMJohn McCormick
10/10/2025, 7:37 PMDaler
10/10/2025, 7:59 PM{
"@timestamp": "2025-10-08T17:47:06.0808Z",
"level": "DEBUG",
"message": "healthcheck"
}
{
"@timestamp": "2025-10-08T17:47:07.1234Z",
"level": "INFO",
"message": "healthcheck Application started successfully"
}
{
"@timestamp": "2025-10-08T17:47:07.1234Z",
"level": "INFO",
"message": "health-check test Application started successfully"
}
Expected Output
[0] tail.0: [1760122642.884274043, {"log"=>"{"}]
[1] tail.0: [1760122642.885037709, {"log"=>" "@timestamp": "2025-10-08T17:47:06.0808Z","}]
[2] tail.0: [1760122642.885040918, {"log"=>" "level": "DEBUG","}]
[3] tail.0: [1760122642.885042001, {"log"=>" "message": "healthcheck""}]
fluent-bit.conf
[INPUT]
Name tail
Path /fluent-bit/etc/log
Inotify_Watcher false
Read_from_Head True
[FILTER]
Name grep
Match *
Regex level ^INFO$
[FILTER]
Name grep
Match *
Exclude message (?i)(healthcheck)
[OUTPUT]
Name stdout
Match *
Brahim
10/13/2025, 12:17 PMblockblob
type to use blob compression but it sends chuncks of 2.16 KB into the container, so that creates a huge spam?
isn't there a way to get less of them with a bugger size ?Padma
10/13/2025, 12:38 PMPat
10/13/2025, 1:36 PMryan.underwood
10/13/2025, 3:37 PMChirag Sapra
10/14/2025, 6:20 AMSujay
10/15/2025, 12:35 AMThomas Guenneguez
10/15/2025, 9:14 AM@INCLUDE input_*.conf
With new one (yaml) it seem's not.
It will be great to have this capabilitie ?Varun Chandra Dasari
10/16/2025, 6:34 AMDennyF
10/16/2025, 9:02 AMDennyF
10/16/2025, 9:04 AMLikhith
10/16/2025, 11:26 AM{
"timestamp": "2025-10-16 10:27:41.799",
"level": "INFO",
"log_session_id": "fbcbcaf7-9172-479f-b1cb-b5f2e1cbc394",
"fn_id": "LIST_IMAGES",
"location": "logger.info:152",
"vm_id": "abc",
"message": "All records fetched successfully.",
"time": "2025-10-16T10:27:41.799732772+00:00",
"stream": "stdout",
"logtag": "F",
"kubernetes_pod_name": "bl-db-o-r-pod-59d854848c-gzzgx",
"kubernetes_namespace_name": "bl-db-o-r",
"kubernetes_container_name": "bl-db-o-r-pod",
"tenancy": "child1"
}
this a log sample that is seen in grafana explore
Below is my fluent bit config
outputs:
- name: loki
match: kube*
host: 10.251.0.55
port: 80
labels: service=biz_pod_logs,cluster=$tenancy,sss_status=$sss_status,level=$level
structured_metadata: pod_name=$kubernetes_pod_name,namespace=$kubernetes_namespace_name,host_ip=${HOST_IP},request_path=$request_path,user_uuid=$user_uuid,vm_id=$vm_id,fn_id=$fn_id
line_format: json
I see only few of the fields are gettind added as structured metadata specifically these pod_name=$kubernetes_pod_name,namespace=$kubernetes_namespace_name,host_ip=${HOST_IP}
when i visit drill down i only see above fileds in structured metadata and rest are missing in both structured metadata and json fields. Am i configuring it wrong or missing something while trying to capture it as structured metadata. ThanksPat
10/16/2025, 11:45 AMDennyF
10/16/2025, 10:21 PMDennyF
10/16/2025, 10:21 PMDennyF
10/16/2025, 10:22 PM