mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backs out repo info to be restored at a later date, adds download link for
Logstash dataset in Getting Started
This commit is contained in:
parent
48e2f251b6
commit
5df35aff80
2 changed files with 11 additions and 10 deletions
|
@ -19,16 +19,17 @@ The material in this section assumes you have a working Kibana install connected
|
|||
The tutorials in this section rely on the following data sets:
|
||||
|
||||
* The complete works of William Shakespeare, suitably parsed into fields. Download this data set by clicking here:
|
||||
https://www.elastic.co/guide/en/kibana/3.0/snippets/shakespeare.json[shakespeare.json].
|
||||
https://www.elastic.co/guide/en/kibana/3.0/snippets/shakespeare.json[shakespeare.json].
|
||||
* A set of fictitious accounts with randomly generated data. Download this data set by clicking here:
|
||||
https://github.com/bly2k/files/blob/master/accounts.zip?raw=true[accounts.json]
|
||||
* A set of randomly generated log files. Download this data set by clicking here: [logstash.json.gz]
|
||||
https://github.com/bly2k/files/blob/master/accounts.zip?raw=true[accounts.json]
|
||||
* A set of randomly generated log files. Download this data set by clicking here:
|
||||
https://download.elastic.co/demos/kibana/gettingstarted/logs.jsonl.gz[logstash.jsonl.gz]
|
||||
|
||||
Two of the data sets are compressed. Use the following commands to extract the files:
|
||||
|
||||
[source,shell]
|
||||
unzip accounts.zip
|
||||
gunzip logstash.json.gz
|
||||
gunzip logstash.jsonl.gz
|
||||
|
||||
The Shakespeare data set is organized in the following schema:
|
||||
|
||||
|
@ -59,7 +60,7 @@ The accounts data set is organized in the following schema:
|
|||
"state": "String"
|
||||
}
|
||||
|
||||
The schema for the logs data set has 114 different fields, but the notable ones used in this tutorial are:
|
||||
The schema for the logs data set has dozens of different fields, but the notable ones used in this tutorial are:
|
||||
|
||||
[source,json]
|
||||
{
|
||||
|
|
|
@ -21,11 +21,11 @@ To get Kibana up and running:
|
|||
. Download the https://www.elastic.co/downloads/kibana[Kibana 4 binary package] for your platform.
|
||||
. Extract the `.zip` or `tar.gz` archive file.
|
||||
|
||||
On Unix, you can instead run the package manager suited for your distribution.
|
||||
|
||||
[float]
|
||||
include::kibana-repositories.asciidoc[]
|
||||
|
||||
// On Unix, you can instead run the package manager suited for your distribution.
|
||||
//
|
||||
// [float]
|
||||
// include::kibana-repositories.asciidoc[]
|
||||
//
|
||||
After installing, run Kibana from the install directory: `bin/kibana` (Linux/MacOSX) or `bin\kibana.bat` (Windows).
|
||||
|
||||
That's it! Kibana is now running on port 5601.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue