Retourner au contenu associé (entrée de forum : centralisation des logs)
Posté par dada le 30 mars 2016 à 12:59. En réponse au message centralisation des logs. Évalué à 1.
voila le résultat lors de l’exécution des commandes: [gada@localhost ~]$ curl -X GET 'http://localhost:9200' { "name" : "Madam Slay", "cluster_name" : "elasticsearch", "version" : { "number" : "2.2.1", "build_hash" : "d045fc29d1932bce18b2e65ab8b297fbf6cd41a1", "build_timestamp" : "2016-03-09T09:38:54Z", "build_snapshot" : false, "lucene_version" : "5.4.1" }, "tagline" : "You Know, for Search" } [gada@localhost ~]$ curl 'localhost:9200/_cat/indices?v' health status index pri rep docs.count docs.deleted store.size pri.store.size yellow open .kibana 1 1 103 0 100.6kb 100.6kb yellow open customer 5 1 0 0 795b 795b [gada@localhost ~]$
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Lister les index
Posté par dada . En réponse au message centralisation des logs. Évalué à 1.
voila le résultat lors de l’exécution des commandes:
[gada@localhost ~]$ curl -X GET 'http://localhost:9200'
{
"name" : "Madam Slay",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.2.1",
"build_hash" : "d045fc29d1932bce18b2e65ab8b297fbf6cd41a1",
"build_timestamp" : "2016-03-09T09:38:54Z",
"build_snapshot" : false,
"lucene_version" : "5.4.1"
},
"tagline" : "You Know, for Search"
}
[gada@localhost ~]$ curl 'localhost:9200/_cat/indices?v'
health status index pri rep docs.count docs.deleted store.size pri.store.size
yellow open .kibana 1 1 103 0 100.6kb 100.6kb
yellow open customer 5 1 0 0 795b 795b
[gada@localhost ~]$