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"
}
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.