Getting Data In

Explain param name="search"

mgraju
New Member

can you pls explain tag,in all the examples they used index=_internal source=*metrics.log if i want to use .csv file from local drive what is the syntax, pls explain or example



index=_internal source=*metrics.log group=per_sourcetype_thruput
| chart sum(kb) over series | sort -sum(kb) | head 10

Tags (1)
0 Karma

Drainy
Champion

Where to even begin... Firstly I think this shouts to me that you haven't read any of the documentation and that you're trying to hack Splunk into doing something you want by diving into the code... STOP!

Go back, read the tutorials and learn!

Firstly, what you have pasted above is some advanced xml. Have you tried the simple xml yet? In the above paste its a HiddenSearch module which has a required search param, inside here you paste the search you want to run.

You ask how to search a csv? Well.. is it a lookup or indexed? if its indexed then you search it like you would any other indexed data, if its a lookup then you can use the |inputlookup command to pull it in to then search.

The more detail you give the better the answer, also the more you try to learn yourself the easier you will find this 🙂

Some links;

http://docs.splunk.com/Documentation/Splunk/latest/Tutorial/WelcometotheSplunktutorial
http://docs.splunk.com/Documentation/Splunk/latest/Tutorial/Aboutgettingdatain
http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/OverviewofSimplifiedXML
http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/Inputlookup

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!

Mastering Threat Intelligence in ES 8.5, Splunk AI Assistant v2, and More from Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Break the Build: Inside the KubeDoom Lounge at .conf26

    You step up to the machine. The pixelated corridors of a certain 1993 FPS load in front of you, EMP Pulse ...

Splunk Auto Ingestion Parallel Pipeline Scaling

Why this feature matters Many Splunk environments experience ingestion pressure long before the host is fully ...