Skip to content

Commit 860459f

Browse files
committed
add documentation howto use the opensearch dashboard
1 parent 63d4e00 commit 860459f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,20 @@ curl -XPUT 'https://localhost:9200/_plugins/_ism/policies/logstash-policy' \
205205
--insecure
206206
```
207207

208+
### Dashboard
209+
210+
Before you start, produce at least one error, [produce a 404](https://localhost/api/unknown).
211+
212+
[Create Index Pattern](http://localhost:5601/app/management/opensearch-dashboards/indexPatterns/create)
213+
214+
- Username: admin
215+
- Password: 98T722Eqw99oqFCSJCnB
216+
- Index pattern name: logstash-*
217+
- Time field: @timestamp
218+
219+
[Discover](http://localhost:5601/app/data-explorer/discover)
220+
221+
208222
## Copyright
209223

210224
2026 Dominik Zogg

0 commit comments

Comments
 (0)