<?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 How do I modify ID results in a table to display a URL or filepath? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417145#M120053</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;

&lt;P&gt;I've been having a look around on here, and through Google, but so far coming I'm up blank.&lt;/P&gt;

&lt;P&gt;I'm looking for a way to basically change how an ID is displayed in a table.&lt;/P&gt;

&lt;P&gt;Say I run a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=testsource | table _time, , sourcetype, id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I get a table back like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time     sourcetype     id
12:00     testsource      123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So while the id value is indeed 123, I would like to have it — depending on the ID —display with a URL or filepath. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time     sourcetype     id
12:00     testsource     test.com/123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this possible without diving into drill down and dashboards (&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Viz/DrilldownIntro"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.2/Viz/DrilldownIntro&lt;/A&gt;), it's not going to be a regular requirement in a search so something I can throw in the query on the fly would be ideal. &lt;/P&gt;

&lt;P&gt;TIA! &lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 17:30:51 GMT</pubDate>
    <dc:creator>replicamask</dc:creator>
    <dc:date>2018-10-04T17:30:51Z</dc:date>
    <item>
      <title>How do I modify ID results in a table to display a URL or filepath?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417145#M120053</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;

&lt;P&gt;I've been having a look around on here, and through Google, but so far coming I'm up blank.&lt;/P&gt;

&lt;P&gt;I'm looking for a way to basically change how an ID is displayed in a table.&lt;/P&gt;

&lt;P&gt;Say I run a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=testsource | table _time, , sourcetype, id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I get a table back like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time     sourcetype     id
12:00     testsource      123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So while the id value is indeed 123, I would like to have it — depending on the ID —display with a URL or filepath. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time     sourcetype     id
12:00     testsource     test.com/123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this possible without diving into drill down and dashboards (&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Viz/DrilldownIntro"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.2/Viz/DrilldownIntro&lt;/A&gt;), it's not going to be a regular requirement in a search so something I can throw in the query on the fly would be ideal. &lt;/P&gt;

&lt;P&gt;TIA! &lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 17:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417145#M120053</guid>
      <dc:creator>replicamask</dc:creator>
      <dc:date>2018-10-04T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify ID results in a table to display a URL or filepath?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417146#M120054</link>
      <description>&lt;P&gt;do you need it to be clickable?  Or just url/filepath text?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype=testsource | eval id = "test.com/" . id | table _time, sourcetype, id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Oct 2018 16:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417146#M120054</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2018-10-07T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify ID results in a table to display a URL or filepath?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417147#M120055</link>
      <description>&lt;P&gt;That is brilliant thank you very much! From everything I was looking up to have them clickable would involve the drill down and dashboards right? Or is there another method? &lt;BR /&gt;
It's not a required functionality atm, but just curious since you mentioned it there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417147#M120055</guid>
      <dc:creator>replicamask</dc:creator>
      <dc:date>2018-10-09T13:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify ID results in a table to display a URL or filepath?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417148#M120056</link>
      <description>&lt;P&gt;I think to make it clickable, you would have to put it in a dashboard and then use drilldown options or css etc.  Not sure it can be done with just the normal table in search results.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:47:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-modify-ID-results-in-a-table-to-display-a-URL-or/m-p/417148#M120056</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2018-10-09T13:47:48Z</dc:date>
    </item>
  </channel>
</rss>

