<?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: displaying all values in a field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624712#M217169</link>
    <description>&lt;P&gt;Should I keep it as "unique_field"?&lt;/P&gt;&lt;P&gt;Because it returns no results the way you wrote here (I copy pasted it the way it is).&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2022 11:43:07 GMT</pubDate>
    <dc:creator>NizanCohen</dc:creator>
    <dc:date>2022-12-19T11:43:07Z</dc:date>
    <item>
      <title>How to display all values in a field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624707#M217164</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I'm looking to make a table/stats of all fields in a search to display all values inside of each field.&lt;/P&gt;
&lt;P&gt;Similar to stats count, but instead of counting the amount of values, I want to display all values inside.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 15:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624707#M217164</guid>
      <dc:creator>NizanCohen</dc:creator>
      <dc:date>2022-12-19T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: displaying all values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624709#M217166</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240781"&gt;@NizanCohen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this : stats values(*) as *&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR using a by clause&lt;/P&gt;&lt;P&gt;stats values(*) as * by unique_field&lt;/P&gt;&lt;P&gt;This will give the result as multivalued field.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manasa&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 10:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624709#M217166</guid>
      <dc:creator>Manasa_401</dc:creator>
      <dc:date>2022-12-19T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: displaying all values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624712#M217169</link>
      <description>&lt;P&gt;Should I keep it as "unique_field"?&lt;/P&gt;&lt;P&gt;Because it returns no results the way you wrote here (I copy pasted it the way it is).&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 11:43:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624712#M217169</guid>
      <dc:creator>NizanCohen</dc:creator>
      <dc:date>2022-12-19T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: displaying all values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624716#M217171</link>
      <description>&lt;P&gt;That unique_field is just for reference.&lt;/P&gt;&lt;P&gt;First try |stats values(*) as *&lt;/P&gt;&lt;P&gt;This will give all the data in single row as multivalued fields.&lt;/P&gt;&lt;P&gt;If you have any field in your data by which you can group it then use that field in by clause.&lt;/P&gt;&lt;P&gt;|stats values(*) as * by your_field_name&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 12:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-all-values-in-a-field/m-p/624716#M217171</guid>
      <dc:creator>Manasa_401</dc:creator>
      <dc:date>2022-12-19T12:22:34Z</dc:date>
    </item>
  </channel>
</rss>

