Getting Data In

File Eating

hartfoml
Motivator

I am eating NESSUS.V1 files from our Nessus contiues monitoring system

Nessus puts the output from the scan in XML format in the v1 files and the indivitule system info is put in a one event format when it is read into Splunk indexer.

The problem is some of the events are more than 257 lines and Splunk is truncating the events at 257.

Then I lose some of the event integrity and I have to go look at the very next event to get the rest of the data.

How can I increase the number of lines for this source or source type?

Tags (2)
0 Karma
1 Solution

Ayn
Legend

Change MAX_EVENTS for your sourcetype in props.conf.

MAX_EVENTS = <integer>
* Specifies the maximum number of input lines to add to any event.
* Splunk breaks after the specified number of lines are read.
* Defaults to 256 (lines).

View solution in original post

0 Karma

Ayn
Legend

Change MAX_EVENTS for your sourcetype in props.conf.

MAX_EVENTS = <integer>
* Specifies the maximum number of input lines to add to any event.
* Splunk breaks after the specified number of lines are read.
* Defaults to 256 (lines).
0 Karma

Ayn
Legend

Well in this case it was either on a UF or an indexer, so...

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Well, line breaking hapens whereever the parsing occurs. With a Universal Forwarder, it is indeed on the indexer, but details are: http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F

0 Karma

Ayn
Legend

Line breaking is done on the indexer, so that's where the props.conf changes should go.

0 Karma

hartfoml
Motivator

Ayn,

Do you think I should modify the props.conf in the universal forwarder app "/etc/deployment-apps/appName/Local" or the indexer "etc/system/local" ?

0 Karma

hartfoml
Motivator

thanks Ayn,

I found this post after I asked the question

http://splunk-base.splunk.com/answers/6764/events-chunked-into-256-lines

Thanks again

0 Karma

Ayn
Legend

Also, I would be very interested to hear what you're doing and what you want to do with Nessus reports in Splunk. I'm in the process of creating an app for Nessus and some other vulnerability scanners so I'm very thankful for all input!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Laser Bananas and Edge Hubs: Exploring Operational Technology (OT) Data Through a ...

  OT is a different environment to traditional IT and can have interesting challenges when interfacing the ...

Event Series: Mastering AI Tokenomics and Splunk Agent Observability

Beyond the Black Box: Correlating AI Performance and Tokenomics with Splunk Agent Observability   As ...

span_metrics: The OpenTelemetry-Idiomatic Way to See Inside Your Services

You open a trace in Splunk Observability Cloud and everything looks fine. One root span, order-pipeline, with ...