File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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*
6071The examples below use ` jct-events-* ` because that is what the current Logstash config writes.
6172If 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
6677GET jct-events-*/_search
You can’t perform that action at this time.
0 commit comments