<?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: Need Linux equivalent query for network traffic stats in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/696916#M80986</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/563"&gt;@NK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I suppose that you're using the Splunk_TA_nix add-on to ingest the Linux logs, if not, use it!&lt;/P&gt;&lt;P&gt;You have to enable the [script://./bin/netstat.sh] input.&lt;/P&gt;&lt;P&gt;In this way, you'll have the same information of Windows.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 06:27:50 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-08-21T06:27:50Z</dc:date>
    <item>
      <title>Need Linux equivalent query for network traffic stats</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/696893#M80981</link>
      <description>&lt;P&gt;Using Splunk Add-on for Microsoft Windows, Splunk Add-on for Unix and Linux on Splunk Enterprise v9.3.0&lt;/P&gt;
&lt;P&gt;What are the Linux (RHEL 8 ) equivalents for these Splunk Windows queries?&lt;/P&gt;
&lt;P&gt;e.g. Network Traffic:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=wmi host=MyWindowsHost sourcetype="Perfmon:Network Interface" counter=Bytes* | timechart span=15m max(Value) as "Bytes/sec" by counter&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Linux:&lt;/STRONG&gt;&lt;BR /&gt;?&lt;/P&gt;
&lt;P&gt;e.g. CPU:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=wmi host=MyWindowsHost sourcetype="Perfmon:CPU Load" | timechart span=15m max(Value) as "CPU Load" by counter&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Linux:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=os host=MyLinuxHost source=cpu CPU="all" | timechart span=15m max(pctSystem),max(pctUser) by CPU&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Aug 2024 23:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/696893#M80981</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2024-08-21T23:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Linux equivalent query for network traffic stats</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/696916#M80986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/563"&gt;@NK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I suppose that you're using the Splunk_TA_nix add-on to ingest the Linux logs, if not, use it!&lt;/P&gt;&lt;P&gt;You have to enable the [script://./bin/netstat.sh] input.&lt;/P&gt;&lt;P&gt;In this way, you'll have the same information of Windows.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 06:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/696916#M80986</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-08-21T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Linux equivalent query for network traffic stats</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/697003#M80989</link>
      <description>&lt;P&gt;I enabled netstsat in $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;BR /&gt;I see Send_Q and Recv_Q (from "netstat -a"?) , but those look like the corresponding queue sizes in bytes.&lt;BR /&gt;I think the Windows/wmi equivalent reports traffic (bytes/sec) through the network adapter.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 23:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/697003#M80989</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2024-08-21T23:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need Linux equivalent query for network traffic stats</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/697026#M80990</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/563"&gt;@NK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 05:49:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Linux-equivalent-query-for-network-traffic-stats/m-p/697026#M80990</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-08-22T05:49:41Z</dc:date>
    </item>
  </channel>
</rss>

