Skip to content

Commit f260e6b

Browse files
committed
elk: use common template
1 parent 5e1ca96 commit f260e6b

27 files changed

+42
-8
lines changed

topics/elk/README.md

+41-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,52 @@
1-
# What is the ELK Stack?
1+
## What is ELK?
22

33
- https://www.elastic.co/what-is/elk-stack
44

5-
# Elastic documentation
5+
### Overview
6+
7+
- Elasticsearch is the heart of the free and open Elastic Stack
8+
- Discover, iterate, and resolve with ES|QL on Kibana
9+
10+
### ELK Architecture
11+
12+
- TO-DO
13+
14+
### Official website documentation of ELK
615

716
- https://www.elastic.co/guide/index.html
817

9-
# Get started
18+
## Prerequisites
19+
20+
- None
21+
22+
## Installation
23+
24+
### How to install ELK?
25+
26+
- Installing the Elastic Stack: https://www.elastic.co/guide/en/elastic-stack/current/installing-elastic-stack.html
27+
28+
## Basics of ELK
29+
30+
### 1. Getting started with ELK
31+
32+
- Refer to the [Official ELK getting started documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html) for a comprehensive introduction.
33+
34+
### 2. ELK Hello World
35+
36+
- Check the [helloworld/](./basic/helloworld/) directory to create a simple ELK demo.
37+
38+
## Beyond the Basics
39+
40+
### Hands-On Example
41+
42+
- Explore a practical hands-on example in the [ELK hands-on](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) for more ELK concepts
1043

11-
- See [helloworld](./helloworld/)
44+
## More
1245

13-
# How to ingest data?
46+
### ELK learning resource
1447

15-
- Metric: [metric-beat](./metric-beat/)
48+
- None
1649

17-
# Setup alert in Elastic stack
50+
### Recommended Books
1851

19-
- See [elasalert](./elasalert/)
52+
- None
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# TODO

0 commit comments

Comments
 (0)