Splunk Search

need for creating table

labani
Explorer

Do I need to create table to run queries in static data files? I have uploaded the file but unable to run queries as I don't know the field names or attributes in the data.

Tags (1)
0 Karma

arihant16cse
Path Finder

you don't know your field's name then you use .....
| inputlookup "filename.csv"
run the query ....you see your fields with out knowing their names.

0 Karma

motobeats
Path Finder

Try (your search)|fieldsummary

This will show you the available fields to be manipulated.

0 Karma

Ayn
Legend
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 ...