Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

3
Fluent-Bit for Splunk
Post Flair (click to view more posts with a particular flair)
Post Body

Not sure where the best place is to make this post. Forgive me if /r/splunk isn't right (/r/fluentbit looks dead).

I'm experimenting with Fluent-Bit as a tool to ingest logs into Splunk. The goal is to leverage Fluent-Bit within a Docker Container.

I have a sample config running on a server (purely for experimentation). And I'm trying to forward the request logs to an HTTP Event Collector. However I'm running into an error on the server:

start request repeated too quickly for fluent-bit.service
Failed to start Fluent Bit.

Fluent Bit is attempting to start. But it's running into SystemD's service restart limitations (count is 5). My Fluent Bit config looks like this, not sure if there is an error with the Fluent Bit config that's causing this:

[INPUT]
    Name                        tail
    Tag                         SystemMessages
    path                        /var/log/messages
    Read_from_Head              True

[OUTPUT]
    Name                        splunk
    Match                       SystemMessages
    Host                        192.168.110.122
    Port                        8088
    Splunk_Token                x-x-x-x-c1986d3644ae
    event_sourcetype            test_sourcetype
    event_index                 main
    TLS                         on
    TLS.Verify                  off
    Splunk_Send_Raw             off

Out of habit I've intentionally obscured the Splunk_Token. If you're curious why Fluent Bit, we have a lot of logs and log sources coming from different systems across the network. Some of which might not be adequate for a Universal Forwarder (like a docker container). And I'm looking at Fluent Bit as an alternative to the UF.

Thank you for your help.

Author
Account Strength
100%
Account Age
12 years
Verified Email
Yes
Verified Flair
No
Total Karma
34,355
Link Karma
3,056
Comment Karma
31,186
Profile updated: 1 day ago
Posts updated: 1 year ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 year ago