<?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 F5/Splunk App - LTM dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102791#M44243</link>
    <description>&lt;P&gt;Hello, just curious if anyone has had success getting this to work?  Are there any config docs available? &lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2010 08:28:15 GMT</pubDate>
    <dc:creator>ebaycmille</dc:creator>
    <dc:date>2010-12-10T08:28:15Z</dc:date>
    <item>
      <title>F5/Splunk App - LTM dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102791#M44243</link>
      <description>&lt;P&gt;Hello, just curious if anyone has had success getting this to work?  Are there any config docs available? &lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102791#M44243</guid>
      <dc:creator>ebaycmille</dc:creator>
      <dc:date>2010-12-10T08:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: F5/Splunk App - LTM dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102792#M44244</link>
      <description>&lt;P&gt;First make sure your data inputs have the right manual sourcetype:&lt;/P&gt;

&lt;P&gt;LTM
ltm_log&lt;/P&gt;

&lt;P&gt;GTM
gtm_log&lt;/P&gt;

&lt;P&gt;ASM
asm_log&lt;/P&gt;

&lt;P&gt;PSM
psm_log&lt;/P&gt;

&lt;P&gt;Firepass
firepass_log&lt;/P&gt;

&lt;P&gt;The app has many scheduled searches, including some that feed the summary index then you need to wait they kick off and summary index being filled before things shows up in dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 21:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102792#M44244</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2010-12-10T21:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: F5/Splunk App - LTM dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102793#M44245</link>
      <description>&lt;P&gt;How do you set the manual source type? Everything is coming in on one port, is it possible to set the source type based on the host sending it?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2011 16:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102793#M44245</guid>
      <dc:creator>charlestips</dc:creator>
      <dc:date>2011-04-15T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: F5/Splunk App - LTM dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102794#M44246</link>
      <description>&lt;P&gt;yes if everything is coming on same udp port you can force the sourcetype by host by modifying(or creating) props.conf and transforms.conf in either splunk/etc/system/local,splunk/etc/apps/myapps/local,splunk/etc/apps/SplunkforF5/local:&lt;/P&gt;

&lt;P&gt;In transforms.conf for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[assign_sourcetype_bigip]
SOURCE_KEY=MetaData:Host
DEST_KEY=_MetaData:Sourcetype
REGEX=^host::(10\.10\.10\.1|10\.10\.10\.2)$
FORMAT=ltm_log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TRANSFORMS-force-bigip-sourcetype = assign_sourcetype_bigip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Apr 2011 17:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102794#M44246</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-04-15T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: F5/Splunk App - LTM dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102795#M44247</link>
      <description>&lt;P&gt;I came upon this thread a bit late, but with the advent of v10 / v11 software, and multimodule Big-IP systems (WAM + ASM + LTM on one system, for example), I've found a different tack on the transforms.conf. You can see some of it in the $SPLUNK_HOME/etc/apps/SplunkforF5/default/ config files. &lt;/P&gt;

&lt;P&gt;Each of the modules that runs through AlertD will prepend the log message with a number in this format: &lt;BR /&gt;
&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
REGEX = (\d{4}[0-9A-Fa-f]{4}:\d+:). &lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;For example, the apm_log regex is &lt;BR /&gt;
&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
transforms.conf:REGEX = :\s(?:0149[0-9A-Fa-f]{4}:\d+:|0125[0-9A-Fa-f]{4}:\d+:\s[0-9A-Fa-f]{8}:)&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Make sure your props.conf file calls those dynamic transforms out, and then you don't have to manually define every LTM on your network in transforms.conf. &lt;BR /&gt;
&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
TRANSFORMS-f5 = firepass_sourcetyper, asm_sourcetyper, apm_sourcetyper, irule_sourcetyper, PSM_sourcetyper_smtp, PSM_sourcetyper_http, PSM_sourcetyper_ftp, bigip_sourcetyper&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/F5-Splunk-App-LTM-dashboard/m-p/102795#M44247</guid>
      <dc:creator>cps42</dc:creator>
      <dc:date>2020-09-28T09:55:39Z</dc:date>
    </item>
  </channel>
</rss>

