<?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: ConvertToIntention within ConvertToIntention in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74360#M18733</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
Below is the output from the device&lt;BR /&gt;
Oct  3 09:45:28 172.18.1.221  Website=xxx:80 ClientIP=xxx.xxx.xxx.235 HTTP_Method=POST URL="/" HTTP_Version=HTTP/1.1 User_Agent=Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25 HTTP_Referer="&lt;A href="http://xxxx/" target="_blank"&gt;http://xxxx/&lt;/A&gt;" Request_Start_Time=2012/10/03 09:46:15 Request_Length=1424 Request_Elapsed_Time=26 Server=xxx.xxx.xxx.xxx:80 HTTP_Status=302 Response_Start_Time=2012/10/03 09:46:15 Response_Length=147 &lt;/P&gt;

&lt;P&gt;The search then picks up the ClientIP, dedups it so i know how many individual clients and then locates in the world using geoip.  The table i generate with the above will then list clients per a country, but ideally i would like to drill down into the table and get the ips for clients in that country.&lt;/P&gt;

&lt;P&gt;Any help greatly apprecitated.&lt;BR /&gt;
Keith&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:33:04 GMT</pubDate>
    <dc:creator>vgnoc</dc:creator>
    <dc:date>2020-09-28T12:33:04Z</dc:date>
    <item>
      <title>ConvertToIntention within ConvertToIntention</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74357#M18730</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I would like to add 2 arguments to a search from the results table this is the code that I have tried to work on. Any Help please?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="ResultsHeader" layoutPanel="resultsHeaderPanel" group="splIcon-results-table" altTitle="Table"&amp;gt;
  &amp;lt;param name="entityLabel"&amp;gt;results&amp;lt;/param&amp;gt;
  &amp;lt;param name="entityLabelSingular"&amp;gt;result&amp;lt;/param&amp;gt;
  &amp;lt;param name="entityName"&amp;gt;results&amp;lt;/param&amp;gt;
  &amp;lt;module name="Export" layoutPanel="pageControls"&amp;gt;
    &amp;lt;param name="exportType"&amp;gt;result&amp;lt;/param&amp;gt;
  &amp;lt;/module&amp;gt;
  &amp;lt;module name="EnablePreview" group="show" layoutPanel="resultsOptions"&amp;gt;
    &amp;lt;param name="enable"&amp;gt;True&amp;lt;/param&amp;gt;
    &amp;lt;module name="Paginator" layoutPanel="pageControls"&amp;gt;
      &amp;lt;param name="entityName"&amp;gt;results&amp;lt;/param&amp;gt;
      &amp;lt;param name="maxPages"&amp;gt;10&amp;lt;/param&amp;gt;
      &amp;lt;module name="RowNumbers" layoutPanel="resultsOptions"&amp;gt;
        &amp;lt;module name="DataOverlay" layoutPanel="resultsAreaLeft"&amp;gt;
          &amp;lt;module name="SimpleResultsTable" layoutPanel="resultsAreaLeft"&amp;gt;
            &amp;lt;param name="entityName"&amp;gt;results&amp;lt;/param&amp;gt;
            &amp;lt;param name="drilldown"&amp;gt;all&amp;lt;/param&amp;gt;
            &amp;lt;module name="ConvertToIntention"&amp;gt;
              &amp;lt;param name="intention"&amp;gt;
                &amp;lt;param name="name"&amp;gt;addterm&amp;lt;/param&amp;gt;
                &amp;lt;param name="arg"&amp;gt;
                  &amp;lt;param name="source"&amp;gt;$click.value$&amp;lt;/param&amp;gt;
                &amp;lt;/param&amp;gt;  
              &amp;lt;/param&amp;gt;
              &amp;lt;module name="ConvertToIntention"&amp;gt;
                &amp;lt;param name="intention"&amp;gt;
                  &amp;lt;param name="name"&amp;gt;addterm&amp;lt;/param&amp;gt;
                  &amp;lt;param name="arg2"&amp;gt;
                    &amp;lt;param name="source"&amp;gt;$click2.value$&amp;lt;/param&amp;gt;
                  &amp;lt;/param&amp;gt;  
                &amp;lt;/param&amp;gt;
                &amp;lt;module name="ViewRedirector"&amp;gt;
                  &amp;lt;param name="viewTarget"&amp;gt;YourView2&amp;lt;/param&amp;gt;
                  &amp;lt;param name="popup"&amp;gt;True&amp;lt;/param&amp;gt;
                &amp;lt;/module&amp;gt;
              &amp;lt;/module&amp;gt;
            &amp;lt;/module&amp;gt;
          &amp;lt;/module&amp;gt;
          &amp;lt;module name="Paginator" layoutPanel="resultsAreaLeft"&amp;gt;
            &amp;lt;param name="entityName"&amp;gt;results&amp;lt;/param&amp;gt;
            &amp;lt;param name="maxPages"&amp;gt;10&amp;lt;/param&amp;gt;
          &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jun 2012 15:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74357#M18730</guid>
      <dc:creator>MatthewTowey</dc:creator>
      <dc:date>2012-06-13T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertToIntention within ConvertToIntention</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74358#M18731</link>
      <description>&lt;P&gt;Can you describe in more detail what the search looks like, what the results look like, and the problems you are having with the drilldown?  I can't tell that from the code sample you have provide above (thanks for the code, though!).&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74358#M18731</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-06-13T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertToIntention within ConvertToIntention</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74359#M18732</link>
      <description>&lt;P&gt;02 May 2012 08:14:31:411 INFO  [Fix message assembler] in.FMRFIBOOM_BLPUS - &amp;lt;13 NewOrderSingle (8=FIX.4.4|9=123|35=D|56=BLPUS|49=FMRFIBOOM|52=20120502-12:14:31|34=15|54=8|55=IBM|38=15200|44=27|11=Order8|21=2|60=20120502-12:14:31|40=7|10=118|)&lt;BR /&gt;
this is an example log entry i want to select both 56= and 49= &lt;BR /&gt;
the search string has not been specified yet ! I seen an example or two where the clicks where replacing specific fields e.g a user name and associated i.p for that log on but at the moment i'm just been requested to provide 2 click selection on a universal search! Hope that makes more sense!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 08:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74359#M18732</guid>
      <dc:creator>MatthewTowey</dc:creator>
      <dc:date>2012-06-14T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertToIntention within ConvertToIntention</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74360#M18733</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Below is the output from the device&lt;BR /&gt;
Oct  3 09:45:28 172.18.1.221  Website=xxx:80 ClientIP=xxx.xxx.xxx.235 HTTP_Method=POST URL="/" HTTP_Version=HTTP/1.1 User_Agent=Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25 HTTP_Referer="&lt;A href="http://xxxx/" target="_blank"&gt;http://xxxx/&lt;/A&gt;" Request_Start_Time=2012/10/03 09:46:15 Request_Length=1424 Request_Elapsed_Time=26 Server=xxx.xxx.xxx.xxx:80 HTTP_Status=302 Response_Start_Time=2012/10/03 09:46:15 Response_Length=147 &lt;/P&gt;

&lt;P&gt;The search then picks up the ClientIP, dedups it so i know how many individual clients and then locates in the world using geoip.  The table i generate with the above will then list clients per a country, but ideally i would like to drill down into the table and get the ips for clients in that country.&lt;/P&gt;

&lt;P&gt;Any help greatly apprecitated.&lt;BR /&gt;
Keith&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ConvertToIntention-within-ConvertToIntention/m-p/74360#M18733</guid>
      <dc:creator>vgnoc</dc:creator>
      <dc:date>2020-09-28T12:33:04Z</dc:date>
    </item>
  </channel>
</rss>

