<?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: Props.conf extract not working in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452126#M128019</link>
    <description>&lt;P&gt;Thanks for the advice, had attempted this in the first instance, thought it might need to be formatted the same as it needs to be in Splunk search as it was not working. Have reverted as per your suggestions to no avail. &lt;/P&gt;

&lt;P&gt;KV_mode is set to none, yet Splunk is attempting to automatically hundreds of fields. Have used btool to ensure the correct config is in memory, bit stumped! &lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2019 14:49:57 GMT</pubDate>
    <dc:creator>milesmedboe</dc:creator>
    <dc:date>2019-06-28T14:49:57Z</dc:date>
    <item>
      <title>Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452123#M128016</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;Recently onboarded a new sourcetype configured with search time extractions. Regex works when tested on sample data, however at search time, about 400 fields are extracted which are complete nonsense, the desired fields aren't extracted at all. &lt;/P&gt;

&lt;P&gt;Config is on Heavy forwarder, and Search Head Cluster. &lt;/P&gt;

&lt;P&gt;Any guidance would be much appreciated!&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[aam_wss]
DATETIME_CONFIG =
NO_BINARY_CHECK = true
category = Custom
disabled = false
KV_MODE = none
pulldown_type = true
TZ = UCT

    EXTRACT-wss = " ^(?&amp;lt;x_bluecoat_request_tenant_id&amp;gt;[^\s]+) (?&amp;lt;date&amp;gt;\d+\-\d+\-\d+) (?&amp;lt;time&amp;gt;\d+:\d+:\d+) \"(?&amp;lt;x_bluecoat_appliance_name&amp;gt;[^\s]+)\" (?&amp;lt;time_taken&amp;gt;[^\s]+) (?&amp;lt;c_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;cs_userdn&amp;gt;[^\s]+) \"?(?&amp;lt;cs_auth_groups&amp;gt;[^\s\"]+)\"? (?&amp;lt;x_exception_id&amp;gt;[^\s]+) (?&amp;lt;sc_filter_result&amp;gt;[^\s]+) \"(?&amp;lt;cs_categories&amp;gt;.*?)\" (?&amp;lt;cs_Referer&amp;gt;[^\s]+) (?&amp;lt;sc_status&amp;gt;[^\s]+) (?&amp;lt;s_action&amp;gt;[^\s]+) (?&amp;lt;cs_method&amp;gt;[^\s]+) (?&amp;lt;rs_Content_Type&amp;gt;[^\s]+) (?&amp;lt;cs_uri_scheme&amp;gt;[^\s]+) (?&amp;lt;cs_host&amp;gt;[^\s]+) (?&amp;lt;cs_uri_port&amp;gt;[^\s]+) (?&amp;lt;cs_uri_path&amp;gt;[^\s]+) (?&amp;lt;cs_uri_query&amp;gt;[^\s]+) (?&amp;lt;cs_uri_extension&amp;gt;[^\s]+) \"?(?&amp;lt;cs_User_Agent&amp;gt;.*?)\"? (?&amp;lt;s_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;sc_bytes&amp;gt;[^\s]+) (?&amp;lt;cs_bytes&amp;gt;[^\s]+) (?&amp;lt;x_data_leak_detected&amp;gt;[^\s]+) (?&amp;lt;x_virus_id&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_location_id&amp;gt;[^\s]+) \"(?&amp;lt;x_bluecoat_location_name&amp;gt;.*?)\" (?&amp;lt;x_bluecoat_access_type&amp;gt;[^\s]+) \"(?&amp;lt;x_bluecoat_application_name&amp;gt;.*?)\" \"(?&amp;lt;x_bluecoat_application_operation&amp;gt;.*?)\" (?&amp;lt;r_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) \"(?&amp;lt;r_supplier_country&amp;gt;.*?)\" (?&amp;lt;x_rs_certificate_validate_status&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_observed_errors&amp;gt;[^\s]+) (?&amp;lt;x_cs_ocsp_error&amp;gt;[^\s]+) (?&amp;lt;x_rs_ocsp_error&amp;gt;[^\s]+) (?&amp;lt;ssl_version&amp;gt;[^\s]+) (?&amp;lt;negotiated_cipher&amp;gt;[^\s]+) (?&amp;lt;cipher_size&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_hostname&amp;gt;[^\s]+) \"?(?&amp;lt;certificate_hostname_categories&amp;gt;.*?)\"? (?&amp;lt;x_cs_negotiated_ssl_version&amp;gt;[^\s]+) (?&amp;lt;x_cs_negotiated_cipher&amp;gt;[^\s]+) (?&amp;lt;x_cs_negotiated_cipher_size&amp;gt;[^\s]+) (?&amp;lt;x_cs_certificate_subject&amp;gt;[^\s]+) (?&amp;lt;cs_icap_status&amp;gt;[^\s]+) (?&amp;lt;cs_icap_error_details&amp;gt;[^\s]+) (?&amp;lt;rs_icap_status&amp;gt;[^\s]+) (?&amp;lt;rs_icap_error_details&amp;gt;[^\s]+) (?&amp;lt;s_supplier_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;s_supplier_country&amp;gt;[^\s]+) (?&amp;lt;s_supplier_failures&amp;gt;[^\s]+) \"(?&amp;lt;x_cs_client_ip_country&amp;gt;.*?)\" (?&amp;lt;cs_threat_risk&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_threat_risk&amp;gt;[^\s]+) (?&amp;lt;x_client_agent_type&amp;gt;[^\s]+) (?&amp;lt;x_client_os&amp;gt;[^\s]+) (?&amp;lt;x_client_agent_sw&amp;gt;[^\s]+) (?&amp;lt;x_client_device_id&amp;gt;[^\s]+) (?&amp;lt;x_client_device_name&amp;gt;[^\s]+) (?&amp;lt;x_client_device_type&amp;gt;[^\s]+) (?&amp;lt;x_client_security_details&amp;gt;[^\s]+) (?&amp;lt;x_client_security_risk_score&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_reference_id&amp;gt;[^\s]+) (?&amp;lt;x_sc_connection_issuer_keyring&amp;gt;[^\s]+) (?&amp;lt;x_scissuer_keyring_alias&amp;gt;[^\s]+) (?&amp;lt;x_cloud_rs&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_placeholder&amp;gt;[^\s]+) (?&amp;lt;cs_X_Requested_With&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_transaction_uuid&amp;gt;[^\s]+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jun 2019 13:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452123#M128016</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-06-28T13:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452124#M128017</link>
      <description>&lt;P&gt;What does the data look like? Did you try setting &lt;CODE&gt;KV_MODE = none&lt;/CODE&gt;? Did you do a &lt;CODE&gt;| extract reload=T&lt;/CODE&gt;  after setting that regex on the SH?&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:18:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452124#M128017</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-06-28T14:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452125#M128018</link>
      <description>&lt;P&gt;Try remove the &lt;CODE&gt;"&lt;/CODE&gt; around the REGEX, that's copy pasted from search bar I guess (where you do need those)? Also no need to do &lt;CODE&gt;\"&lt;/CODE&gt; inside the regex, just &lt;CODE&gt;"&lt;/CODE&gt; should do.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452125#M128018</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-28T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452126#M128019</link>
      <description>&lt;P&gt;Thanks for the advice, had attempted this in the first instance, thought it might need to be formatted the same as it needs to be in Splunk search as it was not working. Have reverted as per your suggestions to no avail. &lt;/P&gt;

&lt;P&gt;KV_mode is set to none, yet Splunk is attempting to automatically hundreds of fields. Have used btool to ensure the correct config is in memory, bit stumped! &lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452126#M128019</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-06-28T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452127#M128020</link>
      <description>&lt;P&gt;Thanks Skalli, already had KV_MODE = none, not sure why Splunk is still attempting to extract fields itself. &lt;/P&gt;

&lt;P&gt;| extract reload=T didn't help either, wasn't aware of this command though so thanks for bringing it to my attention!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452127#M128020</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-06-28T14:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452128#M128021</link>
      <description>&lt;P&gt;Any chance you can share some screenshots of what the data looks like and the kind of fields that get extracted?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 14:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452128#M128021</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-28T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452129#M128022</link>
      <description>&lt;P&gt;Unfortunately don't have the required Karma yet required to upload anything&lt;/P&gt;

&lt;P&gt;This is a scrubbed example from the logs -&lt;/P&gt;

&lt;P&gt;26111 1007-03-27 15:00:41 "BV1-ZC0_VvsbkBI" 20 125.20.105.50 EVERETTE\Naida%00Ldbrljloh "EVERETTE\ROLE-U-ILA-QujqvtyGucatk" - OBSERVED "Business/Economy;Web Ads/Annamaria" &lt;A href="https://app.jackqueline.com/player?course=call-monitoring-measure-quality&amp;amp;author=shaunte-miller&amp;amp;name=call-monitoring-measure-quality-l0&amp;amp;clip=0&amp;amp;mode=live" target="_blank"&gt;https://app.jackqueline.com/player?course=call-monitoring-measure-quality&amp;amp;author=shaunte-miller&amp;amp;name=call-monitoring-measure-quality-l0&amp;amp;clip=0&amp;amp;mode=live&lt;/A&gt; 200 TCP_BY_MISS GET text/plain https tim-ei00-g0.czmrorwaya01.com 131 /ping ?michAela=00523&amp;amp;bitrate=-1&amp;amp;throughput=-1&amp;amp;playhead=261.3046330&amp;amp;hldxyqaPsczrp=0&amp;amp;playrate=1&amp;amp;timemark=1001312020210&amp;amp;system=anlbjtthfrjtbfk&amp;amp;guillerMina=U_20000036_renf5gzemojr05fo_1530010403312&amp;amp;joaqUina=02&amp;amp;code=U_20000036_renf5gzemojr05fo_1530010403312 - "Mozilla/5.0 (Windows NT 6.1; DOZ04; Kennith/7.0; fm:01.0) like Gecko" 042.047.1.2 051 605 no - 310211 "Dannielle Jonelle Data Iraida (IDA)" explicit_proxy "-" "-" 00.200.105.023 "Charlesetta" RONI_VALID none - - CVRq0.2 VELMA-LEA-WEZ145-JJG202 255 *.czmrorwaya01.com "Business/Economy" CVRq0.2 VELMA-LEA-WEZ145-JJG202 255 - LENA_NOT_SCANNED - LENA_NO_MODIFICATION - 00.200.105.023 - - "United Kingdom" 3 2 sep-windows Windows%207%00Tbvtpgqngo 14.2.1023.0100 020NPG02I10P0S5E002I101B4G00B002 OX2-P-GSU1004 FW - - - - - - - - i0erfy049100v30m-0000000022uqo0o1-000000001p012d53&lt;/P&gt;

&lt;P&gt;The selected fields area on the left hand-side displays the following&lt;/P&gt;

&lt;P&gt;Selected Fields&lt;/P&gt;

&lt;H1&gt;a 29&lt;/H1&gt;

&lt;H1&gt;acc 1&lt;/H1&gt;

&lt;P&gt;aaction 9&lt;BR /&gt;
aapp 3&lt;BR /&gt;
aArchitecture 1&lt;BR /&gt;
aatyp 2&lt;/P&gt;

&lt;H1&gt;c 27&lt;/H1&gt;

&lt;H1&gt;cd 21&lt;/H1&gt;

&lt;P&gt;acharset 22&lt;BR /&gt;
acolor 1&lt;BR /&gt;
acomponent 2&lt;BR /&gt;
act 7&lt;BR /&gt;
aculture 4&lt;/P&gt;

&lt;H1&gt;date_hour 1&lt;/H1&gt;

&lt;H1&gt;date_mday 1&lt;/H1&gt;

&lt;H1&gt;date_minute 1&lt;/H1&gt;

&lt;P&gt;adate_month 1&lt;/P&gt;

&lt;H1&gt;date_second 18&lt;/H1&gt;

&lt;P&gt;adate_wday 1&lt;/P&gt;

&lt;H1&gt;date_year 1&lt;/H1&gt;

&lt;H1&gt;date_zone 1&lt;/H1&gt;

&lt;P&gt;adomain 4&lt;/P&gt;

&lt;H1&gt;dst 1&lt;/H1&gt;

&lt;P&gt;aei 27&lt;BR /&gt;
aeventtype 1&lt;/P&gt;

&lt;H1&gt;expires 2&lt;/H1&gt;

&lt;H1&gt;f_dir 1&lt;/H1&gt;

&lt;P&gt;afactoryName 1&lt;BR /&gt;
afname 6&lt;/P&gt;

&lt;H1&gt;h 18&lt;/H1&gt;

&lt;P&gt;ahash 3&lt;BR /&gt;
ahl 10&lt;BR /&gt;
ahost 1&lt;/P&gt;

&lt;H1&gt;ht 2&lt;/H1&gt;

&lt;P&gt;aid 36&lt;BR /&gt;
aidclient 2&lt;/P&gt;

&lt;H1&gt;ima 8&lt;/H1&gt;

&lt;H1&gt;imn 5&lt;/H1&gt;

&lt;P&gt;aindex 1&lt;BR /&gt;
aip 2&lt;/P&gt;

&lt;H1&gt;linecount 1&lt;/H1&gt;

&lt;P&gt;alng 2&lt;BR /&gt;
aloc 2&lt;BR /&gt;
alocation 2&lt;BR /&gt;
amode 1&lt;BR /&gt;
aname 11&lt;BR /&gt;
ap 18&lt;/P&gt;

&lt;H1&gt;pid 16&lt;/H1&gt;

&lt;P&gt;aproduct 1&lt;BR /&gt;
aptag 1&lt;BR /&gt;
apunct 100+&lt;BR /&gt;
aq 69&lt;/P&gt;

&lt;H1&gt;r 22&lt;/H1&gt;

&lt;P&gt;are 4&lt;BR /&gt;
aresourceGroupName 1&lt;/P&gt;

&lt;H1&gt;s 100+&lt;/H1&gt;

&lt;P&gt;aSID 11&lt;/P&gt;

&lt;H1&gt;size 2&lt;/H1&gt;

&lt;P&gt;asource 1&lt;BR /&gt;
asourcetype 1&lt;BR /&gt;
asplunk_server 1&lt;/P&gt;

&lt;H1&gt;src 7&lt;/H1&gt;

&lt;P&gt;asrc_is_expected 1&lt;BR /&gt;
asrc_pci_domain 1&lt;BR /&gt;
asrc_requires_av 1&lt;BR /&gt;
asrc_should_timesync 1&lt;BR /&gt;
asrc_should_update 1&lt;BR /&gt;
astatus 1&lt;BR /&gt;
asubscriptionId 1&lt;BR /&gt;
asysparm_auto_request 1&lt;BR /&gt;
at 55&lt;BR /&gt;
atag 1&lt;BR /&gt;
atag::eventtype 1&lt;/P&gt;

&lt;H1&gt;time 9&lt;/H1&gt;

&lt;H1&gt;timeendpos 1&lt;/H1&gt;

&lt;H1&gt;timestartpos 1&lt;/H1&gt;

&lt;H1&gt;ts 22&lt;/H1&gt;

&lt;P&gt;aTYPE 1&lt;BR /&gt;
atype 8&lt;BR /&gt;
auid 7&lt;BR /&gt;
aurl 22&lt;BR /&gt;
av 80&lt;BR /&gt;
aved 7&lt;BR /&gt;
aVersion 2&lt;BR /&gt;
avtag 1&lt;/P&gt;

&lt;H1&gt;zx 47&lt;/H1&gt;

&lt;P&gt;Thanks again for your assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452129#M128022</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2020-09-30T01:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452130#M128023</link>
      <description>&lt;P&gt;Hi @milesmedboe ,&lt;/P&gt;

&lt;P&gt;I have tested the following setting for props.conf and it works:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EXTRACT-wss = ^(?&amp;lt;x_bluecoat_request_tenant_id&amp;gt;[^\s]+) (?&amp;lt;date&amp;gt;\d+\-\d+\-\d+) (?&amp;lt;time&amp;gt;\d+:\d+:\d+) "(?&amp;lt;x_bluecoat_appliance_name&amp;gt;[^\s]+)" (?&amp;lt;time_taken&amp;gt;[^\s]+) (?&amp;lt;c_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;cs_userdn&amp;gt;[^\s]+) "?(?&amp;lt;cs_auth_groups&amp;gt;[^\s"]+)"? (?&amp;lt;x_exception_id&amp;gt;[^\s]+) (?&amp;lt;sc_filter_result&amp;gt;[^\s]+) "(?&amp;lt;cs_categories&amp;gt;.*?)" (?&amp;lt;cs_Referer&amp;gt;[^\s]+) (?&amp;lt;sc_status&amp;gt;[^\s]+) (?&amp;lt;s_action&amp;gt;[^\s]+) (?&amp;lt;cs_method&amp;gt;[^\s]+) (?&amp;lt;rs_Content_Type&amp;gt;[^\s]+) (?&amp;lt;cs_uri_scheme&amp;gt;[^\s]+) (?&amp;lt;cs_host&amp;gt;[^\s]+) (?&amp;lt;cs_uri_port&amp;gt;[^\s]+) (?&amp;lt;cs_uri_path&amp;gt;[^\s]+) (?&amp;lt;cs_uri_query&amp;gt;[^\s]+) (?&amp;lt;cs_uri_extension&amp;gt;[^\s]+) "?(?&amp;lt;cs_User_Agent&amp;gt;.*?)"? (?&amp;lt;s_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;sc_bytes&amp;gt;[^\s]+) (?&amp;lt;cs_bytes&amp;gt;[^\s]+) (?&amp;lt;x_data_leak_detected&amp;gt;[^\s]+) (?&amp;lt;x_virus_id&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_location_id&amp;gt;[^\s]+) "(?&amp;lt;x_bluecoat_location_name&amp;gt;.*?)" (?&amp;lt;x_bluecoat_access_type&amp;gt;[^\s]+) "(?&amp;lt;x_bluecoat_application_name&amp;gt;.*?)" "(?&amp;lt;x_bluecoat_application_operation&amp;gt;.*?)" (?&amp;lt;r_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) "(?&amp;lt;r_supplier_country&amp;gt;.*?)" (?&amp;lt;x_rs_certificate_validate_status&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_observed_errors&amp;gt;[^\s]+) (?&amp;lt;x_cs_ocsp_error&amp;gt;[^\s]+) (?&amp;lt;x_rs_ocsp_error&amp;gt;[^\s]+) (?&amp;lt;ssl_version&amp;gt;[^\s]+) (?&amp;lt;negotiated_cipher&amp;gt;[^\s]+) (?&amp;lt;cipher_size&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_hostname&amp;gt;[^\s]+) "?(?&amp;lt;certificate_hostname_categories&amp;gt;.*?)"? (?&amp;lt;x_cs_negotiated_ssl_version&amp;gt;[^\s]+) (?&amp;lt;x_cs_negotiated_cipher&amp;gt;[^\s]+) (?&amp;lt;x_cs_negotiated_cipher_size&amp;gt;[^\s]+) (?&amp;lt;x_cs_certificate_subject&amp;gt;[^\s]+) (?&amp;lt;cs_icap_status&amp;gt;[^\s]+) (?&amp;lt;cs_icap_error_details&amp;gt;[^\s]+) (?&amp;lt;rs_icap_status&amp;gt;[^\s]+) (?&amp;lt;rs_icap_error_details&amp;gt;[^\s]+) (?&amp;lt;s_supplier_ip&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?&amp;lt;s_supplier_country&amp;gt;[^\s]+) (?&amp;lt;s_supplier_failures&amp;gt;[^\s]+) "(?&amp;lt;x_cs_client_ip_country&amp;gt;.*?)" (?&amp;lt;cs_threat_risk&amp;gt;[^\s]+) (?&amp;lt;x_rs_certificate_threat_risk&amp;gt;[^\s]+) (?&amp;lt;x_client_agent_type&amp;gt;[^\s]+) (?&amp;lt;x_client_os&amp;gt;[^\s]+) (?&amp;lt;x_client_agent_sw&amp;gt;[^\s]+) (?&amp;lt;x_client_device_id&amp;gt;[^\s]+) (?&amp;lt;x_client_device_name&amp;gt;[^\s]+) (?&amp;lt;x_client_device_type&amp;gt;[^\s]+) (?&amp;lt;x_client_security_details&amp;gt;[^\s]+) (?&amp;lt;x_client_security_risk_score&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_reference_id&amp;gt;[^\s]+) (?&amp;lt;x_sc_connection_issuer_keyring&amp;gt;[^\s]+) (?&amp;lt;x_scissuer_keyring_alias&amp;gt;[^\s]+) (?&amp;lt;x_cloud_rs&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_placeholder&amp;gt;[^\s]+) (?&amp;lt;cs_X_Requested_With&amp;gt;[^\s]+) (?&amp;lt;x_bluecoat_transaction_uuid&amp;gt;[^\s]+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If that doesn't work, I would look at your props.conf with &lt;CODE&gt;btool&lt;/CODE&gt; to see if something is taking precedence over your setting.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 15:33:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452130#M128023</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-28T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452131#M128024</link>
      <description>&lt;P&gt;You can upload screenshots elsewhere (e.g. imgur) and share the links here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But looks like auto kv is not disabled for starters.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 15:42:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452131#M128024</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-28T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452132#M128025</link>
      <description>&lt;P&gt;Not really possible in this corporate environment, sorry &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I agree, it definitely looks like auto kv is being applied. Btool however only shows "KV_MODE = none" for this sourcetype. &lt;/P&gt;

&lt;P&gt;Can you think of anywhere else this could be getting overridden? &lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 16:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452132#M128025</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-06-28T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452133#M128026</link>
      <description>&lt;P&gt;And the events actually have the correct sourcetype assigned (and only 1)?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 16:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452133#M128026</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-28T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452134#M128027</link>
      <description>&lt;P&gt;The garbage fields are due to automatic key-value extraction so you need to set &lt;CODE&gt;KV_MODE = none&lt;/CODE&gt; against your sourcetype on your Search Head.  As far as the broken field extractions, that is the splunk life.  You are just going to have to work through it.  I like to use RegEx101.com.  We could help more, but you did not post your broken events.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 16:19:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452134#M128027</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-01T16:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452135#M128028</link>
      <description>&lt;P&gt;He already has &lt;CODE&gt;KV_MODE = none&lt;/CODE&gt; and in the comments below my answer he also shared a sample event, which seems to match the regex (after removing the quotes surrounding the regex, which he claims he also tried already). He mentions he even used btool to confirm the config is correct.&lt;/P&gt;

&lt;P&gt;So it is a bit of a mystery. Unless he is actually using the wrong sourcetype or so.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 07:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452135#M128028</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-07-02T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452136#M128029</link>
      <description>&lt;P&gt;It is indeed getting the correct sourcetype. The extractions work well (over &amp;gt;99% of events anyway) when tested as part of a search. &lt;/P&gt;

&lt;P&gt;Have raised a support case with Splunk, will update here if I get a resolution. &lt;/P&gt;

&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452136#M128029</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-07-02T08:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452137#M128030</link>
      <description>&lt;P&gt;Thanks for the advice, Regex is tested and functional, KV mode is also set to none. Bit of a weird one I've not come up against before. Raising a support case with Splunk to see if I can get a resolution.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:23:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452137#M128030</guid>
      <dc:creator>milesmedboe</dc:creator>
      <dc:date>2019-07-02T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extract not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452138#M128031</link>
      <description>&lt;P&gt;What did they say/find?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 18:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-conf-extract-not-working/m-p/452138#M128031</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-14T18:32:51Z</dc:date>
    </item>
  </channel>
</rss>

