<?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 How to show only Certain Fields of the Events in the Search Results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106865#M27810</link>
    <description>&lt;P&gt;How do I search and then show only show certain fields for each event?&lt;/P&gt;

&lt;P&gt;I tried: &lt;CODE&gt;remoteaccess host="ny-vpn" | fields Message&lt;/CODE&gt; but this seems to only restrict the fields that are listed on the left part of the page, not the actual results. I also tried &lt;CODE&gt;... | fields Message | fields - _*&lt;/CODE&gt; but then I only get the date.&lt;/P&gt;

&lt;P&gt;This is for WinEventLog items sent by the light forwarder.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2010 23:25:24 GMT</pubDate>
    <dc:creator>Kyle_Brandt</dc:creator>
    <dc:date>2010-12-20T23:25:24Z</dc:date>
    <item>
      <title>How to show only Certain Fields of the Events in the Search Results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106865#M27810</link>
      <description>&lt;P&gt;How do I search and then show only show certain fields for each event?&lt;/P&gt;

&lt;P&gt;I tried: &lt;CODE&gt;remoteaccess host="ny-vpn" | fields Message&lt;/CODE&gt; but this seems to only restrict the fields that are listed on the left part of the page, not the actual results. I also tried &lt;CODE&gt;... | fields Message | fields - _*&lt;/CODE&gt; but then I only get the date.&lt;/P&gt;

&lt;P&gt;This is for WinEventLog items sent by the light forwarder.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2010 23:25:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106865#M27810</guid>
      <dc:creator>Kyle_Brandt</dc:creator>
      <dc:date>2010-12-20T23:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only Certain Fields of the Events in the Search Results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106866#M27811</link>
      <description>&lt;P&gt;Try &lt;/P&gt;

&lt;PRE&gt; remoteaccess host="ny-vpn" | fields + Message&lt;/PRE&gt;

&lt;P&gt;then use the Pick Fields link on the left to pick the fields and save.&lt;/P&gt;

&lt;P&gt;Then click the "Event Table" box-looking icon just above the results (the center one) and that should then only show the timestamp and the Message field.&lt;/P&gt;

&lt;P&gt;Also, you can save the search and then add it to a dashboard as a "Data Table" type and, then it will ONLY show the timestamp and the Message field by default&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2010 23:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106866#M27811</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2010-12-20T23:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only Certain Fields of the Events in the Search Results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106867#M27812</link>
      <description>&lt;P&gt;You can also use the &lt;CODE&gt;table&lt;/CODE&gt; command to have Splunk show a table containing the fields you want:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;remoteaccess host="ny-vpn" | table Message&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2010 03:12:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-only-Certain-Fields-of-the-Events-in-the-Search/m-p/106867#M27812</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2010-12-21T03:12:17Z</dc:date>
    </item>
  </channel>
</rss>

