<?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 ITSI OS Module documentation issues- inputs for event metrics? in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-OS-Module-documentation-issues-inputs-for-event-metrics/m-p/604396#M2543</link>
    <description>&lt;P&gt;I've noticed an issue with the documentation and configuration for&amp;nbsp;&lt;SPAN&gt;DA-ITSI-OS.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.13.1/IModules/OSmoduleconfiguration" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/ITSI/4.13.1/IModules/OSmoduleconfiguration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Firstly, the documentation suggests that If using Splunk_TA_nix, I should enable metrics inputs with the following:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;[script://./bin/vmstat.sh]
interval = 60
sourcetype = vmstat
source = vmstat
# index = os
disabled = 0

[script://./bin/iostat.sh]
interval = 60
sourcetype = iostat
source = iostat
# index = os
disabled = 0

[script://./bin/nfsiostat.sh]
interval = 60
sourcetype = nfsiostat
source = nfsiostat
# index = os
disabled = 0

[script://./bin/ps.sh]
interval = 30
sourcetype = ps
source = ps
# index = os
disabled = 0

[script://./bin/bandwidth.sh]
interval = 60
sourcetype = bandwidth
source = bandwidth
# index = os
disabled = 0

[script://./bin/df.sh]
interval = 300
sourcetype = df
source = df
# index = os
disabled = 0

[script://./bin/cpu.sh]
sourcetype = cpu
source = cpu
interval = 30
# index = os
disabled = 0

[script://./bin/hardware.sh]
sourcetype = hardware
source = hardware
interval = 36000
# index = os
disabled = 0

[script://./bin/version.sh]
disabled = false
# index = os
interval = 86400
source = Unix:Version
sourcetype = Unix:Version&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;The problem is, that these are inputs for event metrics and everything else is set up for metrics!&lt;BR /&gt;&lt;BR /&gt;In the actual Splunk_TA_nix, the inputs for metrics versions of those scripts have a different stanza, such as&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;cpu_metric
df_metric
interfaces_metric
iostat_metric
ps_metric
vmstat_metric&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If I simply change the sourcetype, it breaks the input, so by default, all those metrics based scripts output with the metric name using the _metric suffix.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, ALL the ITSI OS module searches are looking for the un suffixed metric names, E.G. cpu, ps, vmstat!&lt;BR /&gt;&lt;BR /&gt;If I alter the searches to look for the updated suffixed metric names, I don't get the OS Host Information panel appearing on the entity within the deep dive or entity view.&lt;BR /&gt;&lt;BR /&gt;So I don't know how, under the configured&amp;nbsp;searches, any of this will work unless heavily modified, or why the documentation points to event log collection scripts&amp;nbsp; but the module requires metrics indexes given the use of mstats to search.&lt;BR /&gt;&lt;BR /&gt;What am I missing here?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 16:42:34 GMT</pubDate>
    <dc:creator>griersoncrick</dc:creator>
    <dc:date>2022-10-19T16:42:34Z</dc:date>
    <item>
      <title>ITSI OS Module documentation issues- inputs for event metrics?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-OS-Module-documentation-issues-inputs-for-event-metrics/m-p/604396#M2543</link>
      <description>&lt;P&gt;I've noticed an issue with the documentation and configuration for&amp;nbsp;&lt;SPAN&gt;DA-ITSI-OS.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.13.1/IModules/OSmoduleconfiguration" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/ITSI/4.13.1/IModules/OSmoduleconfiguration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Firstly, the documentation suggests that If using Splunk_TA_nix, I should enable metrics inputs with the following:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;[script://./bin/vmstat.sh]
interval = 60
sourcetype = vmstat
source = vmstat
# index = os
disabled = 0

[script://./bin/iostat.sh]
interval = 60
sourcetype = iostat
source = iostat
# index = os
disabled = 0

[script://./bin/nfsiostat.sh]
interval = 60
sourcetype = nfsiostat
source = nfsiostat
# index = os
disabled = 0

[script://./bin/ps.sh]
interval = 30
sourcetype = ps
source = ps
# index = os
disabled = 0

[script://./bin/bandwidth.sh]
interval = 60
sourcetype = bandwidth
source = bandwidth
# index = os
disabled = 0

[script://./bin/df.sh]
interval = 300
sourcetype = df
source = df
# index = os
disabled = 0

[script://./bin/cpu.sh]
sourcetype = cpu
source = cpu
interval = 30
# index = os
disabled = 0

[script://./bin/hardware.sh]
sourcetype = hardware
source = hardware
interval = 36000
# index = os
disabled = 0

[script://./bin/version.sh]
disabled = false
# index = os
interval = 86400
source = Unix:Version
sourcetype = Unix:Version&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;The problem is, that these are inputs for event metrics and everything else is set up for metrics!&lt;BR /&gt;&lt;BR /&gt;In the actual Splunk_TA_nix, the inputs for metrics versions of those scripts have a different stanza, such as&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;cpu_metric
df_metric
interfaces_metric
iostat_metric
ps_metric
vmstat_metric&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If I simply change the sourcetype, it breaks the input, so by default, all those metrics based scripts output with the metric name using the _metric suffix.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, ALL the ITSI OS module searches are looking for the un suffixed metric names, E.G. cpu, ps, vmstat!&lt;BR /&gt;&lt;BR /&gt;If I alter the searches to look for the updated suffixed metric names, I don't get the OS Host Information panel appearing on the entity within the deep dive or entity view.&lt;BR /&gt;&lt;BR /&gt;So I don't know how, under the configured&amp;nbsp;searches, any of this will work unless heavily modified, or why the documentation points to event log collection scripts&amp;nbsp; but the module requires metrics indexes given the use of mstats to search.&lt;BR /&gt;&lt;BR /&gt;What am I missing here?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 16:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-OS-Module-documentation-issues-inputs-for-event-metrics/m-p/604396#M2543</guid>
      <dc:creator>griersoncrick</dc:creator>
      <dc:date>2022-10-19T16:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI OS Module documentation issues</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-OS-Module-documentation-issues-inputs-for-event-metrics/m-p/617719#M2592</link>
      <description>&lt;P&gt;Noticed the same issue here.&amp;nbsp; There seems to be a discrepancy with how ITSI/IT Work does entity discovery.&amp;nbsp; Entity types appear to rely on metric data and entity discovery modules on event data.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 15:56:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-OS-Module-documentation-issues-inputs-for-event-metrics/m-p/617719#M2592</guid>
      <dc:creator>jcunningham63</dc:creator>
      <dc:date>2022-10-19T15:56:00Z</dc:date>
    </item>
  </channel>
</rss>

