<?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 do I check if Splunk is ingesting logs from a certain host /server or type of logs received? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/549064#M4980</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you have to check if you're receiving some kind of log from a single server still it's easier:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* host=server5&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;if there are logs , all OK,&lt;/LI&gt;&lt;LI&gt;if you haven't results, fire an alert.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The rule is:&lt;/P&gt;&lt;P&gt;if you have one host you can use a simple search like the above,&lt;/P&gt;&lt;P&gt;if instead you have more servers, i's better to use a lookup and the search of the previous answer.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 06:15:07 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-04-23T06:15:07Z</dc:date>
    <item>
      <title>How do I check if Splunk is ingesting logs from a certain host /server or type of logs received?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548862#M4973</link>
      <description>&lt;P&gt;How do I check if Splunk is ingesting logs from a certain host /server or type of logs received? I need to validate if a certain server / host is sending data to Splunk please? Thank u in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 20:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548862#M4973</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-04-21T20:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if Splunk is ingesting logs from a certain host /server or type of logs received?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548881#M4974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: you want to check if a list of hosts (from a lookup) is sending a kind of log, is it correct?&lt;/P&gt;&lt;P&gt;if this is your need, you have to do two preparatory activities:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;exactly identify logs to check (e.g. Windows logs with EventCode=4624);&lt;/LI&gt;&lt;LI&gt;prepare a lookup containing the hosts to check (e.g. called "perimeter.csv" and containing a column called "host").&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;then you have to run a search like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=wineventlog EventCode=4624
| eval host=lower(host)
| stats count BY host
| append [ | inputlookup perimeter.csv | eval host=lower(host), count=0 | fields host count ]
| stats sum(count AS total BY host
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;In this way you have the list of the hosts from the lookup that didn't send logs og that kind.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 06:18:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548881#M4974</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-22T06:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if Splunk is ingesting logs from a certain host /server or type of logs received?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548984#M4975</link>
      <description>&lt;P&gt;Grazie for your response. Let's say we have a server called server5. I am trying to see if there are any logs being ingested into Splunk enterprise at all. So how do I search for that please? Thank u again.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 16:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/548984#M4975</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-04-22T16:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if Splunk is ingesting logs from a certain host /server or type of logs received?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/549064#M4980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you have to check if you're receiving some kind of log from a single server still it's easier:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* host=server5&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;if there are logs , all OK,&lt;/LI&gt;&lt;LI&gt;if you haven't results, fire an alert.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The rule is:&lt;/P&gt;&lt;P&gt;if you have one host you can use a simple search like the above,&lt;/P&gt;&lt;P&gt;if instead you have more servers, i's better to use a lookup and the search of the previous answer.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 06:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-check-if-Splunk-is-ingesting-logs-from-a-certain-host/m-p/549064#M4980</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-23T06:15:07Z</dc:date>
    </item>
  </channel>
</rss>

