Splunk Search

Splunk has to segregate the Logs when we imported.

riyaz551
New Member

Hi

I need to segregate the logs which we imported splunk.

Ex:- I want to extract the logs by using the word error and it should be separate dashboard.

Kindly help on this and give step by step answer.

Tags (1)
0 Karma

sbbadri
Motivator

I m assuming you are asking this,
<input type="dropdown" token="search_tok">
<label>Select a log type</label>
<default>error</default>
<choice value="error">error</choice>
<choice value="info">info</choice>
<choice value="warn">warn</choice>

</input>

  <table>
    <search>
      <query>index = xxx sourcetype=y yyy $search_tok$ | table _time _raw </query>
    </search>
  </table>
</panel>
0 Karma

richgalloway
SplunkTrust
SplunkTrust

It is difficult to give a step-by-step answer to such a vague question. Please explain in more detail what it is you wish to accomplish.

In general, entering "error" into the search bar should find that word in your logs, but it depends on what indexes your account will search by default.

---
If this reply helps you, Karma would be appreciated.
0 Karma

riyaz551
New Member

Hi richgalloway,

Thanks for reply my question,but.

once i imported error log file in splunk tool by searching date,time, error has to caught in word in dash board

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I don't understand. What is the exact search query you are using?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...