<?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 Lookup using multiple parameters in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89913#M23052</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to do a p-value lookup in the Z-Table, for calculating a statistical significant problem. Unfortunately, to do a p-value lookup in the Z-table, I need two entries: the column &amp;amp; the row. Is it possible to do such a lookup in Splunk, if so, how?&lt;/P&gt;

&lt;P&gt;e.g.:&lt;BR /&gt;
Z = 2.54&lt;BR /&gt;
Z_row value = 2.50&lt;BR /&gt;
Z_column_value = 0.04&lt;BR /&gt;
Corresponding p-value(for a 1-tailed t-test), as looked up in the Z-table = 0.99446. &lt;/P&gt;

&lt;P&gt;How can I do this simple lookup using both the row index &amp;amp; the column index?&lt;/P&gt;

&lt;P&gt;Related Question: &lt;A href="http://splunk-base.splunk.com/answers/42266/statistical-analysis-using-splunk" target="_blank"&gt;http://splunk-base.splunk.com/answers/42266/statistical-analysis-using-splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:30:25 GMT</pubDate>
    <dc:creator>daskuntal</dc:creator>
    <dc:date>2020-09-28T11:30:25Z</dc:date>
    <item>
      <title>Lookup using multiple parameters</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89913#M23052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to do a p-value lookup in the Z-Table, for calculating a statistical significant problem. Unfortunately, to do a p-value lookup in the Z-table, I need two entries: the column &amp;amp; the row. Is it possible to do such a lookup in Splunk, if so, how?&lt;/P&gt;

&lt;P&gt;e.g.:&lt;BR /&gt;
Z = 2.54&lt;BR /&gt;
Z_row value = 2.50&lt;BR /&gt;
Z_column_value = 0.04&lt;BR /&gt;
Corresponding p-value(for a 1-tailed t-test), as looked up in the Z-table = 0.99446. &lt;/P&gt;

&lt;P&gt;How can I do this simple lookup using both the row index &amp;amp; the column index?&lt;/P&gt;

&lt;P&gt;Related Question: &lt;A href="http://splunk-base.splunk.com/answers/42266/statistical-analysis-using-splunk" target="_blank"&gt;http://splunk-base.splunk.com/answers/42266/statistical-analysis-using-splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89913#M23052</guid>
      <dc:creator>daskuntal</dc:creator>
      <dc:date>2020-09-28T11:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup using multiple parameters</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89914#M23053</link>
      <description>&lt;P&gt;All lookups can take multiple input parameters. If you are using a scripted lookup, you are writing a program that can do whatever it wants with the input parameters, so that's not a problem. With file lookups, the file is a CSV format, so you'd have to flatten your table out. e.g., instead of a table like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;c1,c2,c3
1,2,3
4,5,6
7,8,9
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You would have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;r_num,c_num,val
1,1,1
1,2,2
1,3,3
2,1,4
2,2,5
2,2,6
3,1,7
3,2,8
3,3,9
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Mar 2012 22:38:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89914#M23053</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-03-12T22:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup using multiple parameters</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89915#M23054</link>
      <description>&lt;P&gt;Thanks for the response. If I do indeed needed to transform my matrix table into a linear csv format. It took me a while, but I eventually got to it.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-using-multiple-parameters/m-p/89915#M23054</guid>
      <dc:creator>daskuntal</dc:creator>
      <dc:date>2012-03-13T18:35:44Z</dc:date>
    </item>
  </channel>
</rss>

