<?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: App Wanted: Tomcat in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27039#M303</link>
    <description>&lt;P&gt;Tomcat app would be useful&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2011 22:17:34 GMT</pubDate>
    <dc:creator>rroberts</dc:creator>
    <dc:date>2011-11-28T22:17:34Z</dc:date>
    <item>
      <title>App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27034#M298</link>
      <description>&lt;P&gt;There's an app on Splunkbase for &lt;A href="http://www.splunkbase.com/apps/All/4.x/App/app%3aSplunk+for+WebSphere+Application+Server" rel="nofollow"&gt;WebSphere&lt;/A&gt;, but is anyone building a similar app for Tomcat?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2010 01:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27034#M298</guid>
      <dc:creator>Justin_Grant</dc:creator>
      <dc:date>2010-08-10T01:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27035#M299</link>
      <description>&lt;P&gt;We're gonna take a stab at it. Maybe within a month we can get something on Splunkbase.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2011 06:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27035#M299</guid>
      <dc:creator>cfergus</dc:creator>
      <dc:date>2011-03-03T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27036#M300</link>
      <description>&lt;P&gt;Any progress?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 21:04:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27036#M300</guid>
      <dc:creator>mdkellynzqa</dc:creator>
      <dc:date>2011-10-06T21:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27037#M301</link>
      <description>&lt;P&gt;I have a few "JVM" Splunk apps in the pipeline that augment the functionality of Splunk for JMX. Tomcat is one such app.&lt;/P&gt;

&lt;P&gt;In the interim you can use Splunk for JMX and point it to the "java.lang" and "Catalina" MBean domains, there is a mass of useful JMX attributes and operations to chew over. I'm currently doing this for some large Tomcat deployments.&lt;/P&gt;

&lt;P&gt;Here is a simple example config file to get you started.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;jmxpoller&amp;gt;

&amp;lt;!-- custom splunk output formatter--&amp;gt;

&amp;lt;formatter className="com.dtdsoftware.splunk.formatter.TokenizedMBeanNameQuotesStrippedFormatter" /&amp;gt;

&amp;lt;cluster name="TomcatInstances" description="All My Tomcat Servers"&amp;gt;

&amp;lt;!-- 
A really simple example, this just discovers and dumps ALL MBean attributes in the "Catalina" and "java.lang" domains 
You'll want to figure out what attributes and operations you are specifically interested in and declare them individually.
--&amp;gt;

&amp;lt;mbean domain="Catalina" properties="*" dumpAllAttributes="true" /&amp;gt;
&amp;lt;mbean domain="java.lang" properties="*" dumpAllAttributes="true" /&amp;gt;


&amp;lt;!--There are many different ways to connect to the JMX server, read the docs.--&amp;gt;

&amp;lt;jmxserver host="host1" jvmDescription="Tomcat1" jmxport="9000"/&amp;gt;
&amp;lt;jmxserver host="host2" jvmDescription="Tomcat2" jmxport="9000"/&amp;gt;
&amp;lt;jmxserver host="host3" jvmDescription="Tomcat3" jmxport="9000"/&amp;gt;
&amp;lt;jmxserver host="host4" jvmDescription="Tomcat4" jmxport="9000"/&amp;gt;

&amp;lt;/cluster&amp;gt;

&amp;lt;/jmxpoller&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Read the PDF docs first, but feel free to drop me a line if you want any help with a Splunk for JMX config file setup for Tomcat. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 22:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27037#M301</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2011-10-06T22:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27038#M302</link>
      <description>&lt;P&gt;no app for tomcat yet ? bad!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2011 18:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27038#M302</guid>
      <dc:creator>muddu4you</dc:creator>
      <dc:date>2011-10-26T18:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27039#M303</link>
      <description>&lt;P&gt;Tomcat app would be useful&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 22:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27039#M303</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2011-11-28T22:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27040#M304</link>
      <description>&lt;P&gt;Tomcat provides jmxproxy which is similar to the jmx-console provided by JBoss. Be aware that there is line wrapping with the commands I posted below. I tested this against tomcat-7.0.25 running on a CentOS 6.3 x86_64 system.&lt;/P&gt;

&lt;P&gt;For tomcat, I enabled the manager-jmx role in the .../conf/tomcat-users.xml file and restarted tomcat. It should read similar to the following:&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
&amp;lt;tomcat-users&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;role rolename="manager-jmx"/&amp;gt;&lt;BR /&gt;
  &amp;lt;user username="tomcat" password="tomcat" roles="manager-jmx"/&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;/tomcat-users&amp;gt;&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;Now I can use curl to query the java.lang mbean for all the types:&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
curl -s --user tomcat:tomcat '&lt;A href="http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=*"&gt;http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=*&lt;/A&gt;' | grep ^Name:&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Name: java.lang:type=Compilation&lt;BR /&gt;
Name: HotSpot 64-Bit Tiered Compilers&lt;BR /&gt;
Name: java.lang:type=Memory&lt;BR /&gt;
Name: java.lang:type=Runtime&lt;BR /&gt;
Name: &lt;A href="mailto:11667@buildc6x86_64.example.com"&gt;11667@buildc6x86_64.example.com&lt;/A&gt;&lt;BR /&gt;
Name: java.lang:type=ClassLoading&lt;BR /&gt;
Name: java.lang:type=Threading&lt;BR /&gt;
Name: java.lang:type=OperatingSystem&lt;BR /&gt;
Name: Linux&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;Query the Threading type:&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
curl -s --user tomcat:tomcat '&lt;A href="http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Threading"&gt;http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Threading&lt;/A&gt;'&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;OK - Number of results: 1&lt;/P&gt;

&lt;P&gt;Name: java.lang:type=Threading&lt;BR /&gt;
modelerType: sun.management.ThreadImpl&lt;BR /&gt;
ThreadAllocatedMemoryEnabled: true&lt;BR /&gt;
ThreadAllocatedMemorySupported: true&lt;BR /&gt;
ThreadContentionMonitoringEnabled: false&lt;BR /&gt;
DaemonThreadCount: 22&lt;BR /&gt;
PeakThreadCount: 23&lt;BR /&gt;
CurrentThreadCpuTimeSupported: true&lt;BR /&gt;
ObjectMonitorUsageSupported: true&lt;BR /&gt;
SynchronizerUsageSupported: true&lt;BR /&gt;
ThreadContentionMonitoringSupported: true&lt;BR /&gt;
ThreadCpuTimeEnabled: true&lt;BR /&gt;
AllThreadIds: Array[long] of length 23&lt;BR /&gt;
        31&lt;BR /&gt;
        30&lt;BR /&gt;
        29&lt;BR /&gt;
        28&lt;BR /&gt;
        27&lt;BR /&gt;
        26&lt;BR /&gt;
        25&lt;BR /&gt;
        24&lt;BR /&gt;
        23&lt;BR /&gt;
        22&lt;BR /&gt;
        20&lt;BR /&gt;
        19&lt;BR /&gt;
        18&lt;BR /&gt;
        17&lt;BR /&gt;
        16&lt;BR /&gt;
        13&lt;BR /&gt;
        12&lt;BR /&gt;
        11&lt;BR /&gt;
        10&lt;BR /&gt;
        4&lt;BR /&gt;
        3&lt;BR /&gt;
        2&lt;BR /&gt;
        1&lt;BR /&gt;
CurrentThreadCpuTime: 44567045&lt;BR /&gt;
CurrentThreadUserTime: 30000000&lt;BR /&gt;
ThreadCount: 23&lt;BR /&gt;
TotalStartedThreadCount: 25&lt;BR /&gt;
ThreadCpuTimeSupported: true&lt;BR /&gt;
ObjectName: java.lang:type=Threading&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;Change the query results by replacing the first colon (:) with an equals sign (=), removing carriage returns from end of line, and turning the output into one line for easier parsing in Splunk.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
curl -s --user tomcat:tomcat '&lt;A href="http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Threading"&gt;http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Threading&lt;/A&gt;' | sed -r -e 's/:\s+?/=/' -e 's/\r$//' | xargs echo -n&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;OK - Number of results=1 Name=java.lang:type=Threading modelerType=sun.management.ThreadImpl ThreadAllocatedMemoryEnabled=true ThreadAllocatedMemorySupported=true ThreadContentionMonitoringEnabled=false DaemonThreadCount=22 PeakThreadCount=23 CurrentThreadCpuTimeSupported=true ObjectMonitorUsageSupported=true SynchronizerUsageSupported=true ThreadContentionMonitoringSupported=true ThreadCpuTimeEnabled=true AllThreadIds=Array[long] of length 23 31 30 29 28 27 26 25 24 23 22 20 19 18 17 16 13 12 11 10 4 3 2 1 CurrentThreadCpuTime=35302227 CurrentThreadUserTime=20000000 ThreadCount=23 TotalStartedThreadCount=25 ThreadCpuTimeSupported=true ObjectName=java.lang:type=Threading&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;At this point, you have the basis for a wrapper script to be used as scripted input by Splunk. Outputs that aren't cleaned up enough to show up as fields in Splunk can be parsed further in a number of ways; in your wrapper script, using transforms in Splunk, within Splunk using PCRE...&lt;/P&gt;

&lt;P&gt;I used jconsole to browse some of values given above, but that is another story. All this info is on the 'net of course. I am going to rewrite using Perl and make things nicer for myself, but now you are fishing.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2012 19:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27040#M304</guid>
      <dc:creator>amtowsbnp</dc:creator>
      <dc:date>2012-10-31T19:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27041#M305</link>
      <description>&lt;P&gt;That is a rather convoluted approach.&lt;/P&gt;

&lt;P&gt;Using "Splunk for JMX" makes this alot easier and simpler and data is already output to Splunk in best practice semantic format. See my configuration example for Tomcat earlier in this thread.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2012 19:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27041#M305</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-10-31T19:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27042#M306</link>
      <description>&lt;P&gt;Just putting a simple idea out there on how to query the jmxproxy. If you think that is convoluted, wait until you read the rest. Should be enough to drive people into the arms of your app.&lt;/P&gt;

&lt;P&gt;This information is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. And definitely WITHOUT ANY REGARD FOR SECURITY or scalability.&lt;/P&gt;

&lt;P&gt;Lets try to make a Dashboard and panel for Tomcat heap memory usage for the past 60 minutes. I used Splunk 5.0 for this bit.&lt;/P&gt;

&lt;P&gt;SPLUNK_HOME is set to /opt/splunk and Splunk runs under a user named splunk in my environment.&lt;/P&gt;

&lt;P&gt;Make the directory for scripted input.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
mkdir -p $SPLUNK_HOME/etc/apps/curl/bin&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Create a script as follows named curl.sh in the $SPLUNK_HOME/etc/apps/curl/bin directory.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;H1&gt;!/bin/bash&lt;/H1&gt;

&lt;P&gt;PATH=/bin:/usr/bin&lt;/P&gt;

&lt;P&gt;curl "$@" | sed -r -e 's/:\s+?/=/' -e 's/\r$//' | xargs echo -n&lt;/P&gt;

&lt;H1&gt;--- end of script ---&lt;/H1&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Set ownership and permissions.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
chown splunk $SPLUNK_HOME/etc/apps/curl/bin/curl.sh&lt;BR /&gt;
chmod 750 $SPLUNK_HOME/etc/apps/curl/bin/curl.sh&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Test it out manually to see if it works as expected.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/curl/bin/curl.sh -s --user tomcat:tomcat '&lt;A href="http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Memory" target="_blank"&gt;http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Memory&lt;/A&gt;'&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Resulting output as expected from manual test.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
OK - Number of results=1 Name=java.lang:type=Memory modelerType=sun.management.MemoryImpl Verbose=false HeapMemoryUsage=javax.management.openmbean.CompositeDataSupport(compositeType=javax.management.openmbean.CompositeType(name=java.lang.management.MemoryUsage,items=((itemName=committed,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=init,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=max,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=used,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)))),contents={committed=259522560, init=268435456, max=259522560, used=64526256}) NonHeapMemoryUsage=javax.management.openmbean.CompositeDataSupport(compositeType=javax.management.openmbean.CompositeType(name=java.lang.management.MemoryUsage,items=((itemName=committed,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=init,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=max,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)),(itemName=used,itemType=javax.management.openmbean.SimpleType(name=java.lang.Long)))),contents={committed=24313856, init=24313856, max=136314880, used=19639688}) ObjectPendingFinalizationCount=0 ObjectName=java.lang:type=Memory&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Let's use Splunk's web console to add a Data input under Splunk&amp;gt; Manager &amp;gt;&amp;gt; Data input &amp;gt;&amp;gt; Script &amp;gt;&amp;gt; Add new.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
Command: /opt/splunk/etc/apps/curl/bin/curl.sh -s --user tomcat:tomcat '&lt;A href="http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Memory" target="_blank"&gt;http://buildc6x86_64:8080/manager/jmxproxy/?qry=java.lang:type=Memory&lt;/A&gt;'&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Interval: 60&lt;BR /&gt;
Source name override: curl_jmxproxy_tomcat_memory&lt;BR /&gt;
Set sourcetype: Manual&lt;BR /&gt;
Source type: curl_jmxproxy_tomcat_memory&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;Click on Save.&lt;/P&gt;

&lt;P&gt;Go to the Search App and input this search. Select "Last 60 minutes" to execute the search. We are using rex to extract fields. &lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
source="curl_jmxproxy_tomcat_memory" host="buildc6x86_64" | rex "(?i).+?\s+HeapMemoryUsage=.+,contents={committed=(?P&amp;lt;HC&amp;gt;\d+),\s+init=(?P&amp;lt;HI&amp;gt;\d+),\s+max=(?P&amp;lt;HM&amp;gt;\d+),\s+used=(?P&amp;lt;HU&amp;gt;\d+)}.+\s+NonHeapMemoryUsage=" | eval HeapCommitted=HC/1048576 | eval HeapUsed=HU/1048576 | eval HeapFree=HeapCommitted-HeapUsed | timechart span=1m avg(HeapFree) avg(HeapUsed)&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Click on Save &amp;gt; Save search...&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
Name: Tomcat memory usage last 60 minutes&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Click on Dashboard &amp;amp; Views &amp;gt; Create dashboard...&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
ID: tomcat_stats&lt;BR /&gt;
Name: Tomcat Stats&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Click on Save.&lt;/P&gt;

&lt;P&gt;Enable Edit mode (On) in the Tomcat Stats dashboard.&lt;BR /&gt;
Click on + new panel.&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
Title: Tomcat memory usage last 60 minutes&lt;BR /&gt;
Saved search (drop down menu): Tomcat memory usage last 60 minutes&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Click on Save.&lt;/P&gt;

&lt;P&gt;Enable Edit &amp;gt; Edit visualization in the Tomcat memory usage last 60 minutes panel.&lt;/P&gt;

&lt;P&gt;Select Area in the Visualizations drop down menu.&lt;/P&gt;

&lt;P&gt;Under General, select the second stack mode icon.&lt;/P&gt;

&lt;P&gt;Select X Axis and type Time in the X Axis title field.&lt;/P&gt;

&lt;P&gt;Select Y Axis and type Megabytes in the Y Axis title field.&lt;/P&gt;

&lt;P&gt;Click on Save.&lt;/P&gt;

&lt;P&gt;Disable Edit mode (Off) in the Tomcat Stats dashboard.&lt;/P&gt;

&lt;P&gt;The end.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:43:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27042#M306</guid>
      <dc:creator>amtowsbnp</dc:creator>
      <dc:date>2020-09-28T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: App Wanted: Tomcat</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27043#M307</link>
      <description>&lt;P&gt;I am using Jmx Add-on need help to create custom template to get catalina as mbean domain?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 12:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/App-Wanted-Tomcat/m-p/27043#M307</guid>
      <dc:creator>arorarahul118</dc:creator>
      <dc:date>2015-08-27T12:20:19Z</dc:date>
    </item>
  </channel>
</rss>

