diff --git a/_clients/logstash/advanced-config.md b/_clients/logstash/advanced-config.md index 3eb7ef18..9410e9ad 100644 --- a/_clients/logstash/advanced-config.md +++ b/_clients/logstash/advanced-config.md @@ -212,7 +212,7 @@ useragent { } ``` -Start Logstah and send an HTTP request. +Start Logstash and send an HTTP request. You can see a field named `ua` with a number of keys including the browser name and version, the OS, and the device. diff --git a/_dashboards/dql.md b/_dashboards/dql.md index 3e71145f..71be1a61 100644 --- a/_dashboards/dql.md +++ b/_dashboards/dql.md @@ -6,7 +6,7 @@ nav_order: 99 # Dashboards Query Language -Similar to the [Query DSL]({{site.url}}{{site.baseurl}}/opensearch/query-dsl/index) that lets you use the HTTP request body to search for data, you can use the Dashbaords Query Language (DQL) in OpenSearch Dashboards to search for data and visualizations. +Similar to the [Query DSL]({{site.url}}{{site.baseurl}}/opensearch/query-dsl/index) that lets you use the HTTP request body to search for data, you can use the Dashboards Query Language (DQL) in OpenSearch Dashboards to search for data and visualizations. For example, if you want to see all visualizations of visits to a host based in the US, enter `geo.dest:US` into the search field, and Dashboards refreshes to display all related data. diff --git a/_opensearch/rest-api/document-apis/reindex.md b/_opensearch/rest-api/document-apis/reindex.md index 5ad961a8..afd56a07 100644 --- a/_opensearch/rest-api/document-apis/reindex.md +++ b/_opensearch/rest-api/document-apis/reindex.md @@ -67,7 +67,7 @@ socket_timeout | The wait time for socket reads. Default is 30s. connect_timeout | The wait time for remote connection timeouts. Default is 30s. size | The number of documents to reindex. slice | Whether to manually or automatically slice the reindex operation so it executes in parallel. -_source | Whether to reindex source fields. Speicfy a list of fields to reindex or true to reindex all fields. Default is true. +_source | Whether to reindex source fields. Specify a list of fields to reindex or true to reindex all fields. Default is true. id | The ID to associate with manual slicing. max | Maximum number of slices. dest | Information about the destination index. Valid values are `index`, `version_type`, and `op_type`.