mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Version 4.0.0-beta3
This commit is contained in:
parent
536ac3260b
commit
8faae21c4d
2 changed files with 3 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- render {"template":"# Kibana <%= pkg.version %>"} -->
|
||||
# Kibana 4.0.0-BETA2
|
||||
# Kibana 4.0.0-beta3
|
||||
<!-- /render -->
|
||||
|
||||
[](https://travis-ci.org/elasticsearch/kibana?branch=master)
|
||||
|
@ -29,7 +29,6 @@ Kibana is an open source (Apache Licensed), browser based analytics and search d
|
|||
* Visit [http://localhost:5601](http://localhost:5601)
|
||||
|
||||
<!-- include {"path":"docs/quick_start.md"} -->
|
||||
|
||||
## Quick Start
|
||||
|
||||
You're up and running! Fantastic! Kibana is now running on port 5601, so point your browser at http://YOURDOMAIN.com:5601.
|
||||
|
@ -325,7 +324,4 @@ Clicking on the *View* action loads that item in the associated applications. Re
|
|||
Clicking *Edit* will allow you to change the title, description and other settings of the saved object. You can also edit the schema of the stored object.
|
||||
|
||||
*Note:* this operation is for advanced users only - making changes here can break large portions of the application.
|
||||
<!-- /include -->
|
||||
|
||||
## Building from Source
|
||||
If you want the latest code or need something that's not in a release package, you'll need to build from source. See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions.
|
||||
<!-- /include -->
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kibana",
|
||||
"private": true,
|
||||
"version": "4.0.0-BETA2",
|
||||
"version": "4.0.0-beta3",
|
||||
"description": "Kibana 4",
|
||||
"main": "Gulpfile.js",
|
||||
"dependencies": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue