Back to Elasticsearch

Troubleshooting {{esql}} [esql-troubleshooting]

docs/reference/query-languages/esql/esql-troubleshooting.md

9.5.01.6 KB
Original Source

Troubleshooting {{esql}} [esql-troubleshooting]

This section provides some useful resource for troubleshooting {{esql}} issues:

::::{include} _snippets/common/query-performance-tip.md ::::

Filing a support case

When filing a support case for a slow or failing {{esql}} query, include the following information so the support team can investigate quickly:

  • The full {{esql}} query text
  • The cluster version, available from GET /
  • The index pattern and approximate document count
  • The time range covered by the query
  • The fields and field types across all indices participating in the query, available from the field capabilities API
  • The took value from the response
  • Any error messages
  • A query log entry, if query logging is enabled