<?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 to ping server using splunk without add-on app ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634750#M52028</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@&lt;A class="" href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352" target="_self"&gt;&lt;SPAN class=""&gt;gcusello&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script should place in which server is the splunk server or which i installed UF and i have access for the server. How to access my script which i placed in UF where i installed.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 09:38:26 GMT</pubDate>
    <dc:creator>karthi2809</dc:creator>
    <dc:date>2023-03-16T09:38:26Z</dc:date>
    <item>
      <title>How to ping server using splunk without add-on app ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634714#M52022</link>
      <description>&lt;P&gt;However we are trying to achive ping status in a dashboard .And also pingcommand app is not supported in splunk and we are not to use apps like network toolkit. How to ping server without using any apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 06:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634714#M52022</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2023-03-16T06:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to ping server using splunk without add-on app ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634729#M52023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to ping one or more servers, you have to create a shall script containing the ping command.&lt;/P&gt;&lt;P&gt;Then you have to run this script by Splunk (Universal Forwarder or another (ore more) Splunk instance in your network putting the script and the scipted input in a dedicated Add-On.&lt;/P&gt;&lt;P&gt;In this way the output of the ping script will be sent to Splunk and you can search for your results.&lt;/P&gt;&lt;P&gt;About the script, I'm not a scripting expert, but your have to put in a .sh file the commands to be executed (ping host1, pause, ping host 2, pause, etc...).&lt;/P&gt;&lt;P&gt;then create an inputs.conf that runs this script, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[script://ping.sh]
interval = 3600
index = os
sourcetype = ping
disabled = false&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 07:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634729#M52023</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-16T07:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to ping server using splunk without add-on app ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634750#M52028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@&lt;A class="" href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352" target="_self"&gt;&lt;SPAN class=""&gt;gcusello&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script should place in which server is the splunk server or which i installed UF and i have access for the server. How to access my script which i placed in UF where i installed.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 09:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634750#M52028</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2023-03-16T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to ping server using splunk without add-on app ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634757#M52029</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can locate the script in each server that has Splunk Enterprise or Universal Forwarder, it's the same.&lt;/P&gt;&lt;P&gt;probably you have to install more copies of this app because I suppose that you have to ping server in different network slices.&lt;/P&gt;&lt;P&gt;Remember that you have to locate the entire app in each server: in the app will be both the script (in the bin folder) and inputs.conf (in the local folder).&lt;/P&gt;&lt;P&gt;then check the execution rights for the script.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 10:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-ping-server-using-splunk-without-add-on-app/m-p/634757#M52029</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-16T10:54:41Z</dc:date>
    </item>
  </channel>
</rss>

