Kaarina Tungseth
f2b4cb843a
[6.2] [DOCS] Updates to help notes ( #50187 ) ( #50205 )
...
Backports the following commits to 6.2:
- [DOCS] Updates to help notes (#50187 )
[skip-ci]
2019-11-11 15:33:51 -05:00
Matt Bargar
ad1bb6ccf4
remove var
2018-10-23 18:01:26 -04:00
Matt Bargar
eb4ff2d24a
Fix broken doc links
2018-10-23 16:57:02 -04:00
Thomas Neirynck
7b61999560
align staging urls with new endpoints ( #22780 )
2018-09-07 10:19:29 -04:00
Spencer
3c1fa6b5ea
[junitReports] Rename reports so they are auto-discovered by CI ( #21502 )
...
In order for the runbld project we use in CI to auto-discover the junit reports we generate they need to match `TEST-*.xml`, which will allow us to include more details in the failure emails, and push failure info to the build-stats cluster.
(cherry picked from commit 8d0b7e7f7e
)
2018-07-31 12:52:57 -07:00
Spencer
514c327f4c
[6.2] [esArchiver/deleteIndex] wait and retry if snapshot in progress ( #18624 ) ( #18936 )
...
* [esArchiver/deleteIndex] wait and retry if snapshot in progress
* [esArchiver/deleteIndex] use recursion for retry
* [esArchiver/waitForSnapshot] invert status check
* [esArchiver] share delete-with-retry with create stream
* [esArchiver/stats] include index name in message
* [esArchiver/indexDelete] wait for snapshot completion up to three times
* [esArchiver] log status of snapshot during checks
2018-05-08 16:03:30 -07:00
Spencer
9beb886853
[esArchiver] fix esArchiver.loadIfNeeded ( #18621 ) ( #18923 )
...
* [utils/jsonParseStream] ensure only callback once
* [utils/streams] add util for piping many streams in series
* [esArchiver/load] combine record streams to fix skipExisting functionality
2018-05-08 10:03:41 -07:00
Lee Drengenberg
5c6b696063
backport 9760 to 6.2 ( #17811 )
2018-04-19 17:58:57 -05:00
Joe Fleming
ee501cfd9c
Revert "set tooltip width so div is centered around triggering element ( #15542 )" ( #17580 )
...
This reverts commit c06b44584d
.
2018-04-11 08:58:03 -07:00
Tyler Smalley
6d3488ea79
Always log fatal errors ( #15319 )
...
Reverts change in c1ef3d892f
If an error is raised before the logger is setup, then the server will exit without any notice.
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-04-10 07:34:51 -07:00
Yuri Astrakhan
3d95d3872a
Allow Vega's emsfile to bypass sanitization ( #17370 ) ( #17498 )
...
* Allow Vega's emsfile to bypass sanitization
Fixes https://github.com/elastic/kibana/issues/16669
2018-04-02 21:34:01 +03:00
Spencer
832afd5bef
[6.2] [server/config/deprecationWarnings] fix deprecation logging warnings ( #17439 ) ( #17471 )
...
* [server/config/deprecationWarnings] fix deprecation logging warnings
* typos
* explain kbn_server_worker a bit with better naming and comment
* Address review feedback
2018-03-30 10:45:41 -07:00
Tyler Smalley
7df8dce8d8
Fixes issue with Keystore's stdin option ( #15221 )
...
Fixes issue preventing stdin option from being used
Using create to overwrite should reset keystore
2018-03-29 08:10:33 -07:00
Thomas Neirynck
3763a37622
mapType option change should show on map ( #17405 ) ( #17442 )
2018-03-28 16:26:58 -04:00
Thomas Neirynck
9cc5c0dbd0
fix map zoom settings ( #17367 ) ( #17418 )
2018-03-27 11:49:07 -04:00
Thomas Neirynck
0b6a33175b
reintroduce percentiles to metrics ( #17243 ) ( #17260 )
2018-03-21 14:44:46 -04:00
Chris Roberson
5fc4fc1b69
Handle merge conflicts with 6.2 backport ( #17159 )
2018-03-14 16:25:24 -04:00
Chris Roberson
076a0b2745
Backport 5c7c39aaf3
( #17051 )
2018-03-09 10:15:36 -05:00
Peter Pisljar
26cf278e2d
fixes error with postFlightRequest ( #16643 ) ( #16888 )
2018-02-23 12:33:00 +01:00
liza-mae
b260359852
[ftr/config] Fixed app url schema ( #16748 ) ( #16750 )
2018-02-15 10:45:09 -07:00
Brandon Kobel
ee8cc2b7b6
Destroying socket when we get a clientError ( #16700 ) ( #16741 )
2018-02-14 14:21:49 -05:00
Shaunak Kashyap
0f447fb361
Service to show confirmation prompt when leaving a dirty form ( #16688 )
...
* Service to show confirmation prompt when leaving a dirty form
* Add data test subject for breadcrumbs
This will enable testing the dirty prompt service via functional tests by providing a means for the user to navigate away via the breadcrumbs
2018-02-13 07:22:31 -08:00
Tim Sullivan
56b85f017b
[FTR] Add pause/resume auto refresh to header page object ( #16618 ) ( #16629 )
...
* [FTR] Add pause/resume auto refresh to header page object
* remove unecessary promise.resolve
2018-02-09 10:05:27 -07:00
Tim Roes
0e5137f456
Rename min/max documents into from/to ( #16638 ) ( #16646 )
2018-02-09 18:05:44 +02:00
CJ Cenizal
bf60ffc9f2
Fix bug where ESC was closing the Console autocompletion suggestions menu, but then also exiting edit mode. ( #16500 ) ( #16575 )
2018-02-08 17:12:49 -08:00
Chris Roberson
b69947781f
[Management] Prevent react warnings in index pattern creation ( #16520 )
...
* Prevent react warnings
* Use common function, PR feedback
2018-02-08 13:48:44 -05:00
Chris Roberson
446543c63c
Merge conflicts ( #16579 )
2018-02-07 13:52:19 -05:00
Jonathan Budzenski
673369c188
Revert "Fix bug where ESC was closing the Console autocompletion suggestions menu, but then also exiting edit mode. ( #16500 ) ( #16504 )"
...
This reverts commit 5c9d808639
.
2018-02-06 16:09:29 -06:00
Thomas Neirynck
6886974397
remove flaky test ( #16537 ) ( #16552 )
2018-02-06 14:52:39 -05:00
CJ Cenizal
5c9d808639
Fix bug where ESC was closing the Console autocompletion suggestions menu, but then also exiting edit mode. ( #16500 ) ( #16504 )
2018-02-02 17:05:00 -08:00
Spencer
4a1ec86bcc
[6.2] [precommitHook/caseCheck] require that pacakges directories use kebab-case ( #16452 ) ( #16469 )
2018-02-01 17:00:27 -07:00
Spencer
9bfb11b2ee
Revert "[6.2] [yarn] remove locked moment resolution ( #16418 )" ( #16448 )
...
This reverts commit ac719d4b0f
.
2018-01-31 13:24:49 -07:00
Spencer
ac719d4b0f
[6.2] [yarn] remove locked moment resolution ( #16418 ) ( #16443 )
...
* [yarn] remove locked moment resolution
* [yarn] upgrade moment to latest minor upgrade
* [kibana/fieldFormats/date] fix test, see https://github.com/elastic/kibana/pull/16256#issuecomment-360592151
* [ui/timepicker] fix test to have valid date
2018-01-31 12:54:55 -07:00
Jen Huang
c0a2f634bb
Hide caret when no time fields, remove object containing unused string ( #16412 ) ( #16415 )
2018-01-30 14:20:49 -08:00
Tim Roes
2ff20dc61a
[6.2] Fix issue with disabled lab mode ( #16351 ) ( #16395 )
...
* Fix issue with disabled lab mode (#16351 )
* Fix saved object finder issue
* Add functional test
* Properly wait for search list to load (#16388 )
* Apply patch for 6.2 branch
2018-01-30 17:31:51 +01:00
Peter Pisljar
4b90bcbc70
visualize editor should not show if embed is set to true in url ( #16310 ) ( #16362 )
2018-01-30 10:12:41 +01:00
Aleh Zasypkin
5610d54c93
[6.2] Make it possible to disable CSRF check for the specified list of paths. ( #16365 )
2018-01-29 22:27:11 +01:00
Tudor Golubenco
08333616cd
Fixes for the Windows instructions ( #16315 ) ( #16354 )
...
Two things were broken:
* The "System logs" instructions contained a Windows version but actually
the Filebeat system module doesn't support Windows at the moment
* s/Service-Start/Start-Service for starting the service
Fixes #16314 .
2018-01-29 19:03:30 +01:00
Tim Roes
74f4f45875
Prevent rendering into 0 size containers ( #16287 ) ( #16294 )
2018-01-29 10:30:51 +01:00
Court Ewing
6f87309395
test: move cookie tests to api_integration tests ( #14435 ) ( #16333 )
...
This long running test does not belong in the unit tests.
2018-01-27 16:38:52 -08:00
Yuri Astrakhan
a07364040f
Use nocanvas vega-lib instead of original vega ( #16137 ) ( #16323 )
...
Fixes #16110
2018-01-26 23:27:01 -05:00
Nathan Reese
20fb13f5ec
link to dashboards by id instead of title ( #16319 ) ( #16321 )
...
* link to dashboards by id instead of title
* update APM dashboard link
2018-01-26 14:18:22 -07:00
Peter Pisljar
0b471df07e
fixing axis title position for firefox ( #16278 ) ( #16312 )
2018-01-26 16:46:28 +01:00
Shaunak Kashyap
3a18bc64f9
[Netflow tutorial] Fixing instructions ( #16300 )
...
* Fixing instructions
* Language cleanup fixes
2018-01-25 15:13:57 -08:00
Brandon Kobel
a2febf7d2b
Adding CustomEvent polyfill for IE11 support ( #16275 ) ( #16285 )
...
* Adding CustomEvent polyfill for IE11 support
* Fixed version
* Fixed version in the yarn.lock as well
* Back to ^
2018-01-25 09:42:54 -05:00
Peter Pisljar
15a16fa2e7
fixes renderComplete in angular vis type ( #16150 ) ( #16225 )
2018-01-24 10:24:06 +01:00
Vanja Cosic
6307453fe7
[APM] Update Windows instructions for APM Server ( #16196 ) ( #16233 )
...
* Update Windows instructions for APM Server
* Update RPM command for APM Server
# Conflicts:
# src/core_plugins/kibana/server/tutorials/apm/apm_server_instructions.js
2018-01-23 18:21:36 +01:00
Thomas Neirynck
4df05c9e13
should always set base layer ( #16213 ) ( #16228 )
2018-01-23 11:17:34 -05:00
Chris Roberson
b1b3486cc7
[Management] Update pager with new props in Index Pattern Creation ( #16195 ) ( #16207 )
...
* Update pager with new props
* Update snapshot description
2018-01-22 15:34:13 -05:00
Tim Roes
46ee1c3414
Use textContent and jQuery to set label and title ( #16178 ) ( #16199 )
...
* Use textContent to set tagcloud label
* Use jquery to set disabled vis title
2018-01-22 17:23:20 +01:00