<?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: Fields extract values, display in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578017#M201433</link>
    <description>&lt;P&gt;Sorry, but I don't really understand your issue. If you have same string with different numbers then previous example will get those. If your string parts are different then you must modify that rex or add additional rex statements on your SPL. Unfortunately we cannot help you without more examples.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 14:00:34 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-12-10T14:00:34Z</dc:date>
    <item>
      <title>Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577982#M201410</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Hi everyone, I'm new here and having a problem filtering of numbers from a message.

&lt;STRONG&gt;message: Generated non direct deposit usages: 4&lt;/STRONG&gt;
I just want to get the number.
the number can be of any length.&lt;BR /&gt;&lt;BR /&gt;Who can hel&lt;BR /&gt;Thx&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Dec 2021 07:51:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577982#M201410</guid>
      <dc:creator>radi09</dc:creator>
      <dc:date>2021-12-10T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577983#M201411</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You could try e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... &amp;lt;YOUR SPL HERE&amp;gt;
| rex "message: Generated non direct deposit usages: (?&amp;lt;numberOfUsage&amp;gt;\d+)"&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 08:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577983#M201411</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-10T08:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577988#M201415</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Unfortunately it does not work
in the output or do I have to pay attention to something else in the output?&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Dec 2021 09:06:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577988#M201415</guid>
      <dc:creator>radi09</dc:creator>
      <dc:date>2021-12-10T09:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577989#M201416</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;it should work if you input is based on your example.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw = "message: Generated non direct deposit usages: 4"
``` previous prepare test data```
| rex "message: Generated non direct deposit usages: (?&amp;lt;numberOfUsage&amp;gt;\d+)"
| table numberOfUsage&lt;/LI-CODE&gt;&lt;P&gt;That gives numberOfUsage = 4&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 09:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577989#M201416</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-10T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577994#M201420</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Hello &lt;BR /&gt;sorry that's how it goes of course.
I get many of these messages during the day, but with different numbers. I would like to list these numbers one below the other and unfortunately that does not work.

thank you&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Dec 2021 10:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/577994#M201420</guid>
      <dc:creator>radi09</dc:creator>
      <dc:date>2021-12-10T10:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578017#M201433</link>
      <description>&lt;P&gt;Sorry, but I don't really understand your issue. If you have same string with different numbers then previous example will get those. If your string parts are different then you must modify that rex or add additional rex statements on your SPL. Unfortunately we cannot help you without more examples.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 14:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578017#M201433</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-10T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578022#M201436</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Here are a few examples that I have displayed as a table in Splunk,&lt;BR /&gt;How can I now display the numbers in a separate column&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;........  message="Generated Direct Deposit usages:*" | table datetime.date message&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datetime.date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; message&lt;/P&gt;&lt;P&gt;2021-12-10 11:26:22.973375&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 14:27:53.202609&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 12:24:12.388002&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 12:24:12.343508&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 14:28:53.920456&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 4&lt;BR /&gt;2021-12-10 14:27:53.162497&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 11:26:23.004602&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 0&lt;BR /&gt;2021-12-10 14:04:05.352226&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Generated Direct Deposit usages: 22&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 14:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578022#M201436</guid>
      <dc:creator>radi09</dc:creator>
      <dc:date>2021-12-10T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fields extract values, display</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578048#M201453</link>
      <description>&lt;P&gt;Please try this&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rex field=message "Generated non direct deposit usages: (?&amp;lt;numberOfUsage&amp;gt;\d+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Dec 2021 17:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Fields-extract-values-display/m-p/578048#M201453</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-10T17:49:46Z</dc:date>
    </item>
  </channel>
</rss>

