<?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: Wildcard eval to divide multiple values with a constant number like 2 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107574#M27957</link>
    <description>&lt;P&gt;By doing *Street, I can get all timechart of all the fields ending with "Street" for e.g. BrooklynStreet,WestStreet,etc.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2013 10:00:18 GMT</pubDate>
    <dc:creator>batcave</dc:creator>
    <dc:date>2013-02-01T10:00:18Z</dc:date>
    <item>
      <title>Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107572#M27955</link>
      <description>&lt;P&gt;I have a search which gets timings across many Streets. But these times are in seconds and I want to convert to minutes. Is there a way to wildcard eval all these values?&lt;/P&gt;

&lt;P&gt;e.g. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart perc95(*Street) AS *Street  -- &amp;gt; values are in seconds 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want something in minutes like this:&lt;/P&gt;

&lt;P&gt;e.g. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart perc95(*Street)/60 AS *Street  --&amp;gt; Ofcourse this doesnt work but you get the idea I think.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Feb 2013 05:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107572#M27955</guid>
      <dc:creator>batcave</dc:creator>
      <dc:date>2013-02-01T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107573#M27956</link>
      <description>&lt;P&gt;Just to clarify, there are wildcards hidden in the formatting, right?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart perc95(*Street) AS *Street
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Feb 2013 07:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107573#M27956</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-01T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107574#M27957</link>
      <description>&lt;P&gt;By doing *Street, I can get all timechart of all the fields ending with "Street" for e.g. BrooklynStreet,WestStreet,etc.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 10:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107574#M27957</guid>
      <dc:creator>batcave</dc:creator>
      <dc:date>2013-02-01T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107575#M27958</link>
      <description>&lt;P&gt;anyone have an answer to this? anyone from Splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 04:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107575#M27958</guid>
      <dc:creator>batcave</dc:creator>
      <dc:date>2013-02-04T04:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107576#M27959</link>
      <description>&lt;P&gt;eval doesn't do wildcards, they get confused with the multiplication sign.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 06:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107576#M27959</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-04T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107577#M27960</link>
      <description>&lt;P&gt;yep true. that's why searching for a way to do it alternatively&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 01:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107577#M27960</guid>
      <dc:creator>batcave</dc:creator>
      <dc:date>2013-02-05T01:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107578#M27961</link>
      <description>&lt;P&gt;My boss has allowed me some time to build a wildcard-capable scaling command &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 08:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107578#M27961</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-05T08:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard eval to divide multiple values with a constant number like 2</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107579#M27962</link>
      <description>&lt;P&gt;Give this a try: &lt;A href="http://splunk-base.splunk.com/apps/76026/scale-command"&gt;http://splunk-base.splunk.com/apps/76026/scale-command&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 18:04:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-eval-to-divide-multiple-values-with-a-constant-number/m-p/107579#M27962</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-15T18:04:59Z</dc:date>
    </item>
  </channel>
</rss>

