<?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: Interface Monitoring possible with splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99549#M20833</link>
    <description>&lt;P&gt;Thanks for the fast answer,&lt;/P&gt;

&lt;P&gt;now more detailed Information, what i will do with splunk.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Our two ticket systems are on Windows OS and i want install splunk on windows, too. Is that a problem?&lt;/LI&gt;
&lt;LI&gt;The connection, i want to check is a "Fileinterface" (The 1st ticketsystem import tickets, logs etc in the   2nd ticketsystem). I want to monitor these datas and the Windows Error from the OS'.&lt;/LI&gt;
&lt;LI&gt;I will search in splunk for the error messages from the ticketsystem, if something go wrong.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;And i hope now there is an app for splunk windows, what i can use.&lt;/P&gt;

&lt;P&gt;Just an info: I do this in my final exam for the company. So i have just 16-18 work hours at the project (in 1-2 month) to realize this. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2013 13:24:55 GMT</pubDate>
    <dc:creator>Yannik333</dc:creator>
    <dc:date>2013-01-25T13:24:55Z</dc:date>
    <item>
      <title>Interface Monitoring possible with splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99547#M20831</link>
      <description>&lt;P&gt;Hello i have just a little question.&lt;/P&gt;

&lt;P&gt;We have 2 Ticket Systems in our Company.&lt;BR /&gt;
I'm searching for a programm, that monitor and analyze the Interface and Connection of these two systems. &lt;BR /&gt;
Is it possible with splunk?&lt;/P&gt;

&lt;P&gt;And if yes, which app from splunk is useful?&lt;/P&gt;

&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99547#M20831</guid>
      <dc:creator>Yannik333</dc:creator>
      <dc:date>2013-01-25T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Monitoring possible with splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99548#M20832</link>
      <description>&lt;P&gt;I guess there are different ways to solve this depending on what you mean by analyzing the interface &amp;amp; connection.&lt;/P&gt;

&lt;P&gt;You could just check /var/log/messages or /var/log/syslog (on a Unix System) for events that indicate that an interface came up or went down and write a search to detect the situation and assume, that if the Interface is ok the connection is ok:&lt;/P&gt;

&lt;P&gt;Jan 25 13:10:02 host kernel: [2149765.760464] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;
Jan 25 13:10:02 host kernel: [2149765.761220] ADDRCONF(NETDEV_UP): eth0: link is not ready&lt;BR /&gt;
Jan 25 13:10:02 host kernel: [2149765.761235] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready&lt;/P&gt;

&lt;P&gt;You could also write a script and set up a scripted input that verifies the connection ( using ping or telnet/nc or maybe wget for an http connection) and the creata a scripted input (easier) or a modular input:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ModInputsIntro" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ModInputsIntro&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Or maybe the ticketing software will write error messages if there is a connection problem and you can use that information (or you could use all 3 methods)&lt;/P&gt;

&lt;P&gt;This app (or the windows pendant) are a good starting point there is a Dashboard called "Connection Details" that will populate if the app is configured correctly:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/apps/22314/splunk-for-unix-and-linux" target="_blank"&gt;http://splunk-base.splunk.com/apps/22314/splunk-for-unix-and-linux&lt;/A&gt;&lt;BR /&gt;
-&amp;gt; It is also a good example to see how scripted inputs work (see the inputs.conf file and check the bin directory withi its shell scripts).&lt;/P&gt;

&lt;P&gt;Is this the info you were looking for?&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99548#M20832</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2020-09-28T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Monitoring possible with splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99549#M20833</link>
      <description>&lt;P&gt;Thanks for the fast answer,&lt;/P&gt;

&lt;P&gt;now more detailed Information, what i will do with splunk.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Our two ticket systems are on Windows OS and i want install splunk on windows, too. Is that a problem?&lt;/LI&gt;
&lt;LI&gt;The connection, i want to check is a "Fileinterface" (The 1st ticketsystem import tickets, logs etc in the   2nd ticketsystem). I want to monitor these datas and the Windows Error from the OS'.&lt;/LI&gt;
&lt;LI&gt;I will search in splunk for the error messages from the ticketsystem, if something go wrong.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;And i hope now there is an app for splunk windows, what i can use.&lt;/P&gt;

&lt;P&gt;Just an info: I do this in my final exam for the company. So i have just 16-18 work hours at the project (in 1-2 month) to realize this. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99549#M20833</guid>
      <dc:creator>Yannik333</dc:creator>
      <dc:date>2013-01-25T13:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Monitoring possible with splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99550#M20834</link>
      <description>&lt;P&gt;1.) No, Splunk can be installed on Windows. 2.) You can monitor the Windows Event log, if you want to Monitor a directory with files there are possibilities. 3.) Is easy if the ticketsystem writes log messages. There is an a Splunk App for Windows (&lt;A href="http://splunk-base.splunk.com/apps/22315/splunk-app-for-windows"&gt;http://splunk-base.splunk.com/apps/22315/splunk-app-for-windows&lt;/A&gt;)  and a so calle technology add on which might be more interesting (&lt;A href="http://splunk-base.splunk.com/apps/28933/splunk-for-windows-technology-add-on"&gt;http://splunk-base.splunk.com/apps/28933/splunk-for-windows-technology-add-on&lt;/A&gt;). 16-18h sounds like it is doable  write me an email: &lt;A href="mailto:sinloft@gmail.com"&gt;sinloft@gmail.com&lt;/A&gt; and we can work things out.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2013 18:18:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Interface-Monitoring-possible-with-splunk/m-p/99550#M20834</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2013-01-25T18:18:24Z</dc:date>
    </item>
  </channel>
</rss>

