mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove version and snapshots from readme (#25747)
So long as we are referencing the version of Kibana in our readme, we cannot reliably automate the bumping of the Kibana version as part of our release process. None of the other repos in the stack include version information or links to snapshots in the readme. If folks want to know what version they're looking at, the package.json is the source of truth.
This commit is contained in:
parent
d92d395493
commit
6c5b9cb78c
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
|||
# Kibana 6.2.5
|
||||
# Kibana
|
||||
|
||||
Kibana is your window into the [Elastic Stack](https://www.elastic.co/products). Specifically, it's
|
||||
an open source ([Apache Licensed](LICENSE.md)),
|
||||
|
@ -38,16 +38,6 @@ out an open PR:
|
|||
- For all other questions, check out the [FAQ.md](FAQ.md) and
|
||||
[wiki](https://github.com/elastic/kibana/wiki).
|
||||
|
||||
### Snapshot Builds
|
||||
|
||||
For the daring, snapshot builds are available. These builds are created nightly and have undergone no formal QA, so they should never be run in production. All builds are 64 bit.
|
||||
|
||||
| platform | |
|
||||
| --- | --- |
|
||||
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.2.5-SNAPSHOT-darwin-x86_64.tar.gz) |
|
||||
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.2.5-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-6.2.5-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-6.2.5-SNAPSHOT-x86_64.rpm) |
|
||||
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-6.2.5-SNAPSHOT-windows-x86_64.zip) |
|
||||
|
||||
## Documentation
|
||||
|
||||
Visit [Elastic.co](http://www.elastic.co/guide/en/kibana/current/index.html) for the full Kibana documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue