Skip to content

Commit 39912f3

Browse files
committed
docs
1 parent 714f893 commit 39912f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README-ELK-analysys.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Example event shape:
1515
}
1616
```
1717

18+
## Table of Contents
19+
20+
- [What you can answer with this guide](#what-you-can-answer-with-this-guide)
21+
- [Transport note (UDP vs TCP)](#transport-note-udp-vs-tcp)
22+
- [1) First check your mapping (important)](#1-first-check-your-mapping-important)
23+
- [2) Quick filtering in Discover (KQL)](#2-quick-filtering-in-discover-kql)
24+
- [3) Elasticsearch queries you can copy](#3-elasticsearch-queries-you-can-copy)
25+
- [4) Kibana visualizations (Lens)](#4-kibana-visualizations-lens)
26+
- [5) Common pitfalls](#5-common-pitfalls)
27+
- [6) Fast workflow recommendation](#6-fast-workflow-recommendation)
28+
1829
## What you can answer with this guide
1930

2031
- Which events contain class `de.otto.droporder.cockpit.model.DlqStorageModel`?
@@ -60,7 +71,7 @@ stack:de.a.b.c.controller.SomeController.someMethod*
6071
The examples below use `jct-events-*` because that is what the current Logstash config writes.
6172
If you route TCP to `tcp-events-*`, just replace the index name.
6273

63-
### A) Show latest documents that contain the class
74+
### Show latest documents that contain the class
6475

6576
```http
6677
GET jct-events-*/_search

0 commit comments

Comments
 (0)