<?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: Extracting fields from logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extracting-fields-from-logs/m-p/94322#M24308</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;... | rex "^(?:\S+\s){7}(?&amp;lt;myfield&amp;gt;\d+)" | accum myfield AS myfield_sum
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Mar 2012 13:29:45 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-03-16T13:29:45Z</dc:date>
    <item>
      <title>Extracting fields from logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-fields-from-logs/m-p/94321#M24307</link>
      <description>&lt;P&gt;I have a log file with below content&lt;/P&gt;

&lt;P&gt;20120316.051652 Fr I perf Thread-9807784[10.xx.xx.x]/xxxxxx xxxxxxx xxxxxxx 725 100 787234600 2107768832&lt;/P&gt;

&lt;P&gt;20120316.051652 Fr I perf Thread-9807750[10.xx.xx.x]/xxxxxxx xxxxxxx xxxxxxx 921 100 790443496 2107768832&lt;/P&gt;

&lt;P&gt;How can i add the values that are present in 9 th column of line example in the above line&lt;BR /&gt;
i want to add 725 + 921 and print the sum of it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 12:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-fields-from-logs/m-p/94321#M24307</guid>
      <dc:creator>kandulasrinivas</dc:creator>
      <dc:date>2012-03-16T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting fields from logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-fields-from-logs/m-p/94322#M24308</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | rex "^(?:\S+\s){7}(?&amp;lt;myfield&amp;gt;\d+)" | accum myfield AS myfield_sum
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:29:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-fields-from-logs/m-p/94322#M24308</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-03-16T13:29:45Z</dc:date>
    </item>
  </channel>
</rss>

