<?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: Building top with log source where values are given with a double dot(:) and not equal(=) in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Building-top-with-log-source-where-values-are-given-with-a/m-p/490569#M8820</link>
    <description>&lt;P&gt;Delimiter ":" or "=" is set during parsing of your logs before indexing them. For existing data you need to extract value using rex and then do top.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=INDEX_NAME "from:" | rex "from:\s*(?&amp;lt;from&amp;gt;[\w]+)" | top limit=10 from
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 11 Mar 2020 15:42:05 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2020-03-11T15:42:05Z</dc:date>
    <item>
      <title>Building top with log source where values are given with a double dot(:) and not equal(=)</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Building-top-with-log-source-where-values-are-given-with-a/m-p/490568#M8819</link>
      <description>&lt;P&gt;I’ve got trouble to build a top with log source, where the from value is given by "from*&lt;EM&gt;:&lt;/EM&gt;&lt;EM&gt;" and not “from&lt;/EM&gt;&lt;EM&gt;=&lt;/EM&gt;*"&lt;/P&gt;

&lt;P&gt;That way I just got 0 results, using “index="myindex" "from:"| top limit=10 from”&lt;BR /&gt;
I’ve tried with rename and replace, but no success. How can I tell Splunk that the delimiter is “:” and not “=” for the search value? Or how can I replace/rename the result and then build a top over the result?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:32:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Building-top-with-log-source-where-values-are-given-with-a/m-p/490568#M8819</guid>
      <dc:creator>dschuermann</dc:creator>
      <dc:date>2020-09-30T04:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Building top with log source where values are given with a double dot(:) and not equal(=)</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Building-top-with-log-source-where-values-are-given-with-a/m-p/490569#M8820</link>
      <description>&lt;P&gt;Delimiter ":" or "=" is set during parsing of your logs before indexing them. For existing data you need to extract value using rex and then do top.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=INDEX_NAME "from:" | rex "from:\s*(?&amp;lt;from&amp;gt;[\w]+)" | top limit=10 from
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Building-top-with-log-source-where-values-are-given-with-a/m-p/490569#M8820</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-03-11T15:42:05Z</dc:date>
    </item>
  </channel>
</rss>

