<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom search for tabular view in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579777#M13347</link>
    <description>&lt;P&gt;Will need more info, what sourcetype you are using. As there may be a addon which can do field extractions needed here.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 07:55:49 GMT</pubDate>
    <dc:creator>SinghK</dc:creator>
    <dc:date>2022-01-03T07:55:49Z</dc:date>
    <item>
      <title>Custom search for tabular view</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579770#M13346</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Is there a way to get specific data from your log strings and put them in tabular format?&lt;/P&gt;&lt;P&gt;We have logs like activity xxxx failed for account yyyy and for user zzzz&lt;/P&gt;&lt;P&gt;So we need data xxxx, yyyy and zzzz as search data in tabular format for our alerts. Any help is appreciated..!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you in anticipation..!&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:11:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579770#M13346</guid>
      <dc:creator>chetansplunk</dc:creator>
      <dc:date>2022-01-03T06:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom search for tabular view</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579777#M13347</link>
      <description>&lt;P&gt;Will need more info, what sourcetype you are using. As there may be a addon which can do field extractions needed here.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 07:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579777#M13347</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-01-03T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom search for tabular view</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579779#M13348</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This is one of Splunk's basic features. You can pick fields/words/values from log events and then analysis / present those. For your above examples you can do it like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="activity xxxx failed for account yyyy and for user zzzz"
``` above generate sample data, replace whit your base query ```
| rex "activity (?&amp;lt;activity&amp;gt;[^\s]+) failed for account (?&amp;lt;account&amp;gt;[^\s]+) and for user (?&amp;lt;user&amp;gt;[^s]+)"
| table activity account user&lt;/LI-CODE&gt;&lt;P&gt;For more examples and trainings you should look e.g. &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchTutorial/WelcometotheSearchTutorial" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 08:28:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579779#M13348</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-01-03T08:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom search for tabular view</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579802#M13349</link>
      <description>&lt;P&gt;Thank you so much.. It helped..&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 17:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-search-for-tabular-view/m-p/579802#M13349</guid>
      <dc:creator>chetansplunk</dc:creator>
      <dc:date>2022-01-03T17:43:31Z</dc:date>
    </item>
  </channel>
</rss>

