<?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: show only fields values with alphanumeric value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349827#M159539</link>
    <description>&lt;P&gt;Use a rex function to get the values out of the field you need, see &lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Rex"&gt;Splunk Search Reference&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 10:13:07 GMT</pubDate>
    <dc:creator>FritzWittwer_ol</dc:creator>
    <dc:date>2017-08-03T10:13:07Z</dc:date>
    <item>
      <title>show only fields values with alphanumeric value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349826#M159538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a field suser in my table, in that i have many values like Password Manager, Batcch , s4545 , Wb 5245 like tat, but i need to show only value come like s4545 or wb5245 or 4693 (alphanumeric value in a filed value)&lt;/P&gt;

&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349826#M159538</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2017-08-03T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: show only fields values with alphanumeric value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349827#M159539</link>
      <description>&lt;P&gt;Use a rex function to get the values out of the field you need, see &lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Rex"&gt;Splunk Search Reference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349827#M159539</guid>
      <dc:creator>FritzWittwer_ol</dc:creator>
      <dc:date>2017-08-03T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: show only fields values with alphanumeric value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349828#M159540</link>
      <description>&lt;P&gt;Hi SathyaNarayanan,&lt;BR /&gt;
the only way is to filter events using a regex like the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=suser ")?&amp;lt;suser_filtered&amp;gt;\w+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=suser ")?&amp;lt;suser_filtered&amp;gt;[^ \\\|\!\"\£\$\%\&amp;amp;\/\(\)\=\?\^\'\*\+\,\.\;\:\-\_]+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-only-fields-values-with-alphanumeric-value/m-p/349828#M159540</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-03T10:52:18Z</dc:date>
    </item>
  </channel>
</rss>

