We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d4e00 commit 860459fCopy full SHA for 860459f
1 file changed
README.md
@@ -205,6 +205,20 @@ curl -XPUT 'https://localhost:9200/_plugins/_ism/policies/logstash-policy' \
205
--insecure
206
```
207
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
222
## Copyright
223
224
2026 Dominik Zogg
0 commit comments