<?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: Where should we run Splunk JMX for tomcat addon in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508450#M2537</link>
    <description>&lt;P&gt;Thanks for your help. Last query, I am using UF on my client machine where Tomcat is installed and forwarding Tomcat logs to Splunk indexer and search head. How to make use of the Splunk add-on for Tomcat in this case. Do I need JMX URL here.? Should I make any configuration settings in add-on or it will just parse the logs with the defined sourcetype?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2020 06:45:40 GMT</pubDate>
    <dc:creator>sandeepduppalli</dc:creator>
    <dc:date>2020-07-10T06:45:40Z</dc:date>
    <item>
      <title>Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507476#M2434</link>
      <description>&lt;P&gt;We have a Tomcat running and to collect JMX logs is it mandatory to have Heavy forwarder installed.?I know we cannot install JMX add-on for UF. Is there any alternative method other than having HF installed.?and catalina,localhost,and manager logs can be collected through UF right.?correct me if I am wrong&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 06:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507476#M2434</guid>
      <dc:creator>sandeepduppalli</dc:creator>
      <dc:date>2020-07-06T06:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507487#M2436</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;from installation guide &amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/JMX/Distributeddeployment" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/AddOns/released/JMX/Distributeddeployment&lt;/A&gt; it is said&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;Recommended deployment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;While it is possible to use the add-on to poll remote JMX management servers, Splunk recommends installing this add-on on a heavy forwarder that is installed on the same host as the central JMX server. This deployment configuration simplifies your configuration because you can call the port locally, you do not need to use certificates, and you can use the Java version that is local to the machine.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;based on that a HF is the correct place. I suppose that there are some python parts which needs HF instead of UF. Of course there are some ways to run python also on UF, but much better way is to use HF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507487#M2436</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-06T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507490#M2437</link>
      <description>&lt;P&gt;If I have many tomcat instances running on different servers should I install Heavy Forwarder on all the servers?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507490#M2437</guid>
      <dc:creator>sandeepduppalli</dc:creator>
      <dc:date>2020-07-06T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507492#M2438</link>
      <description>&lt;P&gt;It’s up to you. It seems that some tasks are easier if those are local connections instead of remotes, but both are doable. If you have automation to install and manage HFS, then local installations are probably easier to manage in the long run. If not then centralized way could be easier as all configurations are in one place, even the first installation takes more effort.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/507492#M2438</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-06T07:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508450#M2537</link>
      <description>&lt;P&gt;Thanks for your help. Last query, I am using UF on my client machine where Tomcat is installed and forwarding Tomcat logs to Splunk indexer and search head. How to make use of the Splunk add-on for Tomcat in this case. Do I need JMX URL here.? Should I make any configuration settings in add-on or it will just parse the logs with the defined sourcetype?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 06:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508450#M2537</guid>
      <dc:creator>sandeepduppalli</dc:creator>
      <dc:date>2020-07-10T06:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508469#M2541</link>
      <description>&lt;P&gt;Yes you are needing it on HF to access tomcat jmx remotely.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/Tomcat/Setup" target="_blank"&gt;https://docs.splunk.com/Documentation/AddOns/released/Tomcat/Setup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;just follow above instructions.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 12:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508469#M2541</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-10T12:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we run Splunk JMX for tomcat addon</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508645#M2564</link>
      <description>&lt;P&gt;Can we add multiple Tomcat URL's under the Tomcat add-on setup page.?How do we configure that?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 03:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-should-we-run-Splunk-JMX-for-tomcat-addon/m-p/508645#M2564</guid>
      <dc:creator>sandeepduppalli</dc:creator>
      <dc:date>2020-07-12T03:54:04Z</dc:date>
    </item>
  </channel>
</rss>

