Skip to content

Commit

Permalink
upd dev md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 5, 2025
1 parent 3b8610c commit 7ede332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,8 @@ curl -Ss -X GET 'http://localhost:9200/videochat-*/_search' -H 'Content-Type: ap
' | jq


curl -Ss -X GET 'http://localhost:9200/videochat-*/_search' -H 'Content-Type: application/json' -d'
# without jq, but with pretty, to use inside from opensearch container
curl -Ss -X GET 'http://localhost:9200/videochat-*/_search?pretty' -H 'Content-Type: application/json' -d'
{
"size": 1000,
"query": {
Expand All @@ -1247,7 +1248,7 @@ curl -Ss -X GET 'http://localhost:9200/videochat-*/_search' -H 'Content-Type: ap
}
]
}
' | jq
'

curl -Ss -X GET 'http://localhost:9200/videochat-*/_mapping' | jq
```

0 comments on commit 7ede332

Please sign in to comment.