From fed7115baa5a86b32c28b021474523aef8cd4203 Mon Sep 17 00:00:00 2001 From: Liz Snyder Date: Wed, 9 Jun 2021 22:18:31 -0700 Subject: [PATCH] Few small nits --- _im-plugin/index-rollups/index.md | 2 +- _im-plugin/index-rollups/rollup-api.md | 2 +- _im-plugin/ism/settings.md | 2 +- _im-plugin/refresh-analyzer/index.md | 2 +- _monitoring-plugins/alerting/security.md | 2 +- _monitoring-plugins/trace/index.md | 2 +- _opensearch/bucket-agg.md | 2 +- _opensearch/metric-agg.md | 2 +- _opensearch/pipeline-agg.md | 2 +- _search-plugins/knn/api.md | 2 +- index.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_im-plugin/index-rollups/index.md b/_im-plugin/index-rollups/index.md index 7d60a234..bffc11e2 100644 --- a/_im-plugin/index-rollups/index.md +++ b/_im-plugin/index-rollups/index.md @@ -7,7 +7,7 @@ redirect_from: /docs/ism/index-rollups/ has_toc: false --- -# Index Rollups +# Index rollups Time series data increases storage costs, strains cluster health, and slows down aggregations over time. Index rollup lets you periodically reduce data granularity by rolling up old data into summarized indices. diff --git a/_im-plugin/index-rollups/rollup-api.md b/_im-plugin/index-rollups/rollup-api.md index e2084c0d..be309c3c 100644 --- a/_im-plugin/index-rollups/rollup-api.md +++ b/_im-plugin/index-rollups/rollup-api.md @@ -6,7 +6,7 @@ redirect_from: /docs/ism/rollup-api/ nav_order: 9 --- -# Index Rollups API +# Index rollups API Use the index rollup operations to programmatically work with index rollup jobs. diff --git a/_im-plugin/ism/settings.md b/_im-plugin/ism/settings.md index 2b9b6325..83107ea5 100644 --- a/_im-plugin/ism/settings.md +++ b/_im-plugin/ism/settings.md @@ -6,7 +6,7 @@ redirect_from: /docs/ism/settings/ nav_order: 4 --- -# ISM Settings +# ISM settings We don't recommend changing these settings; the defaults should work well for most use cases. diff --git a/_im-plugin/refresh-analyzer/index.md b/_im-plugin/refresh-analyzer/index.md index 9348d569..4b87ed55 100644 --- a/_im-plugin/refresh-analyzer/index.md +++ b/_im-plugin/refresh-analyzer/index.md @@ -1,6 +1,6 @@ --- layout: default -title: Refresh Search Analyzer +title: Refresh search analyzer nav_order: 40 has_children: false redirect_from: /docs/ism/refresh-analyzer/ diff --git a/_monitoring-plugins/alerting/security.md b/_monitoring-plugins/alerting/security.md index 9fb57dc3..545ce710 100644 --- a/_monitoring-plugins/alerting/security.md +++ b/_monitoring-plugins/alerting/security.md @@ -1,6 +1,6 @@ --- layout: default -title: Alerting Security +title: Alerting security nav_order: 10 parent: Alerting has_children: false diff --git a/_monitoring-plugins/trace/index.md b/_monitoring-plugins/trace/index.md index 6a00036f..de780dca 100644 --- a/_monitoring-plugins/trace/index.md +++ b/_monitoring-plugins/trace/index.md @@ -1,6 +1,6 @@ --- layout: default -title: Trace analytics +title: Trace Analytics nav_order: 48 has_children: true has_toc: false diff --git a/_opensearch/bucket-agg.md b/_opensearch/bucket-agg.md index 1f97caa3..e700885e 100644 --- a/_opensearch/bucket-agg.md +++ b/_opensearch/bucket-agg.md @@ -6,7 +6,7 @@ nav_order: 2 has_children: false --- -# Bucket Aggregations +# Bucket aggregations Bucket aggregations categorize sets of documents as buckets. The type of bucket aggregation determines whether a given document falls into a bucket or not. diff --git a/_opensearch/metric-agg.md b/_opensearch/metric-agg.md index d8b6b9bf..13f82bc8 100644 --- a/_opensearch/metric-agg.md +++ b/_opensearch/metric-agg.md @@ -6,7 +6,7 @@ nav_order: 1 has_children: false --- -# Metric Aggregations +# Metric aggregations Metric aggregations let you perform simple calculations such as finding the minimum, maximum, and average values of a field. diff --git a/_opensearch/pipeline-agg.md b/_opensearch/pipeline-agg.md index efe52444..892cb19c 100644 --- a/_opensearch/pipeline-agg.md +++ b/_opensearch/pipeline-agg.md @@ -6,7 +6,7 @@ nav_order: 4 has_children: false --- -# Pipeline Aggregations +# Pipeline aggregations With pipeline aggregations, you can chain aggregations by piping the results of one aggregation as an input to another for a more nuanced output. diff --git a/_search-plugins/knn/api.md b/_search-plugins/knn/api.md index ea56ef83..1c3ffec2 100644 --- a/_search-plugins/knn/api.md +++ b/_search-plugins/knn/api.md @@ -1,6 +1,6 @@ --- layout: default -title: API +title: k-NN API nav_order: 5 parent: k-NN has_children: false diff --git a/index.md b/index.md index 485ad95f..625020ba 100755 --- a/index.md +++ b/index.md @@ -62,7 +62,7 @@ Docker curl -XGET --insecure https://localhost:9200 -u admin:admin ``` -To learn more, see [Install OpenSearch]({{site.url}}{{site.baseurl}}/opensearch/install/) and [Install OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/install/). +To learn more, see [Install and configure OpenSearch]({{site.url}}{{site.baseurl}}/opensearch/install/) and [Install and configure OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/install/). ---