<?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: I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343726#M165420</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you are not able to address fields in splunk using wildcards.&lt;BR /&gt;
I'm not sure if it will work, but try out this one.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Min_Value=min(&amp;lt;&amp;lt;fields&amp;gt;&amp;gt;)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 04 Nov 2017 20:05:53 GMT</pubDate>
    <dc:creator>horsefez</dc:creator>
    <dc:date>2017-11-04T20:05:53Z</dc:date>
    <item>
      <title>I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343725#M165419</link>
      <description>&lt;P&gt;Like&lt;BR /&gt;
Field1 Field2 .... Min_Value&lt;BR /&gt;
112     125     .... 112&lt;BR /&gt;
....&lt;/P&gt;

&lt;P&gt;eval Min_Value=min(Field*)&lt;/P&gt;

&lt;P&gt;but it is giving below error,&lt;BR /&gt;
Error in 'eval' command: The expression is malformed. An unexpected character is reached at ')'.&lt;/P&gt;

&lt;P&gt;even I tried the below command,&lt;/P&gt;

&lt;P&gt;eval Min_Value=min(Field%)&lt;/P&gt;

&lt;P&gt;but it is giving same error&lt;/P&gt;

&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 18:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343725#M165419</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2017-11-04T18:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343726#M165420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you are not able to address fields in splunk using wildcards.&lt;BR /&gt;
I'm not sure if it will work, but try out this one.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Min_Value=min(&amp;lt;&amp;lt;fields&amp;gt;&amp;gt;)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Nov 2017 20:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343726#M165420</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-11-04T20:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343727#M165421</link>
      <description>&lt;P&gt;I am getting below error,&lt;/P&gt;

&lt;P&gt;Error in 'eval' command: The expression is malformed. An unexpected character is reached at '&amp;lt;&amp;gt;)'.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 20:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343727#M165421</guid>
      <dc:creator>nkankur</dc:creator>
      <dc:date>2017-11-04T20:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343728#M165422</link>
      <description>&lt;P&gt;Well then it is simply not possible&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 20:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343728#M165422</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-11-04T20:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to use wildcard in eval min command as I have large number of fields and I want a separate column with min values from each row.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343729#M165423</link>
      <description>&lt;P&gt;HI&lt;/P&gt;

&lt;P&gt;Can you please check below link?? It is the same question asked by you.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/587912/i-want-to-use-wildcard-in-eval-min-command-as-give.html"&gt;https://answers.splunk.com/answers/587912/i-want-to-use-wildcard-in-eval-min-command-as-give.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Happy Splunking &lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2017 17:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-use-wildcard-in-eval-min-command-as-I-have-large/m-p/343729#M165423</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-11-05T17:16:34Z</dc:date>
    </item>
  </channel>
</rss>

