<?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: Splunk Event _raw data is different from Source Event in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/672379#M55065</link>
    <description>&lt;P&gt;apologies for the delayed response - I am getting this checked from Couchbase side if raw data there showing the same values. Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 09:47:45 GMT</pubDate>
    <dc:creator>madhav_dholakia</dc:creator>
    <dc:date>2023-12-20T09:47:45Z</dc:date>
    <item>
      <title>Splunk Event _raw data is different from Source Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671718#M54995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are ingesting Couchbase JSON Documents into Splunk Cloud using Kafka.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open the same document (1st one ingested in Splunk - _raw and 2nd one is Couchbase JSON) and compare in Visual Studio Code,&amp;nbsp;I can see differences as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="madhav_dholakia_0-1702472804519.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28484i8378528F9CE8039C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="madhav_dholakia_0-1702472804519.png" alt="madhav_dholakia_0-1702472804519.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Splunk syntax highlighted data for this record is identical to original Couchbase JSON.&lt;/P&gt;&lt;P&gt;Can you please help me understand why _raw is showing this data differently and also is there any way to get _raw data in the same format at original JSON?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671718#M54995</guid>
      <dc:creator>madhav_dholakia</dc:creator>
      <dc:date>2023-12-13T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Event _raw data is different from Source Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671913#M55004</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/65114"&gt;@madhav_dholakia&lt;/a&gt;&amp;nbsp;- Splunk _raw shows the price as "17.0", I'm sure that Splunk cannot convert 17 to 17.0&lt;/P&gt;&lt;P&gt;Hence, I'm leaning towards that something else is wrong and Splunk is not modifying anything in the data unless you explicitly added any parsing configs in Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671913#M55004</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-12-14T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Event _raw data is different from Source Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671920#M55006</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;- Couchbase JSON Document is also showing 17 and not 17.0&lt;/P&gt;&lt;P&gt;so here, Source System (Couchbase) and Splunk Record (when viewed as "highlight syntax") are same, its just Splunk Record _raw is different.&lt;/P&gt;&lt;P&gt;What could be possibly causing this?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671920#M55006</guid>
      <dc:creator>madhav_dholakia</dc:creator>
      <dc:date>2023-12-14T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Event _raw data is different from Source Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671949#M55007</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/65114"&gt;@madhav_dholakia&lt;/a&gt;&amp;nbsp;- What I'm aware of is Splunk _raw what's coming from the system unless you are explicitly writing config to make changes by props.conf, but otherwise Splunk has no functionality to make changes.&lt;/P&gt;&lt;P&gt;To me it looks like, the actual value is 17.0, but preview is simplifing to 17 on both system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/671949#M55007</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-12-14T17:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Event _raw data is different from Source Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/672379#M55065</link>
      <description>&lt;P&gt;apologies for the delayed response - I am getting this checked from Couchbase side if raw data there showing the same values. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 09:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Event-raw-data-is-different-from-Source-Event/m-p/672379#M55065</guid>
      <dc:creator>madhav_dholakia</dc:creator>
      <dc:date>2023-12-20T09:47:45Z</dc:date>
    </item>
  </channel>
</rss>

