[DOCS] fixed urls in nodes-stats docs

This commit is contained in:
darkwarriors 2014-05-18 11:03:37 +02:00 committed by Luca Cavanna
parent a10bedfa96
commit d8765a8f1d
1 changed files with 4 additions and 4 deletions

View File

@ -82,14 +82,14 @@ level or on index level.
[source,js] [source,js]
-------------------------------------------------- --------------------------------------------------
# Node Stats # Node Stats
curl localhost:9200/_nodes/stats/indices/?fields=field1,field2?pretty curl localhost:9200/_nodes/stats/indices/?fields=field1,field2&pretty
# Indices Stat # Indices Stat
curl localhost:9200/_stats/fielddata/?fields=field1,field2?pretty curl localhost:9200/_stats/fielddata/?fields=field1,field2&pretty
# You can use wildcards for field names # You can use wildcards for field names
curl localhost:9200/_stats/fielddata/?fields=field*?pretty curl localhost:9200/_stats/fielddata/?fields=field*&pretty
curl localhost:9200/_nodes/stats/indices/?fields=field*?pretty curl localhost:9200/_nodes/stats/indices/?fields=field*&pretty
-------------------------------------------------- --------------------------------------------------
[float] [float]