fix(opensearch): handle index not present errors in search api (#4965)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: ivor-juspay <138492857+ivor-juspay@users.noreply.github.com>
This commit is contained in:
Sandeep Kumar
2024-06-19 00:28:19 +05:30
committed by GitHub
parent 776ddb8c1a
commit ae1edb061d
4 changed files with 143 additions and 35 deletions

View File

@ -101,4 +101,18 @@ Here's an example of how to do this:
[default.features]
audit_trail=true
system_metrics=true
```
global_search=true
```
## Viewing the data on OpenSearch Dashboard
To view the data on the OpenSearch dashboard perform the following steps:
- Go to the OpenSearch Dashboard home and click on `Stack Management` under the Management tab
- Select `Index Patterns`
- Click on `Create index pattern`
- Define an index pattern with the same name that matches your indices and click on `Next Step`
- Select a time field that will be used for time-based queries
- Save the index pattern
Now, head on to the `Discover` tab, to select the newly created index pattern and query the data