<?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 to rename all the fields with &amp;quot;s0&amp;quot; at the end of them? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399028#M115689</link>
    <description>&lt;P&gt;I have this column named as "cloud-look-up_s0" and "cloud-look-up_s1" and so on and so on. so What I want to do is to rename "cloud-look-up-s0" with "cloud-look-up-Today". But here is the thing, I want to name all fields that have "s0" in the end to "Today " and the columns will have a different string attached in the front so the format would be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;string1_s0, string1_s1 
string2_s0, string1_s2 
string3_s0, string1_s3 
string4_s0, string1_s4 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:50:42 GMT</pubDate>
    <dc:creator>kiamco</dc:creator>
    <dc:date>2020-09-29T20:50:42Z</dc:date>
    <item>
      <title>How to rename all the fields with "s0" at the end of them?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399028#M115689</link>
      <description>&lt;P&gt;I have this column named as "cloud-look-up_s0" and "cloud-look-up_s1" and so on and so on. so What I want to do is to rename "cloud-look-up-s0" with "cloud-look-up-Today". But here is the thing, I want to name all fields that have "s0" in the end to "Today " and the columns will have a different string attached in the front so the format would be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;string1_s0, string1_s1 
string2_s0, string1_s2 
string3_s0, string1_s3 
string4_s0, string1_s4 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399028#M115689</guid>
      <dc:creator>kiamco</dc:creator>
      <dc:date>2020-09-29T20:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename all the fields with "s0" at the end of them?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399029#M115690</link>
      <description>&lt;P&gt;&lt;CODE&gt;| rename * _s0 as *-Today&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;edit: forgot code block and it wasn't showing asterix&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 16:57:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399029#M115690</guid>
      <dc:creator>anthonymelita</dc:creator>
      <dc:date>2018-08-10T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename all the fields with "s0" at the end of them?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399030#M115691</link>
      <description>&lt;P&gt;Append this to your search &lt;CODE&gt;| rename *_s0 as *-Today&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:12:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-all-the-fields-with-quot-s0-quot-at-the-end-of/m-p/399030#M115691</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-10T17:12:23Z</dc:date>
    </item>
  </channel>
</rss>

