<?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: Cisco IOS and TA not showing data in dashboards in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501194#M85379</link>
    <description>&lt;P&gt;Do I need to make any changes to the app? I don't see an eventtype.conf in the companion app but I do see a macro. In macro.conf would I set the index below?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[cisco_ios_index]
definition = (index=*)

[sla-sec2time(2)]
args = seconds,output_field
definition = eval sec2time_days=floor($seconds$/24/3600) | eval sec2time_hours=floor(($seconds$/3600)-(sec2time_days*24)) | eval sec2time_minutes = floor(($seconds$ / 60) - (sec2time_days*60*24) - (sec2time_hours * 60)) | eval sec2time_seconds = floor($seconds$ - (sec2time_days*3600*24) - (sec2time_hours * 3600) - (sec2time_minutes * 60)) | strcat sec2time_days " days " sec2time_hours "h " sec2time_minutes "m " sec2time_seconds "s" $output_field$
iseval = 0

[normalize-int(3)]
args = int_prefix_long,int_suffix,output_field
definition = eval $output_field$=$int_prefix_long$+$int_suffix$
iseval = 0

## Calling these requires the commercial "TA-cisco_ios-multi_tenancy" add-on
## BEGIN
[check_multi_tenancy]
iseval = 0
definition = rest splunk_server=local /services/apps/local/ | search title=TA-cisco_ios-multi_tenancy disabled=0

[get_tenants_for_user_role(1)]
args=user
definition = inputlookup cisco_ios_tenants | stats values(index) AS index BY tenant_name,roles | eval index=mvjoin(index,",") | eval index=replace(index,","," OR index=") | eval index="index=" + index | search [| rest splunk_server=local /services/authentication/users/$user$ | fields roles]
iseval = 0
## END
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 14 Oct 2019 15:36:49 GMT</pubDate>
    <dc:creator>morphis72</dc:creator>
    <dc:date>2019-10-14T15:36:49Z</dc:date>
    <item>
      <title>Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501188#M85373</link>
      <description>&lt;P&gt;I have a distributed environment:&lt;BR /&gt;
Splunk Enterprise 7.2.4&lt;BR /&gt;
All infrastructure is RHEL 7.x&lt;BR /&gt;
Search head cluster (5 search heads)&lt;BR /&gt;
Multisite Index cluster (20 indexers)&lt;BR /&gt;
Cisco devices -sending data to--&amp;gt; rsyslog server --&amp;gt; UF collects logs and sends to --&amp;gt; Index cluster (sourcetype=syslog)&lt;/P&gt;

&lt;P&gt;I have installed the cisco_ios app on my search head cluster&lt;BR /&gt;
I have installed the TA-cisco_ios add-on on my search heads and on my indexers&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
index = something_that_meets_my_naming_standards&lt;/P&gt;

&lt;P&gt;From what I'm reading in the docs it doesn't look like I need to change anything in the TA or the App to include my custom index name. The data is tagged as syslog and I can search the logs within my index but the Cisco dashboards don't find anything.&lt;/P&gt;

&lt;P&gt;What am I missing here?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501188#M85373</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2020-09-30T02:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501189#M85374</link>
      <description>&lt;P&gt;Edit the dashboards to see what index they are looking for.  Change them to use your index.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 00:03:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501189#M85374</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-10-12T00:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501190#M85375</link>
      <description>&lt;P&gt;I searched the whole app recursive and couldn’t find an index=&lt;/P&gt;

&lt;P&gt;Also don’t see a macro that it might be referring to.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 00:08:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501190#M85375</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-10-12T00:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501191#M85376</link>
      <description>&lt;P&gt;There is a base eventtype you can adapt in the app. I believe it is the first one in eventtypes.conf. Just add your index name to that macro.&lt;/P&gt;

&lt;P&gt;A different approach would be to change your roles to automatically search that index by default.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 05:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501191#M85376</guid>
      <dc:creator>mbjerkeland_spl</dc:creator>
      <dc:date>2019-10-12T05:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501192#M85377</link>
      <description>&lt;P&gt;Here are the first few stanzas in eventyptes.conf. Do I add index=myindexname to each stanza in the file or to a specific one?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [cisco_ios-acl_log]

[cisco_ios-duplex_mismatch]
search = eventtype=cisco_ios mnemonic=DUPLEX_MISMATCH OR (facility=LWAPP mnemonic=AP_DUPLEX_MISMATCH)

[cisco_ios-native_vlan_mismatch]
search = eventtype=cisco_ios mnemonic=NATIVE_VLAN_MISMATCH

[cisco_ios-port_down]

[cisco_ios-port_up]

[cisco_ios-if_attached]
search = eventtype=cisco_ios facility=VIM mnemonic=IF_ATTACHED

[cisco_ios-stackmgr]
search = eventtype=cisco_ios facility=STACKMGR
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501192#M85377</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-10-14T13:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501193#M85378</link>
      <description>&lt;P&gt;Add the index name as index=something to the stanza called &lt;STRONG&gt;cisco_ios&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;You will see that one referenced in the other stanzas&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501193#M85378</guid>
      <dc:creator>mbjerkeland_spl</dc:creator>
      <dc:date>2019-10-14T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS and TA not showing data in dashboards</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501194#M85379</link>
      <description>&lt;P&gt;Do I need to make any changes to the app? I don't see an eventtype.conf in the companion app but I do see a macro. In macro.conf would I set the index below?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[cisco_ios_index]
definition = (index=*)

[sla-sec2time(2)]
args = seconds,output_field
definition = eval sec2time_days=floor($seconds$/24/3600) | eval sec2time_hours=floor(($seconds$/3600)-(sec2time_days*24)) | eval sec2time_minutes = floor(($seconds$ / 60) - (sec2time_days*60*24) - (sec2time_hours * 60)) | eval sec2time_seconds = floor($seconds$ - (sec2time_days*3600*24) - (sec2time_hours * 3600) - (sec2time_minutes * 60)) | strcat sec2time_days " days " sec2time_hours "h " sec2time_minutes "m " sec2time_seconds "s" $output_field$
iseval = 0

[normalize-int(3)]
args = int_prefix_long,int_suffix,output_field
definition = eval $output_field$=$int_prefix_long$+$int_suffix$
iseval = 0

## Calling these requires the commercial "TA-cisco_ios-multi_tenancy" add-on
## BEGIN
[check_multi_tenancy]
iseval = 0
definition = rest splunk_server=local /services/apps/local/ | search title=TA-cisco_ios-multi_tenancy disabled=0

[get_tenants_for_user_role(1)]
args=user
definition = inputlookup cisco_ios_tenants | stats values(index) AS index BY tenant_name,roles | eval index=mvjoin(index,",") | eval index=replace(index,","," OR index=") | eval index="index=" + index | search [| rest splunk_server=local /services/authentication/users/$user$ | fields roles]
iseval = 0
## END
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Oct 2019 15:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cisco-IOS-and-TA-not-showing-data-in-dashboards/m-p/501194#M85379</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-10-14T15:36:49Z</dc:date>
    </item>
  </channel>
</rss>

