<?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: Splunk Add-on for F5 BIG-IP Integration Parsing Issue with Telemetry Streaming Sourcetypes for Splunk ITSI in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763165#M10516</link>
    <description>&lt;P&gt;try this&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Your sourcetype is correct.&lt;/STRONG&gt; f5:bigip:ts:system:statistics:icontrol is what the current TA emits — iControl collection now runs over Telemetry Streaming, and all iControl sourcetypes were renamed with the ts: infix. The non-ts names are TA 3.x legacy. The ITSI docs are stale, not your data.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ITSI support: no.&lt;/STRONG&gt; The TA's ES/ITSI matrix grants ITSI only to the LTM iRule/HSL path; TS system statistics is unsupported. The ITSI Load Balancer module is also deprecated in favour of content packs, and there's no Splunk-supported F5 content pack.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Renaming won't fix it.&lt;/STRONG&gt; The TS payload is a different schema (system.tmmCpu, virtualServers.*, etc.), not just a different name. Fix the sourcetype and the KPIs still return zero.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;If you still want the shim&lt;/STRONG&gt; — search-time rename in your own app, not an index-time rewrite:&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;[f5:bigip:ts:system:statistics:icontrol]
rename = f5:bigip:system:statistics:icontrol&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then add FIELDALIAS/EVAL stanzas to bridge field names, and clone the module's entity discovery + KPI base searches (module KOs are read-only).&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Better path:&lt;/STRONG&gt; build entity discovery and service templates directly off the TS schema. Similar effort, no bridge to a deprecated module. Presidio's open-source ITSI Content Pack for F5 (Splunkbase 7418) is a usable skeleton — check its sourcetype assumptions first. Consider routing the stats to a metrics index for cheaper KPIs.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Minor: Splunkbase lists 6.5.1 as the current TA version, so verify the 7.0.0 you noted.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2026 21:23:20 GMT</pubDate>
    <dc:creator>kml_uvce</dc:creator>
    <dc:date>2026-08-26T21:23:20Z</dc:date>
    <item>
      <title>Splunk Add-on for F5 BIG-IP Integration Parsing Issue with Telemetry Streaming Sourcetypes for Splunk ITSI</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763155#M10515</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have an existing F5 integration using Splunk Add-on for F5 BIG-IP configured to send Syslog and ASM logs to Splunk using the following sourcetypes:&lt;BR /&gt;&lt;BR /&gt;f5:bigip:syslog&lt;BR /&gt;f5:bigip:asm:syslog&lt;BR /&gt;&lt;BR /&gt;These data sources are ingesting and parsing correctly.&lt;BR /&gt;I am now onboarding F5 data into Splunk ITSI and noticed that the ITSI/F5 documentation and associated knowledge objects appear to expect iControl statistics data with sourcetypes such as:&lt;BR /&gt;&lt;BR /&gt;f5:bigip:system:statistics:icontrol&lt;BR /&gt;&lt;BR /&gt;However, the telemetry data I am receiving is coming through as:&lt;BR /&gt;&lt;BR /&gt;f5:bigip:ts:system:statistics:icontrol&lt;BR /&gt;&lt;BR /&gt;Since the sourcetype differs, the expected parsing and field extractions are not being applied correctly.&lt;BR /&gt;I reviewed the TA configuration, including props.conf and transforms.conf, but could not find clear guidance on handling Telemetry Streaming (ts) sourcetypes for ITSI monitoring.&lt;BR /&gt;Has anyone encountered this issue before?&lt;BR /&gt;&lt;BR /&gt;Specifically:&lt;BR /&gt;Does the F5 ITSI integration officially support Telemetry Streaming sourcetypes (f5:bigip:ts:*)?&lt;BR /&gt;Is there a recommended approach to map or normalize these sourcetypes to the expected f5:bigip:*:icontrol format?&lt;BR /&gt;&lt;BR /&gt;Are there any additional add-ons, CIM mappings, or configuration steps required for Telemetry Streaming data to work with ITSI entity discovery and KPI services?&lt;BR /&gt;Any documentation, experience, or recommendations would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Splunk version:10.2&lt;BR /&gt;Splunk ITSI version: 4.21.2&lt;BR /&gt;CIM: 6.4.0&lt;BR /&gt;Splunk Add-on for F5 BIG-IP: 7.0.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 16:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763155#M10515</guid>
      <dc:creator>desaye</dc:creator>
      <dc:date>2026-08-26T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for F5 BIG-IP Integration Parsing Issue with Telemetry Streaming Sourcetypes for Splunk ITSI</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763165#M10516</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Your sourcetype is correct.&lt;/STRONG&gt; f5:bigip:ts:system:statistics:icontrol is what the current TA emits — iControl collection now runs over Telemetry Streaming, and all iControl sourcetypes were renamed with the ts: infix. The non-ts names are TA 3.x legacy. The ITSI docs are stale, not your data.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ITSI support: no.&lt;/STRONG&gt; The TA's ES/ITSI matrix grants ITSI only to the LTM iRule/HSL path; TS system statistics is unsupported. The ITSI Load Balancer module is also deprecated in favour of content packs, and there's no Splunk-supported F5 content pack.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Renaming won't fix it.&lt;/STRONG&gt; The TS payload is a different schema (system.tmmCpu, virtualServers.*, etc.), not just a different name. Fix the sourcetype and the KPIs still return zero.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;If you still want the shim&lt;/STRONG&gt; — search-time rename in your own app, not an index-time rewrite:&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;[f5:bigip:ts:system:statistics:icontrol]
rename = f5:bigip:system:statistics:icontrol&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then add FIELDALIAS/EVAL stanzas to bridge field names, and clone the module's entity discovery + KPI base searches (module KOs are read-only).&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Better path:&lt;/STRONG&gt; build entity discovery and service templates directly off the TS schema. Similar effort, no bridge to a deprecated module. Presidio's open-source ITSI Content Pack for F5 (Splunkbase 7418) is a usable skeleton — check its sourcetype assumptions first. Consider routing the stats to a metrics index for cheaper KPIs.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Minor: Splunkbase lists 6.5.1 as the current TA version, so verify the 7.0.0 you noted.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 21:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763165#M10516</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2026-08-26T21:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for F5 BIG-IP Integration Parsing Issue with Telemetry Streaming Sourcetypes for Splunk ITSI</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763181#M10517</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/15581"&gt;@kml_uvce&lt;/a&gt;&amp;nbsp;thank you so much. This is useful information. Let me focus on &lt;SPAN&gt;building entity discovery and service templates directly off the TS schema as you recommended.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 08:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Add-on-for-F5-BIG-IP-Integration-Parsing-Issue-with/m-p/763181#M10517</guid>
      <dc:creator>desaye</dc:creator>
      <dc:date>2026-08-27T08:18:57Z</dc:date>
    </item>
  </channel>
</rss>

