What does `Ajax` at last column mean when I execute curl https://localhost:9200/_cat/shards

What does Ajax at last column mean?

$ curl https://localhost:9200/_cat/shards
logging.8fc06936-7c12-11e6-a923-005056b1755a.2017.02.21  0 p STARTED  627    261kb 10.1.3.11 Ajax

Best regards,
Stéphane

Ok, Ajax is the name of my cluster:

$ curl "https://localhost:9200?pretty=1"
{
  "status" : 200,
  "name" : "Ajax",
  "cluster_name" : "logging-es",
  "version" : {
    "number" : "1.5.2",
    "build_hash" : "62ff9868b4c8a0c45860bebb259e21980778ab1c",
    "build_timestamp" : "2015-04-27T09:21:06Z",
    "build_snapshot" : false,
    "lucene_version" : "4.10.4"
  },
  "tagline" : "You Know, for Search"
}

No relation with HTTP Ajax Request :slight_smile:

Add ?v to get the column names in the output :slight_smile:

1 Like

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