<?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 internal fields on reports in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109808#M2523</link>
    <description>&lt;P&gt;Try adding fillnull value=null before stats.&lt;BR /&gt;
index=_internal (source=*/metrics.log* OR source=*\\metrics.log*) group="tcpin_connections" | fillnull value=null | stats sum(kb) by hostname,sourceHost,os |sort -sum(kb) | rename sourceHost AS HostIP, hostname AS HostName, os AS OSType&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:02:28 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2020-09-28T15:02:28Z</dc:date>
    <item>
      <title>Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109791#M2506</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like to generate a report that includes the following parameter&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Host Name&lt;/LI&gt;
&lt;LI&gt;Host IP&lt;/LI&gt;
&lt;LI&gt;Host OS type&lt;/LI&gt;
&lt;LI&gt;Log Source type&lt;/LI&gt;
&lt;LI&gt;Amount of logs indexed.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Also i would like to create a report that can state the current searches in Splunk?&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 12:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109791#M2506</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109792#M2507</link>
      <description>&lt;P&gt;just to clear more on the parameters 'host name', 'host ip', 'host os type' are the details of the host from which logs are coming.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 12:27:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109792#M2507</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109793#M2508</link>
      <description>&lt;P&gt;Why don't you just download the deployment monitor app? It has all of that pre-built.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1294/"&gt;http://apps.splunk.com/app/1294/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Capture.bmp" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 12:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109793#M2508</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-22T12:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109794#M2509</link>
      <description>&lt;P&gt;You can do:&lt;BR /&gt;&lt;BR /&gt;
1.Host Name&lt;BR /&gt;&lt;BR /&gt;
2.Host IP&lt;BR /&gt;&lt;BR /&gt;
3.Host OS type&lt;BR /&gt;&lt;BR /&gt;
4.Amount of logs indexed.&lt;BR /&gt;&lt;BR /&gt;
With  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal (source=*/metrics.log* OR source=*\\metrics.log*) group="tcpin_connections" |stats sum(kb) by hostname,sourceHost,os |sort -sum(kb) | rename sourceHost AS HostIP, hostname AS HostName, os AS OSType
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you can do sourcetype with:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal (source=*/metrics.log* OR source=*\\metrics.log*) group=per_sourcetype_thruput | stats sum(kb) by series |sort -sum(kb)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But you cannot get sourcetype by host.  At least I can't figure out how to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 13:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109794#M2509</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T13:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109795#M2510</link>
      <description>&lt;P&gt;This does not show sourcetype thruput by host, nor does it show the host IP.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 14:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109795#M2510</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109796#M2511</link>
      <description>&lt;P&gt;Hi Luke,&lt;/P&gt;

&lt;P&gt;i was actually running the first search but over group=per_host_thruput. I will surely run your search..but in my environment, i have 8 universal forwarders but in hostname filed in _internal index it is showing only 3. Why is this happening. Any idea??&lt;/P&gt;

&lt;P&gt;Also, how can i list the saved searches in a report?&lt;/P&gt;

&lt;P&gt;Please help!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109796#M2511</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2020-09-28T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109797#M2512</link>
      <description>&lt;P&gt;For starters, if you like my answer then you could upvote it:)&lt;BR /&gt;
What do you mean when you say "list the saved searches" exactly?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:16:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109797#M2512</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109798#M2513</link>
      <description>&lt;P&gt;Done luke. :). I would be really helpful if you could also guide me in solving the problem of discrepenancy of no of actual hosts and listed in _internal. &lt;/P&gt;

&lt;P&gt;All the searches that i have created in splunk, i want to show them in a report.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109798#M2513</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109799#M2514</link>
      <description>&lt;P&gt;Group per_host_thruput will list the host in the field "series".&lt;BR /&gt;
Group tcpin will list the host in the field hostname.&lt;BR /&gt;
Are you sure that the hosts have sent data in the time frame that you are searching?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109799#M2514</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109800#M2515</link>
      <description>&lt;P&gt;You want to list the search names, or you want to report the search results?&lt;BR /&gt;
As for the hosts, first verify that you have data from the missing hosts in the timeframe you're searching.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:27:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109800#M2515</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109801#M2516</link>
      <description>&lt;P&gt;I am searching for the hosts over the whole time span.&lt;/P&gt;

&lt;P&gt;Also i want to display search names and if i have done any modification in inbuilt searches.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109801#M2516</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109802#M2517</link>
      <description>&lt;P&gt;Regarding the hosts, are you using heavy forwarders?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109802#M2517</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109803#M2518</link>
      <description>&lt;P&gt;I am using universal forwarders&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109803#M2518</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109804#M2519</link>
      <description>&lt;P&gt;Are all hosts sending data to the indexer, or are some of the hosts sending data to other universal forwarders and then on to the indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109804#M2519</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T15:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109805#M2520</link>
      <description>&lt;P&gt;All the universal forwarder are sending logs to indexer directly.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109805#M2520</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109806#M2521</link>
      <description>&lt;P&gt;What search are you running exactly when you look for hosts?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109806#M2521</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-22T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109807#M2522</link>
      <description>&lt;P&gt;I am just running the search that you specified.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109807#M2522</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-22T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109808#M2523</link>
      <description>&lt;P&gt;Try adding fillnull value=null before stats.&lt;BR /&gt;
index=_internal (source=*/metrics.log* OR source=*\\metrics.log*) group="tcpin_connections" | fillnull value=null | stats sum(kb) by hostname,sourceHost,os |sort -sum(kb) | rename sourceHost AS HostIP, hostname AS HostName, os AS OSType&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109808#M2523</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109809#M2524</link>
      <description>&lt;P&gt;yeah it is working now.. Luke if i have to  display &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;OS type&lt;/LI&gt;
&lt;LI&gt;No of servers(of a specific OS type)&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;what modification should i made in the baove search.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109809#M2524</guid>
      <dc:creator>lohit</dc:creator>
      <dc:date>2013-10-23T05:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk internal fields on reports</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109810#M2525</link>
      <description>&lt;P&gt;Try this:&lt;BR /&gt;
index=_internal (source=*/metrics.log* OR source=*\\metrics.log*) group="tcpin_connections" | fillnull value=null | dedup hostname| stats count by os | rename  os AS OSType&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-internal-fields-on-reports/m-p/109810#M2525</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T15:03:47Z</dc:date>
    </item>
  </channel>
</rss>

