<?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: How do you rename rows using a CSV file? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436890#M166960</link>
    <description>&lt;P&gt;Hi  valiquet,&lt;/P&gt;

&lt;P&gt;I don't think this will gonna work because is a long list of process names and i want to rename name of the process from field .... if this make's any sense ...&lt;/P&gt;

&lt;P&gt;I have something like this:&lt;/P&gt;

&lt;P&gt;ProcessName Count of timestamp&lt;BR /&gt;
c:\program files (x86)\common files\adobe\arm\1.0\adobearm.exe  2&lt;BR /&gt;
c:\program files (x86)\google\chrome\application\chrome.exe 1106273&lt;BR /&gt;
c:\program files (x86)\google\update\googleupdate.exe   54&lt;/P&gt;

&lt;P&gt;And i would like to have it like this:&lt;/P&gt;

&lt;P&gt;ProcessName Count of timestamp&lt;BR /&gt;
adobearm.exe    2&lt;BR /&gt;
chrome.exe  1106273&lt;BR /&gt;
googleupdate.exe    54&lt;/P&gt;

&lt;P&gt;But also to be in live search in the dashboard.&lt;/P&gt;

&lt;P&gt;First thought was to use a csv file because is easier to manage, but i think i could also go even deeper and edit index (?) or other file where i could find how is setting the process name (?)&lt;/P&gt;

&lt;P&gt;Thnx.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 12:51:54 GMT</pubDate>
    <dc:creator>bogdan_nicolesc</dc:creator>
    <dc:date>2018-10-29T12:51:54Z</dc:date>
    <item>
      <title>How do you rename rows using a CSV file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436887#M166957</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I need a way to rename rows using a file list (csv file or other file type) from a search job / dashboard.&lt;/P&gt;

&lt;P&gt;Thank you,&lt;BR /&gt;
Bogdan.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 15:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436887#M166957</guid>
      <dc:creator>bogdan_nicolesc</dc:creator>
      <dc:date>2018-10-17T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you rename rows using a CSV file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436888#M166958</link>
      <description>&lt;P&gt;|inputlookup mycsv | eval myrow=myoldname | fields - myoldname  | outputlookup mycsv&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 11:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436888#M166958</guid>
      <dc:creator>valiquet</dc:creator>
      <dc:date>2018-10-28T11:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do you rename rows using a CSV file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436889#M166959</link>
      <description>&lt;P&gt;I completely agree with valiquet&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 14:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436889#M166959</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-28T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you rename rows using a CSV file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436890#M166960</link>
      <description>&lt;P&gt;Hi  valiquet,&lt;/P&gt;

&lt;P&gt;I don't think this will gonna work because is a long list of process names and i want to rename name of the process from field .... if this make's any sense ...&lt;/P&gt;

&lt;P&gt;I have something like this:&lt;/P&gt;

&lt;P&gt;ProcessName Count of timestamp&lt;BR /&gt;
c:\program files (x86)\common files\adobe\arm\1.0\adobearm.exe  2&lt;BR /&gt;
c:\program files (x86)\google\chrome\application\chrome.exe 1106273&lt;BR /&gt;
c:\program files (x86)\google\update\googleupdate.exe   54&lt;/P&gt;

&lt;P&gt;And i would like to have it like this:&lt;/P&gt;

&lt;P&gt;ProcessName Count of timestamp&lt;BR /&gt;
adobearm.exe    2&lt;BR /&gt;
chrome.exe  1106273&lt;BR /&gt;
googleupdate.exe    54&lt;/P&gt;

&lt;P&gt;But also to be in live search in the dashboard.&lt;/P&gt;

&lt;P&gt;First thought was to use a csv file because is easier to manage, but i think i could also go even deeper and edit index (?) or other file where i could find how is setting the process name (?)&lt;/P&gt;

&lt;P&gt;Thnx.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 12:51:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-rename-rows-using-a-CSV-file/m-p/436890#M166960</guid>
      <dc:creator>bogdan_nicolesc</dc:creator>
      <dc:date>2018-10-29T12:51:54Z</dc:date>
    </item>
  </channel>
</rss>

