Skip to content

Commit 6bd9dba

Browse files
committed
Merge branch 'feature/ingest' into add-data-processors-date
2 parents 04d5662 + 3f8cdab commit 6bd9dba

File tree

239 files changed

+47354
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+47354
-507
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: node_js
2+
node_js: 4
3+
env:
4+
- CXX=g++-4.8
5+
addons:
6+
apt:
7+
sources:
8+
- ubuntu-toolchain-r-test
9+
packages:
10+
- g++-4.8
11+
12+
install:
13+
- npm install
14+
- npm run setup_kibana
15+
16+
cache:
17+
directories:
18+
- node_modules
19+
- ../kibana
20+
21+
script: npm test

docs/advanced-settings.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ adapt to the interval between measurements. Keys are http://en.wikipedia.org/wik
1515
`defaultIndex`:: Default is `null`. This property specifies the default index.
1616
`metaFields`:: An array of fields outside of `_source`. Kibana merges these fields into the document when displaying the
1717
document.
18+
`defaultColumns`:: Default is `_source`. Defines the columns that appear by default on the Discover page.
1819
`discover:sampleSize`:: The number of rows to show in the Discover table.
1920
`doc_table:highlight`:: Highlight results in Discover and Saved Searches Dashboard. Highlighing makes request slow when
2021
working on big documents. Set this property to `false` to disable highlighting.

docs/apps.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[kibana-apps]]
2-
== Kibana Apps added[4.2]
2+
== Kibana Apps
33

44
The Kibana UI serves as a framework that can contain several different applications. You can switch between these
55
applications by clicking the image:images/app-button.png[App Picker] *App picker* button to display the app bar:

docs/area.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aggregation returns the percentile rankings for the values in the numeric field
2424
from the drop-down, then specify one or more percentile rank values in the *Values* fields. Click the *X* to remove a
2525
values field. Click *+Add* to add a values field.
2626

27-
You can add an aggregation by clicking the *+ Add Aggregation* button.
27+
You can add an aggregation by clicking the *+ Add Metrics* button.
2828

2929
include::x-axis-aggs.asciidoc[]
3030
For example, a chart of dates with incident counts can display dates in chronological order, or you can raise the

docs/autorefresh.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ When a refresh interval is set, it is displayed to the left of the Time Filter i
66

77
To set the refresh interval:
88

9-
. Click the *Time Filter* image:images/TimeFilter.jpg[Time Filter] in the upper right corner of the menu bar.
9+
. Click the *Time Filter* image:images/TimeFilter.jpg[Time Filter].
1010
. Click the *Refresh Interval* tab.
1111
. Choose a refresh interval from the list.
1212

13-
To automatically refresh the data, click the image:images/autorefresh.png[] *Auto-refresh* button and select an
14-
autorefresh interval:
13+
To automatically refresh the data, click the image:images/autorefresh.png[] *Auto-refresh* button when the time picker
14+
is open and select an autorefresh interval:
1515

1616
image::images/autorefresh-intervals.png[]
1717

docs/color-formatter.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ The `Color` field formatter enables you to specify colors with specific ranges o
22

33
When you select the `Color` field formatter, Kibana displays the *Range*, *Font Color*, *Background Color*, and *Example* fields.
44

5-
Click the *Add Color* button to add a range of values to associate with a particular color. You can click in the *Font Color* and *Background Color* fields to display a color picker. You can also enter a specific hex code value in the field. The effect of your current color choices are displayed in the *Example* field.
5+
Click the *Add Color* button to add a range of values to associate with a particular color. You can click in the *Font Color* and
6+
*Background Color* fields to display a color picker. You can also enter a specific hex code value in the field. The effect of your current
7+
color choices are displayed in the *Example* field.
68

7-
image::images/colorformatter.png[]
9+
image::images/colorformatter.png[]
10+
11+
//update image

docs/dashboard.asciidoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Kibana _dashboard_ displays a set of saved visualizations in groups that you c
55
dashboard to share or reload at a later time.
66

77
.Sample dashboard
8-
image:images/NYCTA-Dashboard.jpg[Example dashboard]
8+
image:images/tutorial-dashboard.png[Example dashboard]
99

1010
[float]
1111
[[dashboard-getting-started]]
@@ -22,9 +22,7 @@ The first time you click the *Dashboard* tab, Kibana displays an empty dashboard
2222
image:images/NewDashboard.png[New Dashboard screen]
2323

2424
Build your dashboard by adding visualizations. By default, Kibana dashboards use a light color theme. To use a dark color
25-
theme instead, click the *Settings* image:images/SettingsButton.jpg[Gear] button and check the *Use dark theme* box.
26-
27-
image:images/darktheme.png[Dark Theme Example]
25+
theme instead, click the *Options* button and check the *Use dark theme* box.
2826

2927
NOTE: You can change the default theme in the *Advanced* section of the *Settings* tab.
3028

@@ -36,9 +34,9 @@ include::autorefresh.asciidoc[]
3634
[[adding-visualizations-to-a-dashboard]]
3735
==== Adding Visualizations to a Dashboard
3836

39-
To add a visualization to the dashboard, click the *Add Visualization* image:images/AddVis.png[Plus] button in the
40-
toolbar panel. Select a saved visualization from the list. You can filter the list of visualizations by typing a filter
41-
string into the *Visualization Filter* field.
37+
To add a visualization to the dashboard, click the *Add* button in the toolbar panel. Select a saved visualization
38+
from the list. You can filter the list of visualizations by typing a filter string into the *Visualization Filter*
39+
field.
4240

4341
The visualization you select appears in a _container_ on your dashboard.
4442

@@ -60,7 +58,7 @@ when you save a dashboard. To disable this behavior, clear the *Store time with
6058

6159
Click the *Load Saved Dashboard* button to display a list of existing dashboards. The saved dashboard selector includes
6260
a text field to filter by dashboard name and a link to the Object Editor for managing your saved dashboards. You can
63-
also access the Object Editor by clicking *Settings > Edit Saved Objects*.
61+
also access the Object Editor by clicking *Settings > Objects*.
6462

6563
[float]
6664
[[sharing-dashboards]]
@@ -73,8 +71,6 @@ NOTE: A user must have Kibana access in order to view embedded dashboards.
7371

7472
To share a dashboard, click the *Share* button image:images/share-dashboard.png[] to display the _Sharing_ panel.
7573

76-
image:images/sharing-panel.png[]
77-
7874
Click the *Copy to Clipboard* button image:images/share-link.png[] to copy the native URL or embed HTML to the clipboard.
7975
Click the *Generate short URL* button image:images/share-short-link.png[] to create a shortened URL for sharing or
8076
embedding.

docs/datatable.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ in a name to display on the visualization.
3939
*Geohash*:: The {ref}search-aggregations-bucket-geohashgrid-aggregation.html[_geohash_] aggregation displays points
4040
based on the geohash coordinates.
4141

42-
Once you've specified a bucket type aggregation, you can define sub-aggregations to refine the visualization. Click
43-
*+ Add Sub Aggregation* to define a sub-aggregation, then choose *Split Rows* or *Split Table*, then select a
44-
sub-aggregation from the list of types.
42+
Once you've specified a bucket type aggregation, you can define sub-buckets to refine the visualization. Click
43+
*+ Add sub-buckets* to define a sub-bucket, then choose *Split Rows* or *Split Table*, then select an
44+
aggregation from the list of types.
4545

4646
You can use the up or down arrows to the right of the aggregation's type to change the aggregation's priority.
4747

docs/discover.asciidoc

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can also see the number of documents that match the search query and get fie
66
configured for the selected index pattern, the distribution of documents over time is displayed in a histogram at the
77
top of the page.
88

9-
image:images/Discover-Start-Annotated.jpg[Discover Page]
9+
image::images/Discover-Start-Annotated.jpg[Discover Page]
1010

1111
[float]
1212
[[set-time-filter]]
@@ -43,15 +43,16 @@ sets an interval based on the time range.
4343
[[search]]
4444
=== Searching Your Data
4545
You can search the indices that match the current index pattern by submitting a search from the Discover page.
46-
You can enter simple query strings, use the Lucene https://lucene.apache.org/core/2_9_4/queryparsersyntax.html[query
47-
syntax], or use the full JSON-based {ref}/query-dsl.html[Elasticsearch Query DSL].
46+
You can enter simple query strings, use the
47+
Lucene https://lucene.apache.org/core/2_9_4/queryparsersyntax.html[query syntax], or use the full JSON-based
48+
{ref}/query-dsl.html[Elasticsearch Query DSL].
4849

4950
When you submit a search, the histogram, Documents table, and Fields list are updated to reflect
5051
the search results. The total number of hits (matching documents) is shown in the upper right corner of the
5152
histogram. The Documents table shows the first five hundred hits. By default, the hits are listed in reverse
5253
chronological order, with the newest documents shown first. You can reverse the sort order by by clicking on the Time
53-
column header. You can also sort the table using the values in any indexed field. For more information, see <<sorting,
54-
Sorting the Documents Table>>.
54+
column header. You can also sort the table using the values in any indexed field. For more information, see
55+
<<sorting,Sorting the Documents Table>>.
5556

5657
To search your data:
5758

@@ -79,9 +80,7 @@ Reference.
7980
[float]
8081
[[new-search]]
8182
==== Starting a New Search
82-
To clear the current search and start a new search, click the *New Search* button in the Discover toolbar.
83-
84-
image:images/Discover-New-Search.jpg[New Search]
83+
To clear the current search and start a new search, click the *New* button in the Discover toolbar.
8584

8685
[float]
8786
[[save-search]]
@@ -91,19 +90,18 @@ Saving a search saves both the search query string and the currently selected in
9190

9291
To save the current search:
9392

94-
. Click the *Save Search* button image:images/SaveButton.jpg[Save Search button] in the Discover toolbar.
93+
. Click the *Save* button in the Discover toolbar.
9594
. Enter a name for the search and click *Save*.
9695

9796
[float]
9897
[[load-search]]
99-
==== Loading a Saved Search
98+
==== Opening a Saved Search
10099
To load a saved search:
101100

102-
. Click the *Load Search* button image:images/LoadButton.jpg[Load Search
103-
button] in the Discover toolbar.
104-
. Select the search you want to load.
101+
. Click the *Open* button in the Discover toolbar.
102+
. Select the search you want to open.
105103

106-
If the saved search is associated with a different index pattern than is currently selected, loading the saved search
104+
If the saved search is associated with a different index pattern than is currently selected, opening the saved search
107105
also changes the selected index pattern.
108106

109107
[float]
@@ -184,13 +182,11 @@ image:images/add-column-button.png[Add Column] *Toggle column in table* button.
184182
[float]
185183
[[sorting]]
186184
==== Sorting the Document List
187-
You can sort the documents in the Documents table by the values in any indexed field. If a time field is configured for
188-
the selected index pattern, by default the documents are sorted in reverse chronological order.
189-
190-
To change the sort order:
185+
You can sort the documents in the Documents table by the values in any indexed field. Documents in index patterns that
186+
are configured with time fields are sorted in reverse chronological order by default.
191187

192-
* Click the name of the field you want to sort by. The fields you can use for sorting have a sort button to the right
193-
of the field name. Clicking the field name a second time reverses the sort order.
188+
To change the sort order, click the name of the field you want to sort by. The fields you can use for sorting have a
189+
sort button to the right of the field name. Clicking the field name a second time reverses the sort order.
194190

195191
[float]
196192
[[adding-columns]]
@@ -228,10 +224,8 @@ button image:images/RemoveFieldButton.jpg[Remove Field Button].
228224
From the field list, you can see how many documents in the Documents table contain a particular field, what the top 5
229225
values are, and what percentage of documents contain each value.
230226

231-
To view field data statistics:
232-
233-
* Click the name of a field in the Fields list. The field can be anywhere in the Fields list--Selected Fields, Popular
234-
Fields, or the list of other fields.
227+
To view field data statistics, click the name of a field in the Fields list. The field can be anywhere in the Fields
228+
list.
235229

236230
image:images/Discover-FieldStats.jpg[Field Statistics]
237231

docs/duration-formatter.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The `Duration` field formatter can display the numeric value of a field in the following increments:
2+
3+
* Picoseconds
4+
* Nanoseconds
5+
* Microseconds
6+
* Milliseconds
7+
* Seconds
8+
* Minutes
9+
* Hours
10+
* Days
11+
* Weeks
12+
* Months
13+
* Years
14+
15+
You can specify these increments with up to 20 decimal places for both input and output formats.

0 commit comments

Comments
 (0)