Gateway Time-out error

Hi,

I am getting the below error when run create new index and new watcher commands from dev tool. Please help me to solve this issue.

{
  "statusCode": 504,
  "error": "Gateway Time-out",
  "message": "Client request timeout"
}

What version of Elasticsearch and Kibana?
What does the request look like?
Is it a local or remote cluster?

at version of Elasticsearch and Kibana? 6.1 version

What does the request look like?

PUT ge_index1
{
    "settings" : {
        "index" : {
            "number_of_shards" : 10, 
            "number_of_replicas" : 0
        }
    }
}

**next one:**
POST /_xpack/watcher/watch/report_415723CHMR6/_execute
{
  "record_execution": true
}

Is it a local or remote cluster? local

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.