<?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: Display only specific values in a column field in Splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495725#M138189</link>
    <description>&lt;P&gt;Should i use mvfilter(language:eng)? but this will not work right? Can you pls help me with this and language:eng comes as a separate entity&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 09:56:23 GMT</pubDate>
    <dc:creator>sudeep5689</dc:creator>
    <dc:date>2020-05-11T09:56:23Z</dc:date>
    <item>
      <title>Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495717#M138181</link>
      <description>&lt;P&gt;Hi, I have a list of values getting displayed in one of the columns - Error Messages (for all languages) which i have collected in one row for each of the error code. So is there a way that i can show only the english messages in display with being able to count all the error messages for all languages.&lt;/P&gt;

&lt;P&gt;Error Code  Message Count&lt;BR /&gt;
302   Eng, fra 2&lt;BR /&gt;&lt;BR /&gt;
200    spa,fra,italian, arabic, eng 5&lt;/P&gt;

&lt;P&gt;So i want the o/p as&lt;/P&gt;

&lt;P&gt;Error Code  Message Count&lt;BR /&gt;
302   Eng 2&lt;BR /&gt;&lt;BR /&gt;
200    eng 5&lt;/P&gt;

&lt;P&gt;I tried to use mvindex but its failing since some of the error message come at top while some at last. Please note that i don't want the count to be changed&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 06:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495717#M138181</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-10T06:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495718#M138182</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;mvfilter(lower(Message) = "eng")&lt;/CODE&gt;, or some other filter to detect English.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 11:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495718#M138182</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-10T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495719#M138183</link>
      <description>&lt;P&gt;Hi Thanks for your response. But eng is not a fixed word. The error messages are coming in diff languages and m clubing them together as per the error code. Now in the error messages column i dont want to show all the messages from each and every language but just show the english language message. In the response language:eng is coming for english.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 11:47:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495719#M138183</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-10T11:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495720#M138184</link>
      <description>&lt;P&gt;You can use any boolean eval expression inside &lt;CODE&gt;mvfilter()&lt;/CODE&gt;, including regex &lt;CODE&gt;match()&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 21:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495720#M138184</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-10T21:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495721#M138185</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;

&lt;P&gt;Thanks but it would be again a difficult taskk since other languages will contain letters as well.&lt;/P&gt;

&lt;P&gt;One of the o/p is:&lt;BR /&gt;
Angef&lt;BR /&gt;
El estado del contrato solicitado no se recuper&lt;BR /&gt;
Le statut de contrat demand&lt;BR /&gt;
O status do contrato solicitado n&lt;BR /&gt;
Requested status was not retrieved&lt;/P&gt;

&lt;P&gt;From above o/p i want to extract the english one which is the last one&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495721#M138185</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-11T07:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495722#M138186</link>
      <description>&lt;P&gt;I don't think there is a language detection function in Splunk.&lt;BR /&gt;
Do your original events have a language field?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495722#M138186</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-11T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495723#M138187</link>
      <description>&lt;P&gt;Hi, yes in response "language:eng" comes for english language. For spanish it would be "language"spa"&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 08:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495723#M138187</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-11T08:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495724#M138188</link>
      <description>&lt;P&gt;Filter by language:eng then?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495724#M138188</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-11T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495725#M138189</link>
      <description>&lt;P&gt;Should i use mvfilter(language:eng)? but this will not work right? Can you pls help me with this and language:eng comes as a separate entity&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:56:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495725#M138189</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-11T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495726#M138190</link>
      <description>&lt;P&gt;I can't tell you how to use your data if you don't post your data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:00:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495726#M138190</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-11T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495727#M138191</link>
      <description>&lt;P&gt;this is the o/p of one of the field:&lt;/P&gt;

&lt;P&gt;Angef&lt;BR /&gt;
El estado del contrato solicitado no se recuper&lt;BR /&gt;
Le statut de contrat demand&lt;BR /&gt;
O status do contrato solicitado n&lt;BR /&gt;
Requested status was not retrieved&lt;/P&gt;

&lt;P&gt;Here i want to show just the last one&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495727#M138191</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-11T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495728#M138192</link>
      <description>&lt;P&gt;I don't see &lt;CODE&gt;language:eng&lt;/CODE&gt; in there.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495728#M138192</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-11T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495729#M138193</link>
      <description>&lt;P&gt;its not in this. its coming as one of the tags in the response&lt;/P&gt;

&lt;P&gt;like language:eng LocalizedMessage:&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:37:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495729#M138193</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-11T10:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display only specific values in a column field in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495730#M138194</link>
      <description>&lt;P&gt;Filter based on that then.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-only-specific-values-in-a-column-field-in-Splunk/m-p/495730#M138194</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2020-05-11T10:49:02Z</dc:date>
    </item>
  </channel>
</rss>

