Jonathan Budzenski
41004fda0f
[docs] Update package version
2016-06-13 11:29:06 -05:00
Jonathan Budzenski
f9a5cb32ff
[docs] Use https on package links
2016-06-13 08:53:55 -05:00
Timothy Sullivan
0c78e59f33
ops: set default interval for stat collection to 5 seconds
...
When polling the NodeJS server for operations data every 10 seconds, the
data become coarse-looking when viewing it at fine-grain detail. If you
aggregate the data into a date histogram and the bucket size is 10
seconds, then there'll be missing data in every other bucket. That is,
unless the time bounds of the buckets line up PERFECTLY with the time
that operations data was collected, which is unlikely
2016-06-03 13:40:16 -07:00
awochna
7ac9f93a21
Incorrect default elasticsearch.requestTimeout
...
Documentation says it's 300,000 ms, which is 5 minutes.
The default is actually 30 seconds, or 30,000 ms.
2016-05-16 09:44:41 -07:00
Lukas Olson
d8d1a1a65c
[status] Rename setting to status.allowAnonymous as it applies to API as well as statusPage
2016-05-13 15:36:56 -07:00
ericamick
44f9e947a0
Update getting-started.asciidoc
2016-05-11 07:47:49 -04:00
Lukas Olson
969c7822a1
Merge pull request #7085 from lukasolson/fix/public-status-page
...
[statusPage] Allow unauthenticated users to see status page
2016-05-10 13:10:53 -07:00
Lukas Olson
4a822f3f9e
[statusPage] Better docs explanation for statusPage.allowAnonymous
2016-05-10 12:50:54 -07:00
Lukas Olson
a55615f13e
[statusPage] Add statusPage.allowAnonymous to docs
2016-05-10 11:41:19 -07:00
Tyler Smalley
5ae32d1930
Revert "Limit memory overhead"
2016-04-28 15:13:41 -07:00
Tyler Smalley
e8e9f589a2
Adds documentation for memory requirements
...
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
Spencer
40b2645db9
Merge pull request #6759 from bevacqua/feature/config-switch-dow
...
Added advanced setting to tweak starting day of week
2016-04-20 19:57:52 -05:00
Nicolas Bevacqua
309d6480c1
[merge] Merge with master.
2016-04-18 23:35:09 -03:00
Shaunak Kashyap
65ddf96d34
Only document one option for sending no headers
2016-04-16 05:52:54 -07:00
Shaunak Kashyap
304511715e
Updating documentation
2016-04-15 12:23:43 -07:00
Shaunak Kashyap
eeedc54ce8
Merge branch 'master' into gh-6484
2016-04-15 11:29:57 -07:00
Shaunak Kashyap
2149f84aba
Renaming property to make its intent more explicit
2016-04-15 06:11:07 -07:00
Shaunak Kashyap
f9f4b79626
Allow for elasticsearch.requestHeaders to be set to null
2016-04-14 17:55:28 -07:00
Shaunak Kashyap
836c740e56
Adding 'authorization' to the default headers list
2016-04-14 16:39:31 -07:00
Shaunak Kashyap
b635b2c466
Adding elasticsearch.requestHeaders option to kibana.yml and documentation
2016-04-13 16:56:26 -07:00
Shaunak Kashyap
a62c627d35
Removing docs about regex flags
2016-04-12 11:38:41 -07:00
Paul Echeverri
265e00ccba
fixes bad markup
...
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
eafd79ef52
Backs out 5.0.0-alpha1-specific changes
...
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
9f70670d33
Feedback on new docs implemented
...
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
511124cc97
Updates timepicker images
...
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
800a5ab754
Doc updates for 5.0alpha
...
Fixes #6753
2016-04-05 17:15:37 +00:00
Nicolas Bevacqua
7740d6edd9
[ui] Added advanced setting to tweak starting day of week. Fixes #1855 .
2016-04-04 16:23:46 -03:00
Paul Echeverri
123ed240f5
Updates releasenote infrastructure for future releases, adds link to plugin list
...
Fixes #6616
2016-03-23 18:58:21 +00:00
Paul Echeverri
1f2d9663e0
Changes to add custom labeling to docs
2016-03-21 15:04:51 -07:00
Paul Echeverri
d5a7956b41
Adds documentation for plugin --list flag
2016-03-21 15:03:14 -07:00
Paul Echeverri
dc88c2e8f8
Adds doc for savedObjects setting
2016-03-21 15:03:14 -07:00
Rashid Khan
5a80f1be66
Fix link to image
2016-03-11 15:20:21 -07:00
Rashid Khan
1787f7704e
Fix typo, re: #6415
2016-03-11 13:26:45 -07:00
Timothy Sullivan
2c828aedff
[config] add ops.interval config option
2016-03-10 10:50:03 -07:00
Zaar Hai
c51a8b5193
Forgot "a" at the end of "kibana"
2016-02-26 18:24:38 +02:00
Zaar Hai
a991173fea
Fixed typo in dec-src removal instructions
2016-02-26 18:05:11 +02:00
Zaar Hai
ec22221dbd
Using dedicated repository list file
2016-02-23 12:06:28 +02:00
spalger
da5acc499b
[es] upgrade to master
2016-02-05 10:22:26 -07:00
LeeDr
8e05e3cd8a
Tell users how to tell if they're running init or systemd.
2016-01-29 15:49:04 -06:00
Matthew Bargar
5ffe2b1dfc
Link to the top of the Kibana Shield docs to encourage users to read the whole thing
2016-01-20 12:25:53 -05:00
Paul Echeverri
f0f639eab0
Several small doc updates for the 4.4 release.
...
Fixes #5929
2016-01-17 23:38:46 +00:00
Paul Echeverri
83aa03700d
Adds documentation for shortened Dashboard link generation
...
Fixes #5925
2016-01-16 02:53:25 +00:00
Paul Echeverri
549124ba3a
Adds documentation for the color picker
2016-01-15 18:26:28 -08:00
Paul Echeverri
797c7098cf
New commit to sync personal fork with 4.4 main
2016-01-05 14:54:27 -08:00
Paul Echeverri
09419b7dc4
Fixes merge conflict for PR#5260
2015-12-23 15:15:56 -08:00
Paul Echeverri
aa23991c40
Updates plugin manager doc to remove github URL defaults
...
Fixes #5745
2015-12-21 22:18:26 +00:00
Paul Echeverri
18f8a91dd5
Fixes doubled include statement
2015-11-24 09:03:49 -08:00
Paul Echeverri
4cce8e878f
Updates master with 4.3 docs.
2015-11-24 08:25:14 -08:00
Antonio Bonuccelli
15e6e1f1da
bug in command to install
...
changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest
2015-11-17 09:12:18 -07:00
Antonio Bonuccelli
45cf100083
bug in command to remove
...
change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
2015-11-17 09:10:39 -07:00