Getting Data In

event store format

Bhaskarchourasi
New Member

Hi All,

I am very new to Splunk and would like to know in which format logs got store in indexer. like arcsight uses CEF and Qradar uses LEEF.

Thanks in advance.

Tags (1)
0 Karma

inventsekar
SplunkTrust
SplunkTrust

I am very new to Splunk and would like to know in which format logs got store in indexer -
That is internal to splunk. Splunk uses its "propitiatory" logics to save the logs.
https://answers.splunk.com/answers/389416/about-splunk-backend.html

Actually we may never need to understand how splunk stores the logs.
we are never going to check the files "directly" (like viewing/editing using vi editor or notepad)

like arcsight uses CEF and Qradar uses LEEF - Good details to learn. thanks.

0 Karma

FrankVl
Ultra Champion

Splunk doesn't have schema at write like ArcSight. Apart from a few meta data fields like host, source, sourcetype, it basically stores the raw event and a bunch of indexing next to that to speed up searching. Most field extraction (and normalization into models like Splunk's Common Information Model) happen only at search time.

This documentation explains it a bit further: http://docs.splunk.com/Documentation/Splunk/latest/Data/WhatSplunkdoeswithyourdata

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...