<?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: events breaking using props conf in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643425#M16334</link>
    <description>&lt;P&gt;Is that the *raw* source name, before any Splunk transforms?&lt;/P&gt;&lt;P&gt;Can you change the stanza to a sourcetype one, at least to confirm the regex is correct?&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 16:55:00 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-05-15T16:55:00Z</dc:date>
    <item>
      <title>Why are events breaking using props conf?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643236#M16315</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Hi Team,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I am collecting metrics using API calls for every 5 minutes , but all the metrics are coming as a single event as attached screen shot&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kafka.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25369i83AC5B87643709B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="kafka.JPG" alt="kafka.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I need to break these events as individuals (which ever events starting from text “&lt;SPAN&gt;&lt;STRONG&gt;confluent_kafka_”)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;. I have edited my props.conf as below but its not coming as expected still its coming as a single event. Can some one please guide me how to do it.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;[source::kafka_metrics://kafka_metrics]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;LINE_BREAKER = (confluent_kafka_)(\s)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;SHOULD_LINEMERGE = false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 May 2023 13:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643236#M16315</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-15T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643241#M16316</link>
      <description>&lt;P&gt;It looks like the &lt;FONT face="courier new,courier"&gt;LINE_BREAKER&lt;/FONT&gt; setting needs to be adjusted.&amp;nbsp; The current setting has Splunk looking for the string "confluent_kafka_" followed by a space, but that does not match what is in the event.&amp;nbsp; Additionally, the first capture group, which is always discarded by Splunk, appears to contain important information.&lt;/P&gt;&lt;P&gt;Try &lt;FONT face="courier new,courier"&gt;LINE_BREAKER = ()confluent_kafka_server_request_bytes\{&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 16:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643241#M16316</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-12T16:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643281#M16320</link>
      <description>&lt;P&gt;tried this but its not working.&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 03:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643281#M16320</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-14T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643291#M16321</link>
      <description>&lt;P&gt;"its not working" isn't helpful.&lt;/P&gt;&lt;P&gt;Did you restart the indexer(s)?&amp;nbsp; Are you looking at data that was onboarded &lt;STRONG&gt;after&lt;/STRONG&gt; the change (and restart)?&amp;nbsp; Existing data won't change.&lt;/P&gt;&lt;P&gt;Can you share raw data (before Splunk touches it)?&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 14:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643291#M16321</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-14T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643301#M16324</link>
      <description>&lt;P&gt;Try this config and then restart the Splunk instance.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LINE_BREAKER&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;([\n\r]+)&lt;/SPAN&gt;&lt;SPAN&gt;confluent_kafka_server_request_bytes\{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 May 2023 20:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643301#M16324</guid>
      <dc:creator>glc_slash_it</dc:creator>
      <dc:date>2023-05-14T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643323#M16327</link>
      <description>&lt;P&gt;yes I restarted it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the RAW data how its getting caputured. Below is a single event, but we need to split or break every line as a indivisual events .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;# HELP confluent_kafka_server_request_bytes The delta count of total request bytes from the specified request types sent over the network. Each sample is the number of bytes sent since the previous data point. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_request_bytes gauge&lt;BR /&gt;confluent_kafka_server_request_bytes{kafka_id="trtrtrt",principal_id="4343fgfg",type="ApiVersions",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_request_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="ApiVersions",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_request_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="Fetch",} 18000.0 1684127220000&lt;BR /&gt;confluent_kafka_server_request_bytes{kafka_id="trtrtrt",principal_id="4343fgfg",type="Metadata",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_request_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="Metadata",} 0.0 1684127220000&lt;BR /&gt;# HELP confluent_kafka_server_response_bytes The delta count of total response bytes from the specified response types sent over the network. Each sample is the number of bytes sent since the previous data point. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_response_bytes gauge&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="trtrtrt",principal_id="4343fgfg",type="ApiVersions",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="ApiVersions",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="Fetch",} 5040.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="trtrtrt",principal_id="4343fgfg",type="Metadata",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="trtrtrt",principal_id="5656ghgh",type="Metadata",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="yuuyu",principal_id="hyyu44",type="ApiVersions",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_response_bytes{kafka_id="yuuyu",principal_id="hyyu44",type="Metadata",} 0.0 1684127220000&lt;BR /&gt;# HELP confluent_kafka_server_received_bytes The delta count of bytes of the customer's data received from the network. Each sample is the number of bytes received since the previous data sample. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_received_bytes gauge&lt;BR /&gt;confluent_kafka_server_received_bytes{kafka_id="yuyuyu",topic="tytytytuyu-processing-log",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_bytes{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.fulfilment.auto.pricing.retry",} 553822.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_bytes{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.yy",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_bytes{kafka_id="uiuiui",topic="topic_0",} 35385.0 1684127220000&lt;BR /&gt;# HELP confluent_kafka_server_sent_bytes The delta count of bytes of the customer's data sent over the network. Each sample is the number of bytes sent since the previous data point. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_sent_bytes gauge&lt;BR /&gt;confluent_kafka_server_sent_bytes{kafka_id="uiuiuiu",topic="_confluent-controlcenter-7-3-0-0-MonitoringMessageAggregatorWindows-THREE_HOURS-changelog",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_bytes{kafka_id="yuyuyuy",topic="kafka-connector.connect-configs",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_bytes{kafka_id="yuyuyuy",topic="kafka.replicator-configs",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_bytes{kafka_id="yuyuyuy",topic="tytyty-log",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_bytes{kafka_id="yuyuyuy",topic="success-lcc-trttytyty",} 0.0 1684127220000&lt;BR /&gt;# HELP confluent_kafka_server_received_records The delta count of records received. Each sample is the number of records received since the previous data sample. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_received_records gauge&lt;BR /&gt;confluent_kafka_server_received_records{kafka_id="yuyuyu",topic="tytytytuyu-processing-log",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_records{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.fulfilment.auto.pricing.retry",} 24.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_records{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.yy",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_received_records{kafka_id="uiuiui",topic="topic_0",} 126.0 1684127220000&lt;BR /&gt;# HELP confluent_kafka_server_sent_records The delta count of records sent. Each sample is the number of records sent since the previous data point. The count is sampled every 60 seconds.&lt;BR /&gt;# TYPE confluent_kafka_server_sent_records gauge&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="yuyuyu",topic="tytytytuyu-processing-log",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.fulfilment.auto.pricing.retry",} 24.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="yuyuyu",topic="hhhh.kk.json.cs.order.yy",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="uiuiuiu",topic="_confluent-command",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="uiuiuiu",topic="_confluent-controlcenter-7-3-0-0-AlertHistoryStore-changelog",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="yuyuyuy",topic="kafka-connector.connect-configs",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_sent_records{kafka_id="yuyuyuy",topic="kafka.replicator-configs",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_retained_bytes{kafka_id="uiuiuiu",topic="_confluent-controlcenter-7-3-0-0-monitoring-aggregate-rekey-store-repartition",} 0.0 1684127220000&lt;BR /&gt;confluent_kafka_server_retained_bytes{kafka_id="uiuiuiu",topic="_confluent-controlcenter-7-3-0-0-monitoring-message-rekey-store",} 7.148088E7 1684127220000&lt;BR /&gt;confluent_kafka_server_retained_bytes{kafka_id="uiuiuiu",topic="_confluent-controlcenter-7-3-0-0-monitoring-trigger-event-rekey",} 5.0344769E7 1684127220000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 05:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643323#M16327</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-15T05:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643388#M16329</link>
      <description>&lt;P&gt;This works in my sandbox with the provided sample data.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = ([\r\n]+)confluent_kafka_server_(request|response|received|sent|retained)_(bytes|records)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 May 2023 13:01:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643388#M16329</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-15T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643395#M16330</link>
      <description>&lt;P&gt;Hmm, not sure whats wrong with my setup, I have modified the props.conf as below and restarted the splunk service. Still its coming as a single event.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roopeshetty_0-1684157324535.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25384i4080A09C4A4A7B2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="roopeshetty_0-1684157324535.png" alt="roopeshetty_0-1684157324535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:29:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643395#M16330</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-15T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643404#M16332</link>
      <description>&lt;P&gt;I wonder if the problem lies with the stanza name rather than the &lt;FONT face="courier new,courier"&gt;LINE_BREAKER&lt;/FONT&gt; setting.&amp;nbsp; If the name in a &lt;FONT face="courier new,courier"&gt;source:://&lt;/FONT&gt; stanza doesn't match the name of the data source then the settings will not be applied.&lt;/P&gt;&lt;P&gt;A source named "kafka_metrics://kafka_metrics" seems like a rather odd file name.&amp;nbsp; Are you sure that's the correct source name?&amp;nbsp; How are you obtaining the name?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643404#M16332</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-15T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643422#M16333</link>
      <description>&lt;P&gt;yes,&amp;nbsp; source="kafka_metrics://kafka_metrics" as you can see here below;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roopeshetty_0-1684166556001.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25391iC1AE389CBA7B03F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="roopeshetty_0-1684166556001.png" alt="roopeshetty_0-1684166556001.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643422#M16333</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-15T16:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643425#M16334</link>
      <description>&lt;P&gt;Is that the *raw* source name, before any Splunk transforms?&lt;/P&gt;&lt;P&gt;Can you change the stanza to a sourcetype one, at least to confirm the regex is correct?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:55:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643425#M16334</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-15T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643462#M16337</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;our sourcetype=kafka_metrics, now i have modified the props.conf as below, but still the same issue. Do i need to change anything in transforms.conf as well?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roopeshetty_0-1684211563555.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25396i95109E99A784C1A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="roopeshetty_0-1684211563555.png" alt="roopeshetty_0-1684211563555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 04:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643462#M16337</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2023-05-16T04:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643495#M16341</link>
      <description>&lt;P&gt;The screenshot says "props".&amp;nbsp; Is that the actual file name?&amp;nbsp; It should be props.conf.&lt;/P&gt;&lt;P&gt;It's difficult to determine if changes need to be made to transforms.conf without seeing the file, but since props.conf does not reference any transforms I'd say "no".&lt;/P&gt;&lt;P&gt;I'm still waiting for an answer to this earlier question:&amp;nbsp;&lt;SPAN&gt;Are you looking at data that was onboarded&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;after&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;the change (and restart)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How is the script(?) that is making the API calls tagging the data as sourcetype=kafka_metrics?&amp;nbsp; How is the data being sent to Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/643495#M16341</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-16T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: events breaking using props conf</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/659762#M17537</link>
      <description>&lt;P&gt;Any news ?&lt;/P&gt;&lt;P&gt;How did you solve that issue, if ever ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-are-events-breaking-using-props-conf/m-p/659762#M17537</guid>
      <dc:creator>ldongradi_SPL</dc:creator>
      <dc:date>2023-10-05T09:42:28Z</dc:date>
    </item>
  </channel>
</rss>

