We are having an use-case to install APM agent on Applications running as a service(Bitbucket/Jira applications), we have researched on elastic documentation but couldn't find a solution to install APM agent without jar files. kindly help us to resolve this issue.
So if I understand correctly, you are running a bitbucket / Jira instance on your server, but it's a packaged application that is installed as a local service. Is that right ?
modify the startup scripts of those services to include -javaagent option, it's usually located close to where -Xmx____ and -Xms____ parameters are being set to control JVM memory usage. You should be able to find more details in Jira/Bitbucket documentation for those.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.