mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Minor edits.
This commit is contained in:
parent
410a5a9e96
commit
03271e9af1
3 changed files with 17 additions and 17 deletions
|
@ -42,9 +42,9 @@ To search your data:
|
|||
|
||||
. Enter a query string in the Search field:
|
||||
+
|
||||
* To perform a free text search, simply enter a text string. For example, if you're searching web server logs, you could enter `200` to find entries that contain the value 200. This searches all fields for the value `200`.
|
||||
* To perform a free text search, simply enter a text string. For example, if you're searching web server logs, you could enter `safari` to search all fields for the term `safari`.
|
||||
+
|
||||
* To search for a string in a specific field, you prefix the string with the name of the field. For example, you could enter `status:200` to limit the results to entries that contain the value `200` in the `status` field.
|
||||
* To search for a value in a specific field, you prefix the value with the name of the field. For example, you could enter `status:200` to limit the results to entries that contain the value `200` in the `status` field.
|
||||
+
|
||||
* To search for a range of values, you can use the bracketed range syntax, `[START_VALUE TO END_VALUE]`. For example, to find entries that have 4xx status codes, you could enter `status:[400 TO 499]`.
|
||||
+
|
||||
|
@ -70,7 +70,7 @@ Saving a search saves both the search query string and the currently selected in
|
|||
|
||||
To save the current search:
|
||||
|
||||
. Click the *Save Search* button image:images/SaveButton[Save Search button] in the Discover toolbar.
|
||||
. Click the *Save Search* button image:images/SaveButton.jpg[Save Search button] in the Discover toolbar.
|
||||
. Enter a name for the search and click *Save*.
|
||||
|
||||
[float]
|
||||
|
@ -78,7 +78,7 @@ To save the current search:
|
|||
==== Loading a Saved Search
|
||||
To load a saved search:
|
||||
|
||||
. Click the *Load Search* button image:images/LoadButton[Load Search
|
||||
. Click the *Load Search* button image:images/LoadButton.jpg[Load Search
|
||||
button] in the Discover toolbar.
|
||||
. Select the search you want to load.
|
||||
|
||||
|
@ -91,7 +91,7 @@ When you submit a search request, the indices that match the currently-selected
|
|||
|
||||
To select a different index pattern:
|
||||
|
||||
. Click the *Settings* button image:images/SettingsButton[Settings
|
||||
. Click the *Settings* button image:images/SettingsButton.jpg[Settings
|
||||
button] in the Discover toolbar.
|
||||
. Select the pattern you want to use from the Index Pattern list.
|
||||
|
||||
|
@ -107,8 +107,8 @@ When a refresh interval is set, it is displayed to the left of the Time Filter i
|
|||
|
||||
To set the refresh interval:
|
||||
|
||||
. Click the *Time Filter* image:images/TimeFilter[Time
|
||||
Filter]in the upper right corner of the menu bar.
|
||||
. Click the *Time Filter* image:images/TimeFilter.jpg[Time
|
||||
Filter] in the upper right corner of the menu bar.
|
||||
. Click the *Refresh Interval* tab.
|
||||
. Choose a refresh interval from the list.
|
||||
|
||||
|
|
|
@ -39,8 +39,8 @@ information about exploring your data from the Discover page, see <<discover, Di
|
|||
|
||||
You can construct visualizations of your search results from the Visualization page.
|
||||
Each visualization is associated with a search. For example, we can create a histogram
|
||||
that shows the weekly London commute traffic via the Tube using a search that excludes
|
||||
incomplete trips and trips by bus. The Y-axis shows the number of trips. The X-axis shows
|
||||
that shows the weekly London commute traffic via the Tube using our previous search.
|
||||
The Y-axis shows the number of trips. The X-axis shows
|
||||
the day and time. By adding a sub-aggregation, we can see the top 3 end stations during
|
||||
each hour:
|
||||
|
||||
|
@ -52,7 +52,7 @@ that displays several visualizations of the TFL data:
|
|||
|
||||
image:images/TFL-Dashboard.jpg[Dashboard]
|
||||
|
||||
For more information about creating and sharing visualizations and dashboards, see <<visualize, Visualize>>.
|
||||
and <<dashboard, Dashboard>>.
|
||||
For more information about creating and sharing visualizations and dashboards, see the <<visualize, Visualize>>
|
||||
and <<dashboard, Dashboard>> topics.
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ All you need is:
|
|||
** URL of the Elasticsearch instance you want to connect to.
|
||||
** Which Elasticsearch indices you want to search.
|
||||
|
||||
NOTE: If your elasticsearch installation is protected by http://www.elasticsearch.org/overview/shield/[Shield] see thehttp://www.elasticsearch.org/guide/en/shield/current/_shield_with_kibana_4.html#_from_the_kibana_4_server_to_elasticsearch[Shield documentation] for additional setup instructions.
|
||||
NOTE: If your Elasticsearch installation is protected by http://www.elasticsearch.org/overview/shield/[Shield] see the http://www.elasticsearch.org/guide/en/shield/current/_shield_with_kibana_4.html#_from_the_kibana_4_server_to_elasticsearch[Shield documentation] for additional setup instructions.
|
||||
|
||||
[float]
|
||||
[[install]]
|
||||
|
@ -25,11 +25,11 @@ That's it! Kibana is now running on port 5601.
|
|||
[float]
|
||||
[[connect]]
|
||||
=== Connect Kibana with Elasticsearch
|
||||
Before you can start using Kibana, you need to tell it which Elasticsearch index(es) you want to explore. The first time you access Kibana, you are prompted to define an _index pattern_ that matches the name of one or more of your indices. That's it. That's all you need to configure to start using Kibana. You can add index patterns at any time from the <<settings-create-pattern,Settings tab>>.
|
||||
Before you can start using Kibana, you need to tell it which Elasticsearch indices you want to explore. The first time you access Kibana, you are prompted to define an _index pattern_ that matches the name of one or more of your indices. That's it. That's all you need to configure to start using Kibana. You can add index patterns at any time from the <<settings-create-pattern,Settings tab>>.
|
||||
|
||||
TIP: By default, Kibana connects to the Elasticsearch instance running on `localhost`. To connect to a different Elasticsearch instance, modify the Elasticsearch URL in the `kibana.yml` configuration file and restart Kibana. For information about using Kibana with your production nodes, see <<production>>.
|
||||
|
||||
To configure the Elasticsearch index(es) you want to access with Kibana:
|
||||
To configure the Elasticsearch indices you want to access with Kibana:
|
||||
|
||||
. Point your browser at port 5601 to access the Kibana UI. For example, `localhost:5601` or `http://YOURDOMAIN.com:5601`.
|
||||
+
|
||||
|
@ -47,6 +47,6 @@ Voila! Kibana is now connected to your Elasticsearch data. Kibana displays a rea
|
|||
=== Start Exploring your Data!
|
||||
You're ready to dive in to your data:
|
||||
|
||||
* Search and browse your data interactively from the <<discover,Discover>> tab.
|
||||
* Chart and map your data from the <<visualize, Visualize>> tab.
|
||||
* Create and view custom dashboards from the <<dashboard, Dashboard>> tab.
|
||||
* Search and browse your data interactively from the <<discover,Discover>> page.
|
||||
* Chart and map your data from the <<visualize, Visualize>> page.
|
||||
* Create and view custom dashboards from the <<dashboard, Dashboard>> page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue