<?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: Field Extraction when Index Time in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749345#M22589</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268696"&gt;@silverKi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try below config to remove highlighted fields from the _raw event. Since they’re not in the raw, Splunk won’t auto-extract them at search time.&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[secui:fw]&lt;BR /&gt;TRANSFORMS-removefields = remove_unwanted_fields&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;transforms.conf&lt;BR /&gt;[remove_unwanted_fields]&lt;BR /&gt;REGEX = \s?(fw_rule_name|app_saas|nat_rule_name|is_ssl|user_id|is_sslvpn|app_name|host|app_protocol|src_country|app_category|dst_country)=[^ ]*&lt;BR /&gt;FORMAT =&lt;BR /&gt;DEST_KEY = _raw&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 05:48:53 GMT</pubDate>
    <dc:creator>PrewinThomas</dc:creator>
    <dc:date>2025-07-08T05:48:53Z</dc:date>
    <item>
      <title>Field Extraction when Index Time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749337#M22587</link>
      <description>&lt;P&gt;_raw data&lt;/P&gt;&lt;P&gt;[fw4_deny] [ip-address] start_time="1998-07-07 11:21:09" end_time="1998-07-07 11:21:09" machine_name=test_chall_1 fw_rule_id=11290 fw_rule_name=auto_ruleId_1290 nat_rule_id=0 nat_rule_name= src_ip=1xx.1xx.0.x user_id=- src_port=63185 dst_ip=192.168.0.2 dst_port=16992 protocol=6 app_name=- app_protocol=- app_category=- app_saas=no input_interface=eth212 bytes_forward=70 bytes_backward=0 packets_total=1 bytes_total=70 flag_record=S terminate_reason=Denied by Deny Rule is_ssl=no is_sslvpn=no host=- src_country=X2 dst_country=X2&lt;/P&gt;&lt;P&gt;[resource_cnt] [10.10.10.10] time="1998-07-07 11:24:50" machine_name=test_boby_1 cpu_usage=7.0 mem_usage=19.8 disk_usage=5.6 cpu_count=32, cpu_per_usage=3.0-2.9-2.0-2.0-2.0-2.0-0.0-0.0-23.0-7.9-7.0-6.9-19.4-19.0-8.0-7.0-1.0-1.0-16.0-1.0-2.0-2.0-1.0-2.0-24.8-9.0-16.2-8.0-9.0-9.9-5.0-8.1&lt;/P&gt;&lt;P&gt;my props.conf&lt;BR /&gt;[secui:fw]&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SEDCMD-duration = s/duration=\d+\s//&lt;BR /&gt;SEDCMD-fragment_info = s/fragment_info=\S*\s//&lt;BR /&gt;SEDCMD-ingres_if = s/ingres_if=\S*\s//&lt;BR /&gt;SEDCMD-input = s/input\sinterface/interface/&lt;BR /&gt;SEDCMD-packets_backward = s/packets_backward=\S*\s//&lt;BR /&gt;SEDCMD-packets_forward = s/packets_forward=\S*\s//&lt;BR /&gt;SEDCMD-pre = s/^[^\[]+//&lt;BR /&gt;SEDCMD-terminate_reason = s/\sterminate_reason=-//&lt;BR /&gt;SEDCMD-user_auth = s/user_auth=\S*\s//&lt;BR /&gt;SEDCMD-userid = s/user_id=\S*\s//&lt;BR /&gt;TRANSFORMS-secui_nullq = secui_nullq&lt;BR /&gt;TRANSFORMS-stchg7 = secui_resource&lt;BR /&gt;TRANSFORMS-stchg8 = secui_session&lt;BR /&gt;category = Custom&lt;BR /&gt;description = test&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = true&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;lt;Fields you want to exclude&amp;gt;&lt;BR /&gt;fw_rule_name,  app_saas&lt;BR /&gt;nat_rule_name,  is_ssl&lt;BR /&gt;user_id,  is_sslvpn&lt;BR /&gt;app_name,  host&lt;BR /&gt;app_protocol,  src_country&lt;BR /&gt;app_category,  dst_country&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;I want to exclude fields that I want to exclude from being extracted at index time. &lt;BR /&gt;Currently, fields that I want to exclude are automatically extracted when searching for fields of interest. &lt;BR /&gt;Is there a way to do this?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 02:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749337#M22587</guid>
      <dc:creator>silverKi</dc:creator>
      <dc:date>2025-07-08T02:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction when Index Time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749338#M22588</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;I am trying to exclude unnecessary fields from the firewall log collection. 

I am trying to delete the fields by excluding them, but they are not reflected well, &lt;BR /&gt;so I am curious about the related collection exclusion process.&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jul 2025 02:21:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749338#M22588</guid>
      <dc:creator>silverKi</dc:creator>
      <dc:date>2025-07-08T02:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction when Index Time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749345#M22589</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268696"&gt;@silverKi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try below config to remove highlighted fields from the _raw event. Since they’re not in the raw, Splunk won’t auto-extract them at search time.&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[secui:fw]&lt;BR /&gt;TRANSFORMS-removefields = remove_unwanted_fields&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;transforms.conf&lt;BR /&gt;[remove_unwanted_fields]&lt;BR /&gt;REGEX = \s?(fw_rule_name|app_saas|nat_rule_name|is_ssl|user_id|is_sslvpn|app_name|host|app_protocol|src_country|app_category|dst_country)=[^ ]*&lt;BR /&gt;FORMAT =&lt;BR /&gt;DEST_KEY = _raw&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 05:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749345#M22589</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-07-08T05:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction when Index Time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749346#M22590</link>
      <description>&lt;P&gt;I use 'SEDCMD-rm&amp;lt;fieldname&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHY my sedcmd is not work?&lt;/P&gt;&lt;P&gt;SEDCMD-rm-appname = s/app_name\=.*/\s//&lt;BR /&gt;SEDCMD-rm_appsaas = s/app_saas\=\w+\s//&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 06:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749346#M22590</guid>
      <dc:creator>silverKi</dc:creator>
      <dc:date>2025-07-08T06:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction when Index Time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749446#M22595</link>
      <description>&lt;P&gt;You could also look at ingest actions&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.2/Data/DataIngest" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.2/Data/DataIngest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which gives you a slightly easier way to achieve the same thing - at least it can be done in the UI, so you can get an interactive way of seeing the results of your configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 23:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Field-Extraction-when-Index-Time/m-p/749446#M22595</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-07-08T23:46:24Z</dc:date>
    </item>
  </channel>
</rss>

