Skip to content

Impossible to use 'Search' since last update #90

Closed
@fm4tt0s

Description

@fm4tt0s
  • Elasticsearch version: 2.3
  • Operating system: RHEL/running ES under docker
  • Browser + version: Chrome Version 97.0.4692.99 (Official Build) (x86_64)
  • Elasticvue version: 0.37.0
  • How are you running elasticvue? : browser extension

When attempt to use 'Search' functionality it gives below error:

{
    "error": {
        "failed_shards": [
            {
                "index": "index_name",
                "node": "_xFRrOs-SgGU5-QTR3F8ew",
                "reason": {
                    "col": 69,
                    "line": 1,
                    "reason": "failed to parse search source. unknown search element [track_total_hits]",
                    "type": "search_parse_exception"
                },
                "shard": 0
            }
        ],
        "grouped": true,
        "phase": "query",
        "reason": "all shards failed",
        "root_cause": [
            {
                "col": 69,
                "line": 1,
                "reason": "failed to parse search source. unknown search element [track_total_hits]",
                "type": "search_parse_exception"
            }
        ],
        "type": "search_phase_execution_exception"
    },
    "status": 400
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions