Commit graph

12267 commits

Author SHA1 Message Date
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
Lukas Olson
db971f4f4f [statusPage] Rename config option 2016-05-10 11:35:02 -07:00
Lukas Olson
04b26937ad Fix linting issues 2016-05-02 17:47:05 -07:00
Lukas Olson
adaf9a0f1e [statusPage] Add config option to disable auth on status page 2016-05-02 15:45:36 -07:00
Lukas Olson
4c59b5e6c3 [statusPage] Allow unauthenticated users to see status page 2016-04-28 11:36:16 -07:00
Spencer
f161dc9323 Merge pull request #6955 from elastic/implement/babelForFunctionalTests
[test] setup babel for the functional tests
2016-04-28 09:52:26 -05:00
spalger
fe260e0ec6 Merge branch 'master' of github.com:elastic/kibana into implement/babelForFunctionalTests 2016-04-27 23:26:42 -05:00
Shaunak Kashyap
a63015d396 Merge pull request #7021 from ycombinator/gh-6246
Honor custom label, if set, in percentile and median metric visualizations
2016-04-27 17:02:23 -07:00
Court Ewing
4ff67e0cb4 Merge pull request #7069 from lukasolson/plugin/preInit
Plugins: Add preInit capability
2016-04-27 19:58:48 -04:00
Spencer
d2b758e6c3 Merge pull request #6773 from spalger/implement/betterWarningForUrlLength
Implement/better warning for url length
2016-04-27 18:46:34 -05:00
spalger
8b978818fc [urlOverflow] assign magic numbers to variables 2016-04-27 18:24:17 -05:00
Shaunak Kashyap
68a198cb91 Merge pull request #6925 from ycombinator/gh-6913
Updating Console to work with ES 5.0 APIs
2016-04-27 16:22:40 -07:00
spalger
133d7e577a Merge branch 'master' of github.com:elastic/kibana into implement/betterWarningForUrlLength 2016-04-27 18:17:44 -05:00
Lee Drengenberg
929fe36ced Merge pull request #7070 from LeeDr/fixTestTimeouts
Fix setFindTimeout defaults to 10 seconds.
2016-04-27 18:04:00 -05:00
Lukas Olson
0e947a59ba Remove .only from test 2016-04-27 16:02:42 -07:00
Lukas Olson
6f986b3ee9 Separate initialize into its own module and write tests 2016-04-27 16:02:16 -07:00
LeeDr
99779653d7 Added change to shield_page after merge master. 2016-04-27 17:45:24 -05:00
LeeDr
790fb1fb42 Merge branch 'master' into fixTestTimeouts 2016-04-27 17:42:03 -05:00
Lee Drengenberg
26a6e56ff6 Merge pull request #7046 from LeeDr/newShieldLogin
Minimal changes to support Shield Login.
2016-04-27 16:15:23 -05:00
LeeDr
935fee7df1 Change 'self' to 'remote'. 2016-04-27 15:21:39 -05:00
Shaunak Kashyap
18ccff3028
Simplifying conditional logic 2016-04-27 12:36:10 -07:00
Shaunak Kashyap
0d601243fb
omit_norms is deprecated in 5.x 2016-04-27 12:18:28 -07:00
Shaunak Kashyap
cfa3b53800
Removing deprecated string type 2016-04-27 11:50:59 -07:00
Shaunak Kashyap
c121ea3ee7
Removing deprecated values for 'index' setting, reducing it to boolean values only 2016-04-27 11:50:09 -07:00
Shaunak Kashyap
7534b3837b
Using consts instead of lets 2016-04-27 11:42:24 -07:00
Joe Fleming
1d9a008e7b Merge pull request #6935 from panda01/fix/superTallVis
Dashboard legend height problems
2016-04-27 11:33:39 -07:00
Lukas Olson
4ae4c4e66a Make plugin preInit follow dependency tree just like init 2016-04-27 10:32:37 -07:00
LeeDr
d97b4bc3eb Fix setFindTimeout defaults to 10 seconds. 2016-04-27 09:27:28 -05:00
Court Ewing
855faff79b Merge pull request #6822 from tylersmalley/default-node-arguments
Limit memory overhead
2016-04-27 09:41:02 -04:00
Lukas Olson
896965d5b7 Plugins: Add preInit capability 2016-04-26 14:29:45 -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
Tyler Smalley
0865c55e7d Limits memory usage
V8 will not trigger a full mark-sweep & mark-compact until there is memory pressure for the max-old-space-size, which is 1.6GB on a 64bit system. This means that Kibana will, at times, consume over 1.6GB of RSS memory.

Bypassing this can be done by starting with `--dev` or explicitally setting `max-old-space-size`. For example: `NODE_OPTIONS="--max-old-space-size=1024" ./bin/kibana`

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
Jonathan Budzenski
322fa9bf2d Merge pull request #7047 from jbudz/plugin-test
[browser tests] allow multiple plugins to be specified in test bundle
2016-04-26 13:54:56 -05:00
Spencer
fc8bf936ad Merge pull request #6999 from spalger/fix/kbnTopNavLinkOrder
[kbnTopNav] insert DOM content before compiling
2016-04-26 12:21:18 -05:00
spalger
b333c514cc [ui/config] remove unused default 2016-04-26 11:52:29 -05:00
spalger
aa030d7589 Merge branch 'master' of github.com:elastic/kibana into implement/betterWarningForUrlLength 2016-04-26 11:51:22 -05:00
Rashid Khan
b0305ea81a Merge pull request #6939 from bevacqua/feature/notice-unhandled-rejections
Report unhandled Promise rejections
2016-04-25 16:35:53 -07:00
Jonathan Budzenski
3acb57fd80 [browser tests] allow multiple plugins to be specified in test bundle 2016-04-25 17:02:23 -05:00
Rashid Khan
b2e6502a9b Merge pull request #5953 from panda01/enhance/data-table
Table persistent state
2016-04-25 12:24:28 -07:00
LeeDr
fbb3e2011b Revert back to doNavigation(navUrl). 2016-04-25 12:40:35 -05:00
LeeDr
14be3691f5 Change to doNavigation(appUrl). 2016-04-25 12:00:16 -05:00
LeeDr
ae6aaa3e86 Minimal changes to support Shield Login. 2016-04-25 11:44:10 -05:00
Shaunak Kashyap
a37bab0fe4 Merge pull request #7034 from ycombinator/gh-6511-fix
Fix small mistake made in PR 6511
2016-04-24 18:03:31 -07:00
Shaunak Kashyap
2fe01f6f06 Merge pull request #7020 from ycombinator/gh-7003
[aggTypes/median] Specify that we want array-based responses
2016-04-24 18:02:23 -07:00
Shaunak Kashyap
ce0f2fe860
Using the correct assertion method 2016-04-24 17:34:25 -07:00
Shaunak Kashyap
3532d1a25a
Breaking up the code for more readability + using _.get 2016-04-24 17:28:11 -07:00
Shaunak Kashyap
910e6499f0
Simplifying test assertion :) 2016-04-24 17:04:28 -07:00
Shaunak Kashyap
dcbc5ca99a
Adding a unit test for when custom label is NOT set 2016-04-22 17:48:06 -07:00
Shaunak Kashyap
450dd14d1c
Using the custom label correct, as specified by requirements 2016-04-22 17:47:37 -07:00