<?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: Regex working on search but not props/transforms in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596718#M104168</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243568"&gt;@oliverja&lt;/a&gt;&amp;nbsp;- Just to be sure is this the source you are receiving data in?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::http:kafka_iap-suricata-log]&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 06 May 2022 10:51:52 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2022-05-06T10:51:52Z</dc:date>
    <item>
      <title>Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596487#M104135</link>
      <description>&lt;P&gt;I am trying to extract a single section from within some JSON. (The original event is wrapped in even more json). I have built a regex and tested it, and everything seems to work.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* sourcetype=suricata | rex field=_raw "\"original\":(?&amp;lt;originalMsg&amp;gt;.+?})},"&lt;/LI-CODE&gt;&lt;P&gt;BUT once I put it into the config files, nothing happens.&lt;/P&gt;&lt;P&gt;Props:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::http:kafka_iap-suricata-log]
LINE_BREAKER = (`~!\^&amp;lt;)
SHOULD_LINEMERGE = false
TRANSFORMS-also = extractMessage&lt;/LI-CODE&gt;&lt;P&gt;Transforms:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[extractMessage]
REGEX = "original":(.+?})},
DEST_KEY= _raw
FORMAT = $1&lt;/LI-CODE&gt;&lt;P&gt;Inputs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://kafka_iap-suricata-log]
disabled = 0
index = ids-suricata-ext
token = tokenyNumbersGoHere
sourcetype = suricata&lt;/LI-CODE&gt;&lt;P&gt;Sample Event (copied from _raw):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"destination":{"ip":"192.168.0.1","port":80,"address":"192.168.0.1"},"ecs":{"version":"1.12.0"},"host":{"name":"rsm"},"fileset":{"name":"eve"},"input":{"type":"log"},"suricata":{"eve":{"http":{"http_method":"\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0GET","hostname":"7.tlup.microsoft.com","url":"/filestreamingservice/files/eb3d","length":0,"protocol":"HTTP/1.1","http_user_agent":"Microsoft-Delivery-Optimization/10.0"},"event_type":"http","flow_id":"841906347931855","tx_id":4,"in_iface":"ens3f0"}},"service":{"type":"suricata"},"source":{"ip":"192.168.0.1","port":57576,"address":"192.168.0.1"},"network.direction":"external","log":{"offset":1363677358,"file":{"path":"/data/suricata/eve.json"}},"@timestamp":"2022-05-05T09:29:05.976Z","agent":{"hostname":"xxx","ephemeral_id":"5a1cb090","id":"bd4004192","name":"ram-nsm","type":"filebeat","version":"7.16.2"},"tags":["iap","suricata"],"@version":"1","event":{"created":"2022-05-05T09:29:06.819Z","module":"suricata","dataset":"suricata.eve","original":{"http":{"http_method":"\\0\\0\\0\\0\\0\\0\\0\\00\\0\\0GET","hostname":"7.t.microsoft.com","url":"/filestreamingservice/files/eb3d","length":0,"protocol":"HTTP/1.1","http_user_agent":"Microsoft-Delivery-Optimization/10.0"},"dest_port":80,"flow_id":845,"in_iface":"ens3f0","proto":"TCP","src_port":57576,"dest_ip":"192.168.0.1","event_type":"http","timestamp":"2022-05-05T09:29:05.976989+0000","tx_id":4,"src_ip":"192.168.0.1"}},"network":{"transport":"TCP","community_id":"1:uE="}}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 10:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596487#M104135</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-05T10:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596516#M104138</link>
      <description>&lt;P&gt;Try adding &lt;FONT face="courier new,courier"&gt;WRITE_META = true&lt;/FONT&gt; to the &lt;STRIKE&gt;props.conf&lt;/STRIKE&gt; transforms.conf stanza.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596516#M104138</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-05T16:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596563#M104144</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243568"&gt;@oliverja&lt;/a&gt;&amp;nbsp;- Do you want to just keep that part (original) as your _raw event and remove everything at index time?&lt;/P&gt;&lt;P&gt;1. I'm making this assumption because you used TRANSFORMS in props.conf and you used DEST_KEY=_raw in the transforms.conf stanza.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# Add WRITE_META parameter in your transforms.conf stanza

[extractMessage]
REGEX = "original":(.+?})},
DEST_KEY= _raw
FORMAT = $1
WRITE_META = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Or your goal is to extract a new index-time field?&lt;/P&gt;&lt;P&gt;3. Or do you want to just extract a new field, not necessarily index-time or search-time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:24:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596563#M104144</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-05T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596564#M104145</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;- you mean transforms.conf stanza.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596564#M104145</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-05T16:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596570#M104146</link>
      <description>&lt;P&gt;Yes, I do.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596570#M104146</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-05T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596652#M104156</link>
      <description>&lt;P&gt;Updated transforms with WRITE_META, still no change.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[extractMessage]
REGEX = "original":(.+?})},
DEST_KEY= _raw
FORMAT = $1
WRITE_META = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And in answer to your question, I want to discard all data except the "original" section, and make that my whole message.&lt;/P&gt;&lt;P&gt;"original" is the actual original message, the rest of the info is just a json wrapper from another tool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 06:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596652#M104156</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596672#M104158</link>
      <description>&lt;P&gt;It also looks like&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|  spath output=actualEvent path=event.original&lt;/LI-CODE&gt;&lt;P&gt;does exactly what I need, but at search time. All I need it to discard all data but event.original, and then index that.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596672#M104158</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T07:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596693#M104160</link>
      <description>&lt;P&gt;I tested with transform:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ("original")&lt;/LI-CODE&gt;&lt;P&gt;and every event became one word, "original".&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I know my data is being manipulated by the transform.&lt;/P&gt;&lt;P&gt;This leaves me at the "My REX is bad!", which doesnt make sense because it works fine in splunk searches and in regex101.com against the _raw . I don't know how to debug something that has no apparent bug.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 08:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596693#M104160</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596698#M104161</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Are you using HEC to get this in or UF?&lt;/P&gt;&lt;P&gt;Can you post your original event, not that which are already in splunk (_raw)?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 09:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596698#M104161</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-06T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596707#M104163</link>
      <description>&lt;P&gt;Source: HEC, RAW&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;iap-suricata-dev:
{ 
  "name": "iap-suricata-dev", 
  "splunk.hec.ssl.validate.certs": "false",
  "splunk.hec.raw.line.breaker": "`~!^&amp;lt;", 
  "splunk.hec.uri": "https://x.x.x.x:8088",
  "topics": "iap-suricata-log",
  "splunk.hec.raw": "true", 
  "splunk.hec.token": "xxxx",
  "tasks.max": "7",  
  "connector.class": "com.splunk.kafka.connect.SplunkSinkConnector",
  "splunk.indexes": "menlo2", 
  "splunk.hec.ack.enabled": "false"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per my admins on the "other side", this is what is being sent from Kafka to my HEC:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"destination":{"ip":"192.168.0.1","port":1235,"address":"192.168.0.1"},"ecs":{"version":"1.12.0"},"host":{"name":"ptm-nsm"},"fileset":{"name":"eve"},"input":{"type":"log"},"suricata":{"eve":{"http":{"http_method":"OPTIONS","url":"/","length":0,"protocol":"HTTP/1.0"},"event_type":"http","flow_id":"1550457178752986","tx_id":0}},"service":{"type":"suricata"},"log":{"offset":1125537802,"file":{"path":"/opt/suricata/eve.json"}},"network.direction":"external","source":{"ip":"192.168.0.1","port":38394,"address":"192.168.0.1"},"@timestamp":"2022-05-06T09:59:09.246Z","agent":{"hostname":"ptm-nsm","ephemeral_id":"dd64db01","id":"422ff9","name":"ptm-nsm","type":"filebeat","version":"7.16.2"},"tags":["iap","suricata"],"@version":"1","event":{"created":"2022-05-06T09:59:09.632Z","module":"suricata","dataset":"suricata.eve","original":{"http":{"http_method":"OPTIONS","url":"/","length":0,"protocol":"HTTP/1.0"},"dest_port":1235,"proto":"TCP","src_port":38394,"dest_ip":"192.168.0.1","event_type":"http","timestamp":"2022-05-06T09:59:09.246372+0000","flow_id":1550457178752986,"src_ip":"192.168.0.1","tx_id":0}},"network":{"transport":"TCP","community_id":"1:Mbl3VcTAk="}}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 10:08:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596707#M104163</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596708#M104164</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243568"&gt;@oliverja&lt;/a&gt;&amp;nbsp;- Everything else looks okay.&lt;/P&gt;&lt;P&gt;Just to make sure you need to deploy this configuration on the first full Splunk instance. Heavy Forwarder or Indexers. UF will not process TRANSFORMS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are confused about where to deploy the configuration, you can put the configuration everywhere.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 10:11:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596708#M104164</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-06T10:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596713#M104167</link>
      <description>&lt;P&gt;Single instance of Splunk, so all configs are "everywhere".&lt;/P&gt;&lt;P&gt;I tested with a basic regex (outlined above) and it worked, so I have to assume it is my search, not my config.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 10:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596713#M104167</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T10:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596718#M104168</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243568"&gt;@oliverja&lt;/a&gt;&amp;nbsp;- Just to be sure is this the source you are receiving data in?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::http:kafka_iap-suricata-log]&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 06 May 2022 10:51:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596718#M104168</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-06T10:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596719#M104169</link>
      <description>&lt;P&gt;For sure. Inputs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://kafka_iap-suricata-log]
disabled = 0
index = ids-suricata-ext
token = tokenyNumbersGoHere
sourcetype = suricata&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 10:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596719#M104169</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-06T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596722#M104170</link>
      <description>&lt;P&gt;When I testing this with the next configurations:&lt;/P&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[extractMessage]
REGEX = "original":(.+?})},
DEST_KEY= _raw
FORMAT = $1
WRITE_META = true&lt;/LI-CODE&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::http:iap-suricata-dev]
LINE_BREAKER = (`~!\^&amp;lt;)
SHOULD_LINEMERGE = false
TRANSFORMS-also = extractMessage&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;inputs.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http://iap-suricata-dev]
disabled = 0
host = xxxxx
index = splunk_test
indexes = splunk_test
token = eae66351-a931-4be1-83fa-2787781f501f&lt;/LI-CODE&gt;&lt;P&gt;with cURL&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -vkH "Authorization: Splunk eae66351-a931-4be1-83fa-2787781f501f" https://localhost:8088/services/collector/raw?channel=1-2-3-4 -d '{"host":"myhost", "sourcetype":"my_st", "event":{"destination":{"ip":"192.168.0.1","port":1235,"address":"192.168.0.1"},"ecs":{"version":"1.12.0"},"host":{"name":"ptm-nsm"},"fileset":{"name":"eve"},"input":{"type":"log"},"suricata":{"eve":{"http":{"http_method":"OPTIONS","url":"/","length":0,"protocol":"HTTP/1.0"},"event_type":"http","flow_id":"1550457178752986","tx_id":0}},"service":{"type":"suricata"},"log":{"offset":1125537802,"file":{"path":"/opt/suricata/eve.json"}},"network.direction":"external","source":{"ip":"192.168.0.1","port":38394,"address":"192.168.0.1"},"@timestamp":"2022-05-06T09:59:09.246Z","agent":{"hostname":"ptm-nsm","ephemeral_id":"dd64db01","id":"422ff9","name":"ptm-nsm","type":"filebeat","version":"7.16.2"},"tags":["iap","suricata"],"@version":"1","event":{"created":"2022-05-06T09:59:09.632Z","module":"suricata","dataset":"suricata.eve","original":{"http":{"http_method":"OPTIONS","url":"/","length":0,"protocol":"HTTP/1.0"},"dest_port":1235,"proto":"TCP","src_port":38394,"dest_ip":"192.168.0.1","event_type":"http","timestamp":"2022-05-06T09:59:09.246372+0000","flow_id":1550457178752986,"src_ip":"192.168.0.1","tx_id":0}},"network":{"transport":"TCP","community_id":"1:Mbl3VcTAk="}}}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It works correctly and event contains only&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"http":{"http_method":"OPTIONS","url":"/","length":0,"protocol":"HTTP/1.0"},"dest_port":1235,"proto":"TCP","src_port":38394,"dest_ip":"192.168.0.1","event_type":"http","timestamp":"2022-05-06T09:59:09.246372+0000","flow_id":1550457178752986,"src_ip":"192.168.0.1","tx_id":0}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;All this has done on single node instance.&lt;/P&gt;&lt;P&gt;Could it be that you have distributed environment and you haven't deploy those configurations on all HEC nodes?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 11:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596722#M104170</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-06T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596874#M104194</link>
      <description>&lt;P&gt;It is a single node deployment for me as well, and your curl example parses perfectly.&lt;/P&gt;&lt;P&gt;So, something is inside the original message that does not make it into the _raw &lt;STRONG&gt;and&lt;/STRONG&gt; I cannot see it on the source side &lt;STRONG&gt;and&lt;/STRONG&gt; is breaking the regex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More research:&lt;/P&gt;&lt;P&gt;I moved my regex up to the beginning of the message, trying to filter out anything that shows up mid-message that might break it.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"ecs":(.+?})}&lt;/LI-CODE&gt;&lt;P&gt;....and it still doesnt match. BUT i did notice something. It looks like a lot of messages are indeed matching, but not all of them. When I copy the failed messages and regex101 or put them in via curl, they work fine. So, the plot thickens.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Regex101 and splunk search time extractions process 100% of my logs&lt;/P&gt;&lt;P&gt;2) Splunk transforms processes 80 - 90% of my logs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596874#M104194</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-09T07:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596931#M104203</link>
      <description>&lt;P&gt;After all of this stupid fighting with my regexes, it turns out that some events were working, and some were not. This was getting lost in the noise of the other events.&lt;/P&gt;&lt;P&gt;Long stupid story short, the examples I gave were working fine, because I was trimming them before posting, or the one I shared was already working.&lt;/P&gt;&lt;P&gt;Instead, several of my logs were running into the 4096 default char limit LOOKAHEAD= in transforms.conf.&lt;/P&gt;&lt;P&gt;I bumped this up to 20k and everything regexes just fine.&lt;/P&gt;&lt;P&gt;Sorry for the wild goose chase.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Index-Time-Extractions-Regex-meeting-character-limit-props-conf/m-p/596927/thread-id/104201" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Index-Time-Extractions-Regex-meeting-character-limit-props-conf/m-p/596927/thread-id/104201&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 11:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/596931#M104203</guid>
      <dc:creator>oliverja</dc:creator>
      <dc:date>2022-05-09T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regex working on search but not props/transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/597083#M104229</link>
      <description>You are not the only one who has hit by this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; There is also TRUNCATE which must be enough long to do some other stuff on conf file.</description>
      <pubDate>Tue, 10 May 2022 06:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regex-working-on-search-but-not-props-transforms/m-p/597083#M104229</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-10T06:34:20Z</dc:date>
    </item>
  </channel>
</rss>

