Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fixing query attributes null.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed May 29, 2024
1 parent a7407f2 commit 7374424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bin/opensearch-plugin install file:/opensearch-ubi-1.0.0-os2.14.0.zip
To create the UBI indexes called `ubi_queries` and `ubi_events`, send a query to an OpenSearch index with the `ubi` query block added:

```
curl -s http://localhost:9200/ecommerce/_search -H "Content-Type: application/json" -d'
curl -s http://localhost:9200/your-index/_search -H "Content-Type: application/json" -d'
{
"ext": {
"ubi": {
Expand Down

0 comments on commit 7374424

Please sign in to comment.