Skip to content

Instantly share code, notes, and snippets.

@DMeechan
Created June 14, 2019 10:31
Show Gist options
  • Save DMeechan/76872f5c7596799747501942fc1df2e1 to your computer and use it in GitHub Desktop.
Save DMeechan/76872f5c7596799747501942fc1df2e1 to your computer and use it in GitHub Desktop.
Get all indices in Elasticsearch Client
await client.indices.get({ index: "*" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment