Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,198
Community Members
 
Community Events
184
Community Groups

Proactive monitoring of atlassian tool

Is someone manage to create custom developed proactive monitoring of atlassian tools ?

4 comments

Sebastian Kleinholz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 22, 2018
Craig Castle-Mead
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 19, 2018

Hey Hitendra,

Proactive monitoring could mean a number of things, so depends on exactly what you're looking to solve. Our arsenal includes:

  • NewRelic
    • Infrastructure (monitors the ram/disc/cpu etc)
    • APM (deeper insights into the JVM itself)
    • Synthetics (basic HTTP checks from a number of locations to check the service is alive
  •  AWS
    • Covers some of the same bases as NewRelic, but we also leverage CloudWatch as it gives us added insights into some of the AWS specifics (RDS read/write throughput Vs thresholds, ELB queues etc)
  • ELK (https://www.elastic.co/elk-stack)
    • Get the nginx proxy logs + application logs and send them to a central elasticsearch database, use Kibana to visualize things like application warns/errors over time, usage by username 

Finding correlations between the various tools can help - but you can also get lost in too much data. May be simpler to find an API endpoint you can call, time how long it takes to respond and if it takes longer than your threshold, or, doesn't return the expected data then you likely have an issue. This follows the pattern of monitoring the application itself, and not the servers as your users use the application, not the servers (directly). 

CCM

Hi Craig,

Hope you are doing well.

For ELK (https://www.elastic.co/elk-stack)

  • Get the nginx proxy logs + application logs and send them to a central elasticsearch database, use Kibana to visualize things like application warns/errors over time, usage by username 

Can you point me to a tutorial on how to accomplish this using ELK stack? 

I found video "https://www.youtube.com/watch?v=SQ2pyS6aTpM"

mentioning about the similar topic but did not show the audience how to actually set it up.

Thanks

Prerak

Pedro Felgueiras
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 20, 2018

This is a verry intressing topic and you got a verry intressing presentation here https://pt.slideshare.net/aca_it/monitor-your-atlassian-stack-like-the-nsa

 

Curently we are using the Google Analytics, JavaMelody and Nagios. We had tried the ELK stack but the logstash was dificult to configure with catalina.out

 

I think atlassian should provide some guidelines on this topic. 

Sebastian Kleinholz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 20, 2018

This discussion is related to this topic.

Like Hasna likes this

Comment

Log in or Sign up to comment