Commit graph

22 commits

Author SHA1 Message Date
David Kilfoyle
31c912703f
Fix link to removed Cloud snapshot and restore page (#98210) (#98211)
* Fix link to removed Cloud snapshot and restore page

* Add another similar link
2023-08-04 16:27:52 -04:00
James Rodewig
42a4d5d59a
[DOCS] Remove compress param from example snippets (#82994) (#82999)
Per [this comment](https://github.com/elastic/elasticsearch/pull/56827#discussion_r425928626) in #56827, we don't need to highlight the `compress` parameter. The parameter defaults to `true` anyway.

(cherry picked from commit 8ac973f0df)
2022-01-24 17:29:38 -05:00
James Rodewig
19d197087c
[DOCS] Update ES quick start for Cloud UI (#82499) (#82534)
Changes:

* Updates the Cloud setup instructions to note that you open Kibana by default.
* Reorders the API call section to highlight Kibana.
* Fixes the Docker `ifeval` to hide some text on unreleased branches.

(cherry picked from commit 9003d10dcf)

# Conflicts:
#	docs/reference/tab-widgets/quick-start-install.asciidoc
2022-01-13 07:59:57 -05:00
James Rodewig
bf4c62e67d
[DOCS] Remove Windows MSI installer package (#81952)
After 7.16.2, we'll no longer produce Windows MSI installer packages for Elasticsearch. These packages were previously released in beta and didn't receive widespread adoption.

### Changes:

* Adds a related 7.17 breaking change.
* Adds a related 7.16 deprecation.
* Removes the MSI installation instructions.
* Removes references to the MSI installer.

I plan to port the applicable changes to 8.1 (main), 8.0, 7.17, and 7.16. In the 7.16 ports, I'll leave in the MSI install docs and add related deprecation notes to them instead.
2021-12-20 13:33:06 -05:00
Philipp Krenn
820f45d9f0
[DOCS] Change Docker quickstart to only bind to localhost (#80812)
Under the [wrong circumstances](https://twitter.com/gnyman/status/1441073513457233928) our quickstart will expose Elasticsearch and Kibana to the internet, which is rather surprising and what we avoid with our other defaults / setups.
[Discussed](https://twitter.com/gnyman/status/1441119091645812742) [multiple](https://twitter.com/xeraa/status/1441164987049803787) [times](https://twitter.com/hmoffatt/status/1461067219647885315), we should explicitly bind to localhost to avoid such surprises. Those who know Docker reasonably well will be able to change it without problems and those who don't know Docker are probably better off like this.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-11-18 08:38:03 -05:00
James Rodewig
c13cd213bc
[DOCS] Overhaul snapshot and restore docs (#79081) (#80733)
Makes several changes to consolidate snapshot and backup-related docs.

Highlights:

* Adds info about supported ESS snapshot repository types
* Adds docs for Kibana's Snapshot and Restore feature
* Combines tutorial pages related to taking and managing snapshots
* Consolidates explanations of the snapshot process
* Incorporates SLM into the snapshot tutorial
* Removes duplicate "back up a cluster" pages
2021-11-15 13:23:48 -05:00
James Rodewig
b030cae585
[DOCS] Fix typos (#76875) (#76876) 2021-08-24 09:16:47 -04:00
James Rodewig
8ec5c2f9b8
[DOCS] Add docs for rejected requests and high CPU usage (#72640) (#75944)
Adds docs for rejected requests and high CPU usage.

Closes #72468.

Closes #69868.
2021-08-02 09:24:53 -04:00
James Rodewig
f97d65771f
[DOCS] Note required node roles and data tiers (#74566) (#75048)
Closes #74528 and #74565
2021-07-07 10:06:42 -04:00
James Rodewig
73e140bdff
[DOCS] Rename mount types for searchable snapshots (#72699) (#72773)
Changes:

* Renames 'full copy searchable snapshot' to 'fully mounted index.'
* Renames 'shared cache searchable snapshot' to 'partially mounted index.'
* Removes some unneeded cache setup instructions for the frozen tier. We added a default cache size with #71844.
2021-05-05 16:46:23 -04:00
debadair
c095874d46
[DOCS] Remove frozen tier restriction for ESS (#72624) (#72654)
* Remove frozen tier restriction for ESS

* Remove section from 'Use ES for time series data'

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-05-03 16:58:56 -07:00
James Rodewig
bb6a1ed069 [DOCS] Remove unneeded words 2021-04-28 08:52:40 -04:00
James Rodewig
fef5baa8bc
[DOCS] Add 'Fix common cluster issues' docs (#72097) (#72384) 2021-04-28 08:48:10 -04:00
James Rodewig
b384c4430b
[DOCS] Update Docker instructions for quick start (#72117) (#72160) 2021-04-23 09:53:12 -04:00
Yannick Welsch
04099a392d Remove experimental status from frozen tier docs (#71923)
Removes the experimental status for the frozen tier / shared_cache searchable snapshots for the 7.13 release. 
Also adapts docs that URL repositories are now supported in 7.13 for searchable snapshots.
2021-04-20 16:29:40 +02:00
James Rodewig
56bde86216
[DOCS] Refactor quick start guide and README (#71331) (#71936)
Changes:

* Refactors the "Getting Started" content down to one page.
* Refactors the README to reduce duplicated content and better mirror
Kibana's.
* Focuses the quick start on time series data, including data streams
and runtime fields.
* Streamlines self-managed install instructions to Docker.

Co-authored-by: debadair <debadair@elastic.co>
2021-04-20 10:26:15 -04:00
James Rodewig
53685e9010
[DOCS] Add how-to guide for time series data (#71195) (#71296) 2021-04-05 15:03:20 -04:00
James Rodewig
b96e07aadb [DOCS] Remove unused widget files 2021-04-01 08:36:16 -04:00
James Rodewig
7daeb5a8c8
[DOCS] Add reusable tests to ingest docs (#70990) (#71045) 2021-03-30 06:56:00 -04:00
James Rodewig
302341a526
[DOCS] Replace put with create or update in API names (#70330) (#70421)
Co-authored-by: debadair <debadair@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-03-15 17:16:13 -04:00
James Rodewig
0a082fb6fe
[DOCS] Improve docs for Windows DOS/UNC paths in path.* settings (#64668) (#64804) 2020-11-09 11:14:25 -05:00
James Rodewig
94dc7d7fbc
[DOCS] Add tab widget for default log locations (#64510) (#64587) 2020-11-04 08:33:40 -05:00