diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-05-03 10:56:06 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-05-03 11:17:53 -0500 |
commit | 9eaca958f8415792177fe228f817cf425c216763 (patch) | |
tree | 863fac1df4f67e6ec3a323a32120ee8914b3d48c /roles/openshift_logging/README.md | |
parent | 1163633a1de10133f0fca505e88f4d4610314882 (diff) | |
download | openshift-9eaca958f8415792177fe228f817cf425c216763.tar.gz openshift-9eaca958f8415792177fe228f817cf425c216763.tar.bz2 openshift-9eaca958f8415792177fe228f817cf425c216763.tar.xz openshift-9eaca958f8415792177fe228f817cf425c216763.zip |
Correctly setting the primary and replica shard count settings
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r-- | roles/openshift_logging/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md index 42f4fc72e..cba0f2de8 100644 --- a/roles/openshift_logging/README.md +++ b/roles/openshift_logging/README.md @@ -91,8 +91,6 @@ same as above for their non-ops counterparts, but apply to the OPS cluster insta - `openshift_logging_es_ops_pvc_prefix`: logging-es-ops - `openshift_logging_es_ops_recover_after_time`: 5m - `openshift_logging_es_ops_storage_group`: 65534 -- `openshift_logging_es_ops_number_of_shards`: The number of primary shards for every new index created in ES. Defaults to '1'. -- `openshift_logging_es_ops_number_of_replicas`: The number of replica shards per primary shard for every new index. Defaults to '0'. - `openshift_logging_kibana_ops_hostname`: The Operations Kibana hostname. Defaults to 'kibana-ops.example.com'. - `openshift_logging_kibana_ops_cpu_limit`: The amount of CPU to allocate to Kibana or unset if not specified. - `openshift_logging_kibana_ops_memory_limit`: The amount of memory to allocate to Kibana or unset if not specified. |