소스 검색

Update benchmark.asciidoc

Fixed incorrect parameter spec for benchmark nodes
Clinton Gormley 11 년 전
부모
커밋
3ba8fbbef8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/reference/search/benchmark.asciidoc

+ 2 - 2
docs/reference/search/benchmark.asciidoc

@@ -13,12 +13,12 @@ measuring their performance relative to one another.
 
 [IMPORTANT]
 =====
-To be eligible to run benchmarks nodes must be started with: *--node.bench=true*. This is just a way to mark certain nodes as "executors". Searches will still be distributed out to the cluster in the normal manner. This is primarily a defensive measure to prevent production nodes from being flooded with potentially many requests. Typically one would start a single node with this setting and submit benchmark requests to it.
+To be eligible to run benchmarks nodes must be started with: `--node.bench true`. This is just a way to mark certain nodes as "executors". Searches will still be distributed out to the cluster in the normal manner. This is primarily a defensive measure to prevent production nodes from being flooded with potentially many requests. Typically one would start a single node with this setting and submit benchmark requests to it.
 =====
 
 [source,bash]
 --------------------------------------------------
-$ ./bin/elasticsearch --node.bench=true
+$ ./bin/elasticsearch --node.bench true
 --------------------------------------------------
 
 Benchmarking a search request is as simple as executing the following command: