All Apps and Add-ons

Add-on for Bro-IDS: Line Break fails with double quote in field. How do I edit the configuration to fix this?

onegreydot
Explorer

Hi,

I have a Bro IDS log file that consists of tab delimited fields. I have noticed that line breaking tends to fail when there is a double quote " in the field. Have tried numerous props.conf configurations, but it still looks like it is not working. Instead of line breaking it, the whole log is ingested as an event starting at the event with a double quote.

#ts              src       dest       message1            message2
1345678.123432  1.1.1.1 2.2.2.2 this is a message   this is a message2
1345678.123433  1.1.1.1 2.2.2.2 this is a message   this is a message2
1345678.123434  1.1.1.1 2.2.2.2 "this is a message" this is a message2
1345678.123435  1.1.1.1 2.2.2.2 this is a message   this is a message2
1345678.123436  1.1.1.1 2.2.2.2 this is a message   this is a message2
1345678.123437  1.1.1.1 2.2.2.2 this is a message   this is a message2

If this example is ingested, everything from the double quote on line 3 will be ingested.

I have mainly been using the Splunk TA for Bro IDS.

The props.conf for bro looks something like:

[bro]
SHOULD_LINEMERGE = false
TRUNCATE = false
MAX_TIMESTAMP_LOOKAHEAD = 20
TIME_FORMAT = %s.%6N
TRANSFORMS-BroAutoType = BroAutoType, TrashComments, BroRouteIndex
INDEXED_EXTRACTIONS = TSV
FIELD_HEADER_REGEX = ^#fields\t(.*)
FIELD_DELIMITER = \t
FIELD_QUOTE = "

Have added:

LINE_BREAKER = ([\r\n]+)

also have tried:

SEDCMD-DQUOTES = s/"//g

with no success.

Any help on this is greatly apprceiated!

0 Karma
1 Solution

onegreydot
Explorer

Think this was fixed by changing the field quote to always just look for tabs.

FIELD_QUOTE = \t

View solution in original post

0 Karma

onegreydot
Explorer

Think this was fixed by changing the field quote to always just look for tabs.

FIELD_QUOTE = \t

0 Karma

balmeida
Explorer

Try adding:

BREAK_ONLY_BEFORE_DATE = true
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...