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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...