Skip to content

Commit

Permalink
0x2280
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Jul 7, 2024
1 parent 4f7a1e9 commit ee44535
Show file tree
Hide file tree
Showing 5 changed files with 1,096 additions and 4 deletions.
362 changes: 362 additions & 0 deletions Content/20240704132635-elk.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Content/20240704132635-elk.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Abstract
- The usual log management stack : more inclined towards a reactive analysis.
- for a more real time (and predictive) analysis, checkout the [[id:8f401b28-efb8-49e3-b1c6-02f101341669][Monitoring]] node
- checkout [[id:791d861e-f535-4c49-9cb2-8cb8539fc619][Opensearch (& Dashboard)]], BLEK isn't open source anymore
- has the premium features of BLEK and is open source (Apache 2.0 OSL)
* Components:
- Beats: Lightweight data shippers on edge devices forward data to Logstash
- Logstash: ingests, transforms, and ships data from various sources into Elasticsearch
Expand Down Expand Up @@ -40,7 +42,7 @@ B = Beats
[Load Balancer]:::::B(NGINX Logs)====O
\ | RMQ |
[Application Server]::B(App Logs)======O--| Buffer |-->[Logstash]-->[Elasticsearch]-->[Kibana]
/ | [[id:fa58feb4-25a2-40f1-8533-cafcb0d3886b][AKafka]] |
/ | AKafka |
[Database]::B(MySQL Logs)============O

B = Beats
Expand All @@ -58,9 +60,10 @@ B = Beats
| Data Collection | Centralized from various sources | Pull-based from instrumented systems |
| Use Cases | Troubleshooting, security auditing | Performance monitoring, alerting |

* Pre-emptive v Reactive Analysis

* Resources
- https://www.elastic.co/elastic-stack
- https://logz.io/learn/complete-guide-elk-stack/
- https://github.com/deviantony/docker-elk
- https://github.com/opensearch-project/OpenSearch
- also see [[id:791d861e-f535-4c49-9cb2-8cb8539fc619][Opensearch (& Dashboard)]] , ELK isn't open source anymore (as of 2021)
Loading

0 comments on commit ee44535

Please sign in to comment.