Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Last active September 23, 2024 05:51
Show Gist options
  • Save nitinsatish/cb86166177494fec56ac03bc3f261ddd to your computer and use it in GitHub Desktop.
Save nitinsatish/cb86166177494fec56ac03bc3f261ddd to your computer and use it in GitHub Desktop.
[ Elasticsearch | Opensearch curls] #opensearch #elasticsearch #curl
curl -XGET --insecure -u 'admin:password' 'https://app-opensearch.domain.net:9200'

Indices

curl -XGET --insecure -u 'admin:admin' 'https://app-opensearch.domain.net:9200/_cat/indices'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment