<?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: How can I change duration [5s] to something I can calculate with? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398855#M173665</link>
    <description>&lt;P&gt;Thanks! It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 13:37:45 GMT</pubDate>
    <dc:creator>svester</dc:creator>
    <dc:date>2019-01-15T13:37:45Z</dc:date>
    <item>
      <title>How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398853#M173663</link>
      <description>&lt;P&gt;Hi, I made a search, and want to finetune it with something like "show duration &amp;gt;20seconds", but duration is showed as "duration [8s]". I tried extracting field and make "duration [8s]" a new extracted field, but I don't know how to calculate with these brackets, or how to define it. &lt;BR /&gt;
Anyone who can help me out? Thanks! &lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398853#M173663</guid>
      <dc:creator>svester</dc:creator>
      <dc:date>2019-01-15T09:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398854#M173664</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;so your field value is now "duration [8s]"?&lt;/P&gt;

&lt;P&gt;than use this regex: &lt;CODE&gt;duration\s+\[(?&amp;lt;field&amp;gt;\d+)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will only give you the numbers.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398854#M173664</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-15T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398855#M173665</link>
      <description>&lt;P&gt;Thanks! It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 13:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398855#M173665</guid>
      <dc:creator>svester</dc:creator>
      <dc:date>2019-01-15T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398856#M173666</link>
      <description>&lt;P&gt;One more problem I'm bumping in now.. what if I also get [..ms], so milliseconds... And I'm searching for, let's say duration&amp;gt;20, now I get results with &amp;gt;20 seconds AND &amp;gt;20 milliseconds. 2 regexes? Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 13:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398856#M173666</guid>
      <dc:creator>svester</dc:creator>
      <dc:date>2019-01-15T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398857#M173667</link>
      <description>&lt;P&gt;Please accept my answer if it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398857#M173667</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-15T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398858#M173668</link>
      <description>&lt;P&gt;Sorry, will do &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Could you please check my 2nd comment? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398858#M173668</guid>
      <dc:creator>svester</dc:creator>
      <dc:date>2019-01-15T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change duration [5s] to something I can calculate with?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398859#M173669</link>
      <description>&lt;P&gt;you can do a new field yes.&lt;/P&gt;

&lt;P&gt;You can change the name of the field to "field_a" &lt;CODE&gt;duration\s+\[(?&amp;lt;field_a&amp;gt;\d+)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;So just give it a name where you now its milliseconds.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-change-duration-5s-to-something-I-can-calculate-with/m-p/398859#M173669</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2020-09-29T22:42:47Z</dc:date>
    </item>
  </channel>
</rss>

