Could Not index event to ElasticSearch

When I run the command with curl, this is my output:

  "error" : {
    "root_cause" : [
      {
        "type" : "index_not_found_exception",
        "reason" : "no such index [_cluster]",
        "resource.type" : "index_expression",
        "resource.id" : "_cluster",
        "index_uuid" : "_na_",
        "index" : "_cluster"
      }
    ],
    "type" : "index_not_found_exception",
    "reason" : "no such index [_cluster]",
    "resource.type" : "index_expression",
    "resource.id" : "_cluster",
    "index_uuid" : "_na_",
    "index" : "_cluster"
  },
  "status" : 404