<?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: Ping a list of IP address based on search results in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378063#M68372</link>
    <description>&lt;P&gt;did you get the result of ping command using the app?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 14:12:09 GMT</pubDate>
    <dc:creator>logloganathan</dc:creator>
    <dc:date>2018-06-08T14:12:09Z</dc:date>
    <item>
      <title>How to ping a list of IP address based on search results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378058#M68367</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I have a search that run a query to a database and as a results i have several IP address.&lt;BR /&gt;I would like to ping all the IP address and add a column to the panel that return the result of the ping.&lt;/P&gt;
&lt;P&gt;My first query have the follow results:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  HOST    IP_ADDRESS
  xxxx      192.10.15.74
  yyyy      192.11.47.36
  zzzz      192.32.51.58
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like to ping all the IP address and add a STATUS_PING column to the panel:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  HOST      IP_ADDRESS        STATUS_PING
  xxxx      192.10.15.74      KO
  yyyy      192.11.47.36      OK
  zzzz      192.32.51.58      OK
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Anyone can help me?&lt;/P&gt;
&lt;P&gt;Thnaks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 16:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378058#M68367</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2023-08-08T16:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378059#M68368</link>
      <description>&lt;P&gt;I could see an app in splunkbase,try&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/507/"&gt;https://splunkbase.splunk.com/app/507/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 10:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378059#M68368</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2018-06-08T10:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378060#M68369</link>
      <description>&lt;P&gt;Hi Ansif, with PINGSTATUS app how I can ping the IP address directly from my dashboard that have as results the example above?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378060#M68369</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2018-06-08T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378061#M68370</link>
      <description>&lt;P&gt;As Ansif told, please download &lt;A href="https://splunkbase.splunk.com/app/507/"&gt;https://splunkbase.splunk.com/app/507/&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;To install apps and add-ons directly into Splunk Enterprise&lt;BR /&gt;
Put the downloaded file in the $SPLUNK_HOME/etc/apps directory.&lt;BR /&gt;
Untar and ungzip your app or add-on, using a tool like tar -xvf (on *nix) or WinZip (on Windows).&lt;BR /&gt;
Restart Splunk.&lt;/P&gt;

&lt;P&gt;then ping the IP and include the result to dashboard&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378061#M68370</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-06-08T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378062#M68371</link>
      <description>&lt;P&gt;Hi logloganathan,&lt;BR /&gt;
i already installed the pingstatus app, my question is how to incorparate the ping command to a existing dashboard.&lt;BR /&gt;
i would like to ping several IP address that I know only when I run a search&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378062#M68371</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2018-06-08T13:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378063#M68372</link>
      <description>&lt;P&gt;did you get the result of ping command using the app?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378063#M68372</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-06-08T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378064#M68373</link>
      <description>&lt;P&gt;Yes! Now it's working! Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378064#M68373</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2018-06-08T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378065#M68374</link>
      <description>&lt;P&gt;If question is answered ,can you accept?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 06:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378065#M68374</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2018-06-11T06:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378066#M68375</link>
      <description>&lt;P&gt;How I can accept?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:34:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378066#M68375</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2018-06-11T07:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378067#M68376</link>
      <description>&lt;P&gt;Can you see if Accept button is available now?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378067#M68376</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2018-06-11T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378068#M68377</link>
      <description>&lt;P&gt;How I can run as root the Splunk Instance?&lt;BR /&gt;
I already install the app pingstatus on another splunk and I can't run the app.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378068#M68377</guid>
      <dc:creator>ngerosa</dc:creator>
      <dc:date>2018-06-11T13:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378069#M68378</link>
      <description>&lt;P&gt;Hi ngerosa, can you please post search command for ping result? thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 06:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/378069#M68378</guid>
      <dc:creator>dandusv</dc:creator>
      <dc:date>2019-08-21T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ping a list of IP address based on search results</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/653584#M110852</link>
      <description>&lt;P&gt;What was the command that you used ? Query example? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 15:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ping-a-list-of-IP-address-based-on-search-results/m-p/653584#M110852</guid>
      <dc:creator>keezy713</dc:creator>
      <dc:date>2023-08-08T15:17:03Z</dc:date>
    </item>
  </channel>
</rss>

