Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] fix a couple of typos #33356

Merged
merged 1 commit into from Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/rollup/rollup-search-limitations.asciidoc
Expand Up @@ -107,7 +107,7 @@ It's recommended to just configure a single job with the smallest granularity th
as needed.

That said, if multiple jobs are present in a single rollup index with varying intervals, the search endpoint will identify and use the job(s)
with the largest interval to satisfy the search reques.
with the largest interval to satisfy the search request.

[float]
=== Limited querying components
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/setup-xclient.asciidoc
Expand Up @@ -11,7 +11,7 @@ cluster where {xpack} is installed, then you must download and configure the

. Add the {xpack} transport JAR file to your *CLASSPATH*. You can download the {xpack}
distribution and extract the JAR file manually or you can get it from the
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearc Maven repository].
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearch Maven repository].
As with any dependency, you will also need its transitive dependencies. Refer to the
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.pom[X-Pack POM file
for your version] when downloading for offline usage.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/upgrade/set-paths-tip.asciidoc
Expand Up @@ -2,7 +2,7 @@
================================================

When you extract the zip or tarball packages, the `elasticsearch-n.n.n`
directory contains the Elasticsearh `config`, `data`, `logs` and
directory contains the Elasticsearch `config`, `data`, `logs` and
`plugins` directories.

We recommend moving these directories out of the Elasticsearch directory
Expand All @@ -15,4 +15,4 @@ The <<deb,Debian>> and <<rpm,RPM>> packages place these directories in the
appropriate place for each operating system. In production, we recommend
installing using the deb or rpm package.

================================================
================================================