<?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 Append number by value to results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741276#M240569</link>
    <description>&lt;P&gt;Hi Splunkers&lt;/P&gt;&lt;P&gt;I'm looking for a way to append a column with an ID based on the value of another field.&lt;/P&gt;&lt;P&gt;Base search gives this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
| table _time Item Count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;datetime=2025-03-10T08:59:59 Item=Apple Count=8
datetime=2025-03-10T08:59:45 Item=Banana Count=2
datetime=2025-03-10T08:58:39 Item=Apple Count=5
datetime=2025-03-10T08:58:25 Item=Coconut Count=1
datetime=2025-03-10T08:57:36 Item=Banana Count=2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;_time&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Item&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Count&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Coconut&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;I'd like something that gives this&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;_time&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Item&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;Count&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;8&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;5&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Coconut&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ID is local, based only on the results. Each unique item is numbered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried streamstats count but this doesn't give the desired results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 09:37:30 GMT</pubDate>
    <dc:creator>dataisbeautiful</dc:creator>
    <dc:date>2025-03-10T09:37:30Z</dc:date>
    <item>
      <title>Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741276#M240569</link>
      <description>&lt;P&gt;Hi Splunkers&lt;/P&gt;&lt;P&gt;I'm looking for a way to append a column with an ID based on the value of another field.&lt;/P&gt;&lt;P&gt;Base search gives this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
| table _time Item Count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;datetime=2025-03-10T08:59:59 Item=Apple Count=8
datetime=2025-03-10T08:59:45 Item=Banana Count=2
datetime=2025-03-10T08:58:39 Item=Apple Count=5
datetime=2025-03-10T08:58:25 Item=Coconut Count=1
datetime=2025-03-10T08:57:36 Item=Banana Count=2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;_time&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Item&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Count&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Coconut&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;I'd like something that gives this&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;_time&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Item&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;Count&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;8&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;5&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Coconut&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ID is local, based only on the results. Each unique item is numbered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried streamstats count but this doesn't give the desired results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741276#M240569</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2025-03-10T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741277#M240570</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;, You can just add the other field name afte the by clause?&lt;/P&gt;&lt;P&gt;can you give the current search which you are using and confirm if the ID field that you want to add is in the events itself?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741277#M240570</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2025-03-10T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741284#M240573</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;could you share your search and a sample of your data (both using "Add/Edit Code Sample" button not a screenshot)?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741284#M240573</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-10T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741286#M240575</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;I've updated my post with the base search and raw data&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258346"&gt;@meetmshah&lt;/a&gt;the ID is not in the raw data, it is something I am adding only at time of search&lt;/P&gt;&lt;P&gt;I'm not interested in maintaining an ID between times, it's going to be used in a visualisation on a deashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:38:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741286#M240575</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2025-03-10T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741288#M240576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;in other words, you need to add a progressive number to your results, is it correct?&lt;/P&gt;&lt;P&gt;if this is your requirement, please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
| eval counter=1
| accum counter AS ID
| fields - counter
| table _time Item Count ID&lt;/LI-CODE&gt;&lt;P&gt;Ciao,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741288#M240576</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-10T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741293#M240578</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion, I've run this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
| eval counter=1
| accum counter AS ID
| fields - counter
| table _time Item Count ID&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives the output&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;_time&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Item&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;Count&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;8&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Apple&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;5&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Coconut&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Banana&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;2&lt;/TD&gt;&lt;TD width="16.666666666666668%" height="25px"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This isn't what I'm after as Apple doesn't have a single ID now.&lt;/P&gt;&lt;P&gt;I'd like a single ID per unique value of Item, not a row counter ID. Hope that makes sence.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741293#M240578</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2025-03-10T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741300#M240579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok, please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
| join type=left Item 
     [ search index=transactionlog sourcetype=transaction earliest=-1h@h latest=@h
     | stats count BY Item
     | eval counter=1
     | accum counter AS ID
     | table Item ID ]
| table _time Item Count ID&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 10:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741300#M240579</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-10T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741306#M240582</link>
      <description>&lt;LI-CODE lang="markup"&gt;| streamstats dc(Item) as ID
| eventstats min(ID) as ID by Item&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 10 Mar 2025 11:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741306#M240582</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-03-10T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741320#M240586</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;That's exactly what I was after, thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks also &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258346"&gt;@meetmshah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741320#M240586</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2025-03-10T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Append number by value to results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741329#M240590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 15:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Append-number-by-value-to-results/m-p/741329#M240590</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-03-10T15:01:49Z</dc:date>
    </item>
  </channel>
</rss>

