You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/elasticsearch/reconfigure_tls/elasticsearch.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Here,
177
177
- `spec.databaseRef.name`specifies that we are performing reconfigure TLS operation on `es-demo` cluster.
178
178
- `spec.type`specifies that we are performing `ReconfigureTLS` on Elasticsearch.
179
179
- `spec.tls.issuerRef`specifies the issuer name, kind and api group.
180
-
- `spec.tls.certificates`specifies the certificates. You can learn more about this field from [here](/docs/guides/elasticsearch/concepts/Elasticsearch.md#spectls).
180
+
- `spec.tls.certificates`specifies the certificates. You can learn more about this field from [here](/docs/guides/elasticsearch/concepts/elasticsearch/index.md).
181
181
182
182
Let's create the `ElasticsearchOpsRequest` CR we have shown above,
183
183
@@ -1007,7 +1007,7 @@ kubectl delete ns demo
1007
1007
1008
1008
## Next Steps
1009
1009
1010
-
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch.md).
1010
+
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch/index.md).
1011
1011
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/_index.md).
1012
1012
- Monitor your Elasticsearch database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/elasticsearch/monitoring/using-prometheus-operator.md).
1013
1013
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: docs/guides/elasticsearch/scaling/vertical/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This guide will give an overview on how KubeDB Ops-manager operator updates the
27
27
The following diagram shows how KubeDB Ops-manager operator updates the resources of the `Elasticsearch`. Open the image in a new tab to see the enlarged version.
28
28
29
29
<figurealign="center">
30
-
<img alt="Vertical scaling process of Elasticsearch" src="/docs/images/elasticsearch/es-vertical-scaling.jpg">
30
+
<img alt="Vertical scaling process of Elasticsearch" src="/docs/images/elasticsearch/es-vertical-scaling.png">
31
31
<figcaption align="center">Fig: Vertical scaling process of Elasticsearch</figcaption>
To keep everything isolated, we are going to use a separate namespace called `demo` throughout this tutorial.
32
32
@@ -686,7 +686,6 @@ kubectl delete ns demo
686
686
687
687
## Next Steps
688
688
689
-
- Detail concepts of [Elasticsearch object](/docs/guides/Elasticsearch/concepts/Elasticsearch.md).
690
-
- Different Elasticsearch topology clustering modes [here](/docs/guides/Elasticsearch/clustering/_index.md).
691
-
- Monitor your Elasticsearch database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/Elasticsearch/monitoring/using-prometheus-operator.md).
689
+
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch.md).
690
+
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md).
692
691
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: docs/guides/elasticsearch/volume-expansion/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This guide will give an overview on how KubeDB Ops-manager operator expand the v
27
27
The following diagram shows how KubeDB Ops-manager operator expand the volumes of `Elasticsearch` database components. Open the image in a new tab to see the enlarged version.
28
28
29
29
<figurealign="center">
30
-
<img alt="Volume Expansion process of Elasticsearch" src="/docs/images/elasticsearch/es-volume-expansion.jpg">
30
+
<img alt="Volume Expansion process of Elasticsearch" src="/docs/images/elasticsearch/es-volume-expansion.png">
31
31
<figcaption align="center">Fig: Volume Expansion process of Elasticsearch</figcaption>
0 commit comments