<?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 to suppress one or two fields  and associated values in csv file. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536868#M151769</link>
    <description>&lt;P&gt;It depends on what you mean by "suppress" and what you mean by csv file.&amp;nbsp; If the file is a lookup file in Splunk, you can add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fields - myField&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or send that to outputlookup to another lookup that is shared with those who you don't want to see the last field.&lt;/P&gt;&lt;P&gt;If you are talking about indexing the csv, part of the configuration will have a props SED filter overwrite the data in the last column.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 17:51:41 GMT</pubDate>
    <dc:creator>landen99</dc:creator>
    <dc:date>2021-01-22T17:51:41Z</dc:date>
    <item>
      <title>How to suppress one or two fields  and associated values in csv file.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536859#M151764</link>
      <description>&lt;P&gt;I have data following data in&amp;nbsp; csv file. need to suppress last one or two columns. please suggest me how to do that.&lt;/P&gt;&lt;P&gt;1st row contains header information ,comma is delimiter&amp;nbsp;&lt;/P&gt;&lt;P&gt;want suppress/nullify the&amp;nbsp; "myField" and associated value. i tried with props.conf and transform.conf. but not working.&lt;/P&gt;&lt;P&gt;BusTargetId,HubId,MsgType,Priority,"Req_RespId","Source_IP","_raw","_time","command_type","endpoint_type",eventtype,gwTimestamp1,host,index,linecount,punct,source,sourcetype,"splunk_server","status_code",timestamp,"myField"&lt;BR /&gt;4DED32483ECD428A,100004030,Alert,2,rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7,"2001:470:b:654:225:fe8c:d410","Alert,rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7,2001:470:b:654:225:fe8c:d410,100004030,4DED32483ECD428A,ECHO,OUTAGE,2,1438432955000,,,SUCCESS, ","2020-06-12T12:08:53.000+0000",OUTAGE,ECHO,,1438432955000,uMhtVAppDPj11,"service_audit",1,",,::::::,,,,,,,,,,_","outage.txt",SMWAN,uMhtVAppDPj11,SUCCESS,none,name1&lt;BR /&gt;4DED32483ECD428A,100004031,Alert,2,rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7,"2001:470:b:654:225:fe8c:d410","Alert,rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7rQtuPiSZF7,2001:470:b:654:225:fe8c:d410,100004031,4DED32483ECD428A,ECHO,OUTAGE,2,1438432955000,,,SUCCESS, ","2020-06-12T12:08:53.000+0000",OUTAGE,ECHO,,1438432955000,uMhtVAppDPj11,"service_audit",1,",,::::::,,,,,,,,,,_","outage.txt",SMWAN,uMhtVAppDPj11,SUCCESS,none,name2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help!!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:47:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536859#M151764</guid>
      <dc:creator>lalithadevisegu</dc:creator>
      <dc:date>2021-01-22T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress one or two fields  and associated values in csv file.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536868#M151769</link>
      <description>&lt;P&gt;It depends on what you mean by "suppress" and what you mean by csv file.&amp;nbsp; If the file is a lookup file in Splunk, you can add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fields - myField&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or send that to outputlookup to another lookup that is shared with those who you don't want to see the last field.&lt;/P&gt;&lt;P&gt;If you are talking about indexing the csv, part of the configuration will have a props SED filter overwrite the data in the last column.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536868#M151769</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2021-01-22T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress one or two fields  and associated values in csv file.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536871#M151770</link>
      <description>&lt;P&gt;Have already indexed data , end customer added new field to the existing CSV file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newly added field and value should not be parsed in indexer. How to accomplish this. Please help me.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536871#M151770</guid>
      <dc:creator>lalithadevisegu</dc:creator>
      <dc:date>2021-01-22T17:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress one or two fields  and associated values in csv file.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536873#M151772</link>
      <description>&lt;P&gt;As end user don't want see the newly added CSV filed and it's value.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-one-or-two-fields-and-associated-values-in-csv/m-p/536873#M151772</guid>
      <dc:creator>lalithadevisegu</dc:creator>
      <dc:date>2021-01-22T18:00:18Z</dc:date>
    </item>
  </channel>
</rss>

