<?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: How to show raw data instead of formatted data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443952#M77297</link>
    <description>&lt;P&gt;If I read your question correctly, you want to display the raw data.&lt;BR /&gt;
It's a bit odd, but easily accomplished:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index_name | table _raw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 30 Apr 2019 19:28:57 GMT</pubDate>
    <dc:creator>codebuilder</dc:creator>
    <dc:date>2019-04-30T19:28:57Z</dc:date>
    <item>
      <title>How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443951#M77296</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;

&lt;P&gt;Bit of a weird question.  I'm ingesting a large amount of JSON data into Splunk.  However in the Search App I want to default display the data as 'show raw text'.  It's a business requirement.  How can I achieve this with Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 18:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443951#M77296</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2019-04-30T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443952#M77297</link>
      <description>&lt;P&gt;If I read your question correctly, you want to display the raw data.&lt;BR /&gt;
It's a bit odd, but easily accomplished:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index_name | table _raw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443952#M77297</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2019-04-30T19:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443953#M77298</link>
      <description>&lt;P&gt;Sadly this isn't what I want.  What I have is formatted &lt;IMG src="https://imgur.com/a/JgGmLPV" alt="Json Data" /&gt;.  What I want to do is default the Search and Reporting app's JSON data to just &lt;IMG src="https://imgur.com/a/6825fI8" alt="Raw Text" /&gt;.  That way all of my users, who are using to seeing raw text, can search through it like normal.&lt;/P&gt;

&lt;P&gt;Not a simple thing to accomplish, surprisingly.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443953#M77298</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2019-04-30T19:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443954#M77299</link>
      <description>&lt;P&gt;Still a bit confused then. You're ingesting formatted JSON, and want to display it as formatted JSON? Or you want to display it without the tags?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443954#M77299</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2019-04-30T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443955#M77300</link>
      <description>&lt;P&gt;This is what I'm trying to output.  Last post didn't reflect this.  Also thank you for taking the time to assist with this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/6825fI8"&gt;https://imgur.com/a/6825fI8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:50:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443955#M77300</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2019-04-30T19:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443956#M77301</link>
      <description>&lt;P&gt;The pic of your output looks like the raw event from search bar results to me.&lt;/P&gt;

&lt;P&gt;Unless I'm still missing something, the data you are seeing is stored in the field _raw.&lt;BR /&gt;
If you want to add the timestamp as you're seeing in the pic just add _time as well.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index_name |table _time,_raw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:56:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443956#M77301</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2019-04-30T19:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443957#M77302</link>
      <description>&lt;P&gt;Correct.  The results are from the search bar.  When I search for a specific sourcetype I receive this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/JgGmLPV"&gt;https://imgur.com/a/JgGmLPV&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What I want to default to in the search bar is this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/6825fI8"&gt;https://imgur.com/a/6825fI8&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That way my users, that are familiar with raw data, can easily and quickly search through something they're familiar seeing.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:59:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443957#M77302</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2019-04-30T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443958#M77303</link>
      <description>&lt;P&gt;Correct. The results are from the search bar. When I search for a specific sourcetype I receive this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/JgGmLPV"&gt;https://imgur.com/a/JgGmLPV&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What I want to default to in the search bar is this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/6825fI8"&gt;https://imgur.com/a/6825fI8&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That way my users, that are familiar with raw data, can easily and quickly search through something they're familiar seeing.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 22:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443958#M77303</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2019-04-30T22:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443959#M77304</link>
      <description>&lt;P&gt;I don't think you have define the display as 'Raw' in the search and reporting app. However, user  can choose between Raw, List and Table when they search.  The other option would be to create a new 'datasets' definition with something like  index=yourindex | table _time, _raw and save it with a meaningful report. The users will see the data appearing as '_raw' when they view this. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443959#M77304</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2020-09-30T00:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show raw data instead of formatted data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443960#M77305</link>
      <description>&lt;P&gt;the easiest way to achieve this without any major changes is to click on the "list" dropdown and change it to "raw"&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7006i62FE898EE27DD7DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;.&lt;/P&gt;

&lt;P&gt;JSON data&lt;BR /&gt;
Changed to Raw event data&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7007i0267832084ED4EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 10:22:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-show-raw-data-instead-of-formatted-data/m-p/443960#M77305</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2019-05-01T10:22:59Z</dc:date>
    </item>
  </channel>
</rss>

