<?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: Is it possible to display all _raw events from one source in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370122#M175050</link>
    <description>&lt;P&gt;Thanks for this...&lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2017 20:19:31 GMT</pubDate>
    <dc:creator>robertlynch2020</dc:creator>
    <dc:date>2017-03-22T20:19:31Z</dc:date>
    <item>
      <title>Is it possible to display all _raw events from one source</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370118#M175046</link>
      <description>&lt;P&gt;I have a file call  /net/dell569srv/dell569srv2/apps/qa10157_TPK0002437_24367887/TestRunner/logs/20170321-184649.17336.50.cmd.51.archive-and-report.sh.log&lt;/P&gt;

&lt;P&gt;In this there are many events in this file, however i want to display all of them in a cell, is it possible to merge them?&lt;BR /&gt;
I want all _raw events in one cell and to dedup the source.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/190188-2017-03-22-151241.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370118#M175046</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2020-09-29T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display all _raw events from one source</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370119#M175047</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=mlc_live host=TimeSeries sourcetye="TestRunner_logs" | stats list(_raw) as RawData by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Mar 2017 15:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370119#M175047</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-03-22T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display all _raw events from one source</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370120#M175048</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=mlc_live host=TimeSeries sourcetye="TestRunner_logs" | stats list(_raw) BY source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Be aware that the &lt;CODE&gt;stats&lt;/CODE&gt; commands (e.g. &lt;CODE&gt;list&lt;/CODE&gt;) are limited to 1000 values inside a multi-value field so if you have more than 1000 events, you will only see the latest 1000 of them.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 19:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370120#M175048</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-22T19:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display all _raw events from one source</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370121#M175049</link>
      <description>&lt;P&gt;This worked cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 20:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370121#M175049</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2017-03-22T20:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display all _raw events from one source</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370122#M175050</link>
      <description>&lt;P&gt;Thanks for this...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 20:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-all-raw-events-from-one-source/m-p/370122#M175050</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2017-03-22T20:19:31Z</dc:date>
    </item>
  </channel>
</rss>

