<?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: Network Toolkit : ping status for Multiple IP in different columns ? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512325#M8310</link>
    <description>&lt;P&gt;I am using Network Toolkit app for pinging some of my servers and getting the status as "Down" or "UP" and using lookup file I am showing other details of that server such as Area, Location, Data_Port and Time_server.&lt;/P&gt;&lt;P&gt;The above you have already got as per the screenshot you have attached. next - &amp;gt;&lt;/P&gt;&lt;P&gt;your search&amp;nbsp;&lt;BR /&gt;| append [| index=indexwhereyourtimeserver_pingdetails sourcetype=timeserver_ping | table time_server_ip ping_status]&lt;BR /&gt;| stats values(*) as * by time_server_ip&lt;BR /&gt;&lt;BR /&gt;Note: the time_server_ip from your search results and timeserver_ping should match to combine results and show in single table.&lt;/P&gt;&lt;P&gt;hope this helps. upvote if this solves your problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 10:04:20 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-08-04T10:04:20Z</dc:date>
    <item>
      <title>Network Toolkit : ping status for Multiple IP in different columns ?</title>
      <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512307#M8307</link>
      <description>&lt;P&gt;I am using Network Toolkit app for pinging some of my servers and getting the status as "Down" or "UP" and using lookup file I am showing other details of that server such as Area, Location, Data_Port and Time_server. But along with this, I have to show the ping status of "Time_Server" also into the same table panel. I don't want to create separate panels for Time Server health status. Attaching screenshot for your reference, so basically there should be one more column named "Time_Server_Status" showing "Down" or "UP" at the end of the table ?&lt;/P&gt;&lt;P&gt;I have installed Network Toolkit app on HF and collecting the data into my index, the server ping is getting collected as sourcetype "ping", and I am also collecting ping status for Time_Server IPs in different sourcetype as timeserver_ping. In our environment, I want to monitor 200 server IPs and 10 Time_Server IPs, and I am using lookup file to show all the details as mentioned above. Hence, how can I show both Server and Time_Server IP ping status in the same table ? Please advise ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 08:57:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512307#M8307</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-08-04T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Network Toolkit : ping status for Multiple IP in different columns ?</title>
      <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512313#M8308</link>
      <description>&lt;P&gt;You can first search for both the data sources, lets say you have sourc1 for ping status of servers and source2 for ping status of time_server&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;source1 OR source2 | then your search and apply lookup.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 09:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512313#M8308</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-04T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network Toolkit : ping status for Multiple IP in different columns ?</title>
      <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512319#M8309</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129407"&gt;@thambisetty&lt;/a&gt;&amp;nbsp; - even if I search both sources, showing Server_IP and Time_Server_IP will be problem, as I have 200 Server_IPs and only 10 Time_Server_IP. Actually, some Server_IPs (for eg 50 Server_IPs point to one Time_Server_IP), hence, showing the status will actually not work after taking from the lookup ? hope you got it ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 09:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512319#M8309</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-08-04T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Network Toolkit : ping status for Multiple IP in different columns ?</title>
      <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512325#M8310</link>
      <description>&lt;P&gt;I am using Network Toolkit app for pinging some of my servers and getting the status as "Down" or "UP" and using lookup file I am showing other details of that server such as Area, Location, Data_Port and Time_server.&lt;/P&gt;&lt;P&gt;The above you have already got as per the screenshot you have attached. next - &amp;gt;&lt;/P&gt;&lt;P&gt;your search&amp;nbsp;&lt;BR /&gt;| append [| index=indexwhereyourtimeserver_pingdetails sourcetype=timeserver_ping | table time_server_ip ping_status]&lt;BR /&gt;| stats values(*) as * by time_server_ip&lt;BR /&gt;&lt;BR /&gt;Note: the time_server_ip from your search results and timeserver_ping should match to combine results and show in single table.&lt;/P&gt;&lt;P&gt;hope this helps. upvote if this solves your problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 10:04:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512325#M8310</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-04T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Network Toolkit : ping status for Multiple IP in different columns ?</title>
      <link>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512328#M8311</link>
      <description>&lt;P&gt;ok i will check the query and get back to you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 10:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Network-Toolkit-ping-status-for-Multiple-IP-in-different-columns/m-p/512328#M8311</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-08-04T10:23:55Z</dc:date>
    </item>
  </channel>
</rss>

