Version: 2404121
Author:
- Thomas Grossi
- Nashville, TN
- [email protected]
- https://www.SurrealityCheck.org
- See instructions at
.\Docker-ELK.Fork.Wrapper\README.md
for setting up the ELK stack with this forked repo: https://github.com/deviantony/docker-elk
-
Passwords are set in
.\Docker-ELK.Fork.Wrapper\.env
(default: elastic/changeme) -
Kibana
- Verify connectivity
- Go to
http://localhost:5601/app/home/
- Click the
☰
hamburger button in the top left, then selectManagement/ Stack Management
- Select
Index Management
- Observe your created logging index with configured primary shards and replicas
- Note the sane of your index for the next step.
- Go to
- Configure Logging Stream
- Click the
☰
button in the top left, then selectAnalytics/ Discover
- On the second-from-top toolbar, under the
☰
button, clickV
carrot to open the dropdown. - Select `Create data view``
- Set
Name
as appropriate - Set
Index pattern
to$"{name-of-your-index-before-date}-*"
(*
is a wildcard*) - Example:elk8-lab-api-*
- Select
Save Data View
- Set
- Click the
- For an example of searching for a specific error
- In Swagger, execute
ElasticsearchClient8/IntentionallyThrow?someParameter=666
- In Kibana, search for
IntentionallyThrow
- Observe the results!
- In Swagger, execute
- Verify connectivity