What will be a better setup for centralised logging(application logs) for multiple instances(rails apps) running behind an AWS application load balancer?
- ELK (manual setup)
- AWS ElasticSearch
- APN (AWS Partner Networks) like datadog, spluk
What will be a better setup for centralised logging(application logs) for multiple instances(rails apps) running behind an AWS application load balancer?
- ELK (manual setup)
- AWS ElasticSearch
- APN (AWS Partner Networks) like datadog, spluk
For further actions, you may consider blocking this person and/or reporting abuse
Farrukh Khalid -
Ahmed Salem -
Arpad Toth -
Lionel Tchami ♾️☁️ -
Once suspended, dharshann will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, dharshann will be able to comment and publish posts again.
Once unpublished, all posts by dharshann will become hidden and only accessible to themselves.
If dharshann is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Dharshan Bharathuru.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag dharshann:
Unflagging dharshann will restore default visibility to their posts.
Top comments (5)
Why not cloudwatch?
I'm using cloudwatch for different system/app metric alarms now. Didn't know it can also be used for centralised logging. Any useful link/writeup you like to share?
Never used but i think it's easy to integrate with third party logging services, for example (splunk.com/blog/2017/02/03/how-to-...)
I would go with the official documentation
docs.aws.amazon.com/AmazonCloudWat...
You basically watch file and send them into streams
As good as it is for central logging, I still find the UI and search functionalities really poor compared to the other solutions you mentioned
Full disclosure, I work for Elastic (we make Elasticsearch).
You could also try Elasticsearch Service with the Elastic Stack 6.6 (Logs UI, Hot/Warm + index curation + APM server).
Here's a link our users find helpful: elastic.co/cloud/elasticsearch-ser...
Some comments may only be visible to logged-in visitors. Sign in to view all comments.