Commit graph

24982 commits

Author SHA1 Message Date
Chris Roberson
c87e8811cb
[Monitoring/Telemetry] Force collectors to indicate when they are ready (#36153)
* Initial code to force collectors to indicate when they are ready

* Add and fix tests

* Remove debug

* Add ready check in api call

* Fix prettier complaints

* Return 503 if not all collectors are ready

* PR feedback

* Add retry logic for  usage collection in the reporting tests

* Fix incorrect boomify usage

* Fix more issues with the tests

* Just add debug I guess

* More debug

* Try and handle this exception

* Try and make the tests more defensive and remove console logs

* Retry logic here too

* Debug for the reporting tests failure

* I don't like this, but lets see if it works

* Move the retry logic into the collector set directly

* Add support for this new collector

* Localize this

* This shouldn't be static on the class, but rather static for the entire runtime
2019-05-20 13:03:24 -04:00
Tyler Smalley
54f53d1348
Use mapbox-gl-draw/dist for IE11 support (#36505)
This package publishes it's transpiled code in a dist directory without updating
the package.json's main to point to this file. Since we do not transpile node
modules we are updating the require statement to explicitly point to this
file.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-05-20 09:25:17 -07:00
Chris Cowan
8c649d96a3
[Infra UI] Fixes #36618 - Append filterQuery to TSVB filter (#36644)
* Fixes #36618 - Append filterQuery to TSVB filter

* changing and to AND for lucene

* removing export
2019-05-20 11:51:36 -04:00
Walter Rafelsberger
e06569c437
[ML] Data Frame: Wizard Create Step Improvements (#36483)
Revamps the job creation step of the data frame wizard.

- Create & start buttons now have additional descriptions
- Adds a "copy to clipboard" button to copy a Kibana Dev Console statement of the job creation command to the clipboard
- Adds a progress bar once the job is started
- Adds a card which links to Kibana Discover if an index pattern was created for the job
- Hides the wizard's Previous button once the job is successfully created.
2019-05-20 17:30:25 +02:00
Chris Cowan
9e8f3f4985
[Infra UI] Remove Joi validation from Metrics Explorer url validation (#36493) 2019-05-20 10:38:03 -04:00
Liza Katz
7a21f5b6fd
deleted unused query manager (#36683) 2019-05-20 10:12:37 -04:00
Tim Roes
c252732f02
Improve links (#36639) 2019-05-20 09:08:05 -04:00
Matthias Wilhelm
efe91c3be0
Restore line rendering in point series vis using percentile agg (#35649)
Restores the visualization's  line rendering when using a multi metric aggregation like percentile. Before this fix only dots were rendered
fixes #34858
2019-05-20 08:35:30 -04:00
Walter Rafelsberger
fc40156ed1
[ML] Extended group-by/aggs support. (#36421)
- Adds pivotAggsFieldSupport and pivotGroupByFieldSupport. These objects have a mapping of field_type -> array of supported_aggs and allow a better organization of available options in the dropdowns for group-by and aggs.
- The support for certain field_type/aggs combinations has been extended:
  - value_count is available for every field
  - IP fields are now available for group by and cardinality
  - number and date support all aggregations
  - _id, _type, _index fields are no longer available
- Removes unnecessary union type PivotAggSupportedAggs.
- Moves x-pack/plugins/ml/common/constants/field_types.js to field_types.ts. GitHub doesn't recognize it as a rename though because of TypeScript changes.
2019-05-20 13:37:12 +02:00
Jason Rhodes
b0fec9c3f3
Update infra codeowners team to new team name (#36661) 2019-05-20 06:46:02 -04:00
Nathan Reese
8202a1da61
[Maps] Only show vector style properties used by source in editor and show line icon in legend (#36280)
* supported features POC

* render point, line and polygon properties

* cleanup from merge with master

* line icon

* display button group for feature type styling

* fix vector_style tests

* remove unused function

* rename getSupportedFeatures to getSupportedShapeTypes and VECTOR_FEATURE_TYPE to VECTOR_SHAPE_TYPES

* review feedback

* display feature styles when user selects feature type

* create constants for geo_json types

* change line icon to line instead of rect

* add help function to avoid duplicate logic for isPointsOnly, isLineOnly, and isPolygonOnly

* add unit tests for _checkIfOnlyFeatureType
2019-05-18 12:19:32 -06:00
Mikhail Shustov
2347106fe6
expose LoggingService to legacy platform (#36376) 2019-05-17 18:21:52 -04:00
Chris Cowan
e115a9aa40
[Infra UI] Brushing for Metrics Explorer Charts (#36235)
* Returning live data

* Adding TSVB data population

* adding tests

* Adding UI

* Adding rough draft of metrics control

* Breaking out metric component; adding useCallback to callbacks; adding intl strings

* seperating out form

* Break metrics form out; change to custom color picker; create custom color palette;

* fixing bug with color picker

* changes to color palette; fix callback issue

* Fixing count label

* Fix chart label to truncate

* Changing by to graph per

* Making the metric popover wider to ease field name truncation

* critical changes to the import order

* Changing metrics behavior

* Hide metrics when choosing document count

* Updating chart tooltip; fixing types;

* Setting intial state to open metrics; Tweaking toolbar sizes

* fixing linting issues

* Allow users to filter by a grouping by clicking on the title

* Change rate to rateMax; add rateMin and rateAvg; fix title text-align

* Use relative paths to fix base path bug

* fixing typescript errors; removing rateAvg and rateMin; removing extranious files;

* Fixing formatting issues

* Fixing i18n linting errors

* Changing to elastic-charts

* fixing typing errors with charts

* Moving afterKey out of URL to fix bug with pagination

* Adding support for multiple axises

* Adding tests for useMetricsExplorerData hook

* breaking up the charting code; removing multi-axis support; changing color palette to use blue and red for first two color

* Adding drop down menu to charts for filtering and linking to TSVB

* Adding more tests for useMetricsExplorerData hook; adding error message; adding chart options to non-groupby charts

* only display groupings that have the metric fields

* Refactor page level state into custom hook; add test for options handlers;

* Fixing linting

* removing color picker

* removing useInterval

* Changing group by to use the pills; Changing context menu button; adding icons to context menu.

* Adding test for color palette

* Adding test for createFormatterForMetric()

* removing tsx extension; adding tests for createMetricLabel()

* removing tsx extension; adding tests for createMetricLabel()

* re-organizing helpers

* Moving helpers from libs to helpers; adding test for metricToFormat

* Fixing bug in tsvb link fn; adding timeRange props; adding createTSVBLink() test

* fixing timeRange fixture import; fixing aria label for action button

* removing some unecessary useCallbacks

* Adding test for MetricsExplorerChartContextMenu component

* Fixing linting issues

* Optimizing test

* Adding empty prompts for no metrics and no data

* Removing duplicate sereis def

* tcs has lost it's mind so I had to copy enzyme_helpers.tsx into our plugin

* Appeasing prettier

* Update x-pack/plugins/infra/public/components/metrics_exploerer/metrics.tsx

Co-Authored-By: simianhacker <chris@chriscowan.us>

* fixing path typo

* Adding supportFiltering to dependicy; change options to be more specific

* remove typo

* Fixing typo

* Adding logColumns to source fixture; fixing typo

* Fixing path to be more sane

* Adding brushing to Metrics Explorer Charts
2019-05-17 15:20:46 -04:00
Jason Rhodes
6377605f07
Adds infra plugin to CODEOWNERS (#36634) 2019-05-17 13:18:01 -04:00
Justin Kambic
7c4da842ce
Add monitor list status tooltip. (#36382) 2019-05-16 15:58:57 -04:00
Alexey Antonov
ad8e4ebc2a
[TSVB] Time Series visualisation is loaded on other tabs in case of quick navigation (#36565)
Fix: #35468, #35347
2019-05-16 11:33:45 +03:00
Thomas Neirynck
3a3bcfb498
[Maps] add WKT and geohash string support (#34472) 2019-05-15 14:31:53 -04:00
Nathan Reese
2791becd27
[Maps] Show minusInCircle icon when layer has no data (#36457)
* [Maps] Show minusInCircle icon when layer has no data

* rename getTooltipContent so its less ambigiuos

* Update x-pack/plugins/maps/public/shared/layers/layer.js

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* review feedback
2019-05-15 11:10:40 -06:00
Mengwei Ding
ef8d7ea905 [Code] Apply default search scope into fetching suggestions (#36494)
* [Code] adjust setup guide

* [Code] Apply default search scope into fetching suggestions

* [Code] Refactor the search bar in the source view page to use the same searchbar in other pages
2019-05-15 09:06:34 -04:00
Todd Kennedy
5f56c30ffd
[chore] upgrade wreck (#36527)
wreck has been deprecated and will receive no further security updates
in favor of @hapi/wreck
2019-05-13 15:36:22 -07:00
Jen Huang
e2222ce7c3
Snapshot Repositories UI (#34407)
* [SR] Snapshot and restore plugin boilerplate (#32276)

* Initial plugin set up

* Set up client shell

* Add initial repository list routes

* Fix merge issues and some typings

* Decouple server from plugin.ts files, tighten up typings

* Use exported constant for required license

* Translate plugin name, more typings

* Fix more types, move list components under /home

* Remove unused var

* Change scss prefix

* Uncouple unmount logic from routing shim, and some other PR feedback

* [SR] Repository list and details UI (#33367)

* Initial pass at repositories list UI

* Add detail panel for file system repositories, and a generic detail panel with json settings view

* Add detail components for other types

* Add detail panel footer, rename `useStateValue` to `useAppState`

* Fix detail panel footer

* Fix unused vars

* PR feedback

* PR feedback

* [SR] Refactor proposal (#33690)

* Move app dependencies to its own context provider

* Add index.ts barrel file for common types

* Move Enums to constants.ts file

* Refactor function component using `React.FunctionComponent<Props>`

* Refactor service folder structure

* Fix type import

* Move REPOSITORY_DOC_PATHS from common to public constants

* Move AppCore and AppPlugins interfaces back to shim and re-export them from app types

* [SR] Create and edit repositories UI (#34020)

* Add routing and placeholder form

* Fix typings

* Set up edit repository route, and basic form UI

* Add typings for wrapCustomError, and copy extractCausedByChain from CCR wrapEsError

* Throw errors that are already boomified

* Create and edit for basic repository types (fs, url, source)

* Add repository verification UI to table and details

* Create and edit for plugin repository types (hdfs, azure, s3, gcs)

* Fix linting

* Fix test

* Fix test

* Remove unused import

* Fix duplicate i18n key

* Fix details opening on cancel edit, remove unnecessary Fragments, definition file for some EUI components to x-pack, rename saveError

* Remove breaks

* Adjust add and edit repo routes so they don't conflict with list route

* Add repo plugin and types doc links to form

* Bootstrap documentation service

* Bootstrap text service and replace RepositoryTypeName component with it

* Bootstrap breadcrumb service and replace usages

* Bootstrap httpService, remove chrome and http from app dependencies(!)

* Add request creator and replace all instances of useRequest and sendRequest with it

* Fix typo

* Simplify update repository and update repository setting methods

* Adjust copy

* Lint

* Remove unused var

* Remove unused import

* [SR] Add API for retrieving snapshots. (#34598)

* [SR] Single and multiple repository delete (#34593)

* Add single/multi repository delete API and UI

* Address PR feedback

* [SR] Add SnapshotTable and SnapshotDetails. (#34837)

* Remove associations between multiple repositories with a single snapshot.
* Retrieve complete snapshot details in getAllHandler.
* Fix cleanup function bug in useRequest hook.
* Fix bug in useRequest which prevented old data from being cleared when subsequent requests returned errors.
* Add initialValue config option to useRequest.
* Add formatDate service to text module.

* [SR] Fix linting and add (de)serialization for repositories (#35031)

* Fix eslint issues and add (de)serialization for repositories

* Add comment about flattening settings

* [SR] Surface repository errors and index failures more prominently (#35042)

* Add links to repositories from Snapshot Table and Snapshot Details.
- Rename services/breadcrumbs to services/navigation and add linkToRepository function.
- Refactor home component to update active tab when URL was changed.
* Add warning callout to let user know when their repositories contain errors.
* Sort failures by shard and add test for snapshot serialization.
* Sort failures and indices.
* Add filter for filtering snapshots by their repository.
* Surface states with humanized text, icons, and tooltips where necessary.
* Fix pluralization of seconds.
* Surface failures tab even if there are none.
- Display a '-' for missing times and durations.
- Create DataPlaceholder component.

* [SR] Polish repositories UX (#35123)

* Refactor repository detail panel to load repository based directly on route param.
* Display repository detail panel while table is loading.
* Make 'Edit repository' table action a link instead of a button.
* Render disabled EuiSelect as a readonly EuiFieldText.
* Prepend HDFS URI with hdfs:// protocol.
* Present scheme options for Read-Only URL repository as a select.

* [SR] Add client-side validation to repository form and link to snapshots from details (#35238)

* Add client side repository form validation, extract `flatten` into common lib

* Add snapshot count to repository details and link to snapshot list

* Reset validation when changing repository type

* Fix snapshot list filter deep linking for repository names with slashes and spaces

* Fix imports

* PR feedback

* [SR] Design and copywriting fixes (#35591)

* Split repository form into two steps; move `clean_settings.ts` to server

* Default to snapshots tab, adjust snapshot empty prompt, add app description

* Add minimum timeout to list view requests to avoid flicker, use EuiEmptyPrompt for loading screen, add doc link to settings step

* Add information about snapshots to delete repository behavior, add doc link for source only toggle, add size notation help text

* Add main doc link

* Copywriting and i18n fixes, and add some common settings to third party repo types

* Add fields to third party repo detail panel

* More copywriting fixes

* Use spinner for duration and end time if snapshotting is still in progress

* Show all repository type options, mark missing plugins

* Revert "Show all repository type options, mark missing plugins"

This reverts commit e34ee47cec.

* Fix space

* [SR] Add permissions UI and Cloud-specific repository type UI branch (#35833)

* Add missing permissions UI and cloud-specific repository type UI branch

* Add ES UI as owners of /snapshot_restore directory

* Add no repository types callout for Cloud edge case

* Redirect invalid section param to repositories

* Add warning empty prompt if all repositories have errrors

* Replace repository cards with EuiCard

* Add snapshot doc link to repository error empty prompt

* Remove auto-verification from list and get routes, add separate verification route, add manual verification to repository detail panel

* Update copy and remove obsolete test

* Remove unused scss files

* Final changes to repository cards
2019-05-13 07:03:37 -07:00
Philipp B
965340d6a8
[Accessibility] Spaces List "Roles" Link needs more context #27745 (#36270)
* added aria label
2019-05-13 11:50:25 +03:00
Clint Andrew Hall
ecd19d0bab
[Canvas] Internationalize Functions (#36252)
* Initial commit

* Refactor: divide and conquer

* Parameterize help definitions for translation

* Bug fixes

* Redundant naming removed
2019-05-12 10:42:13 -05:00
Va Da
e6889f8956
Validate index patttern (#36097)
* refactor: 💡 componentWillMount() is deprecated use *DidMount()

* fix: 🐛 display errors thrown by createIndexPattern() prop

 Closes: https://github.com/elastic/kibana/issues/28383

* style: 💄 fix linter errors

* fix: 🐛 simplify error message formatting
2019-05-11 18:32:14 +02:00
Robert Monfera
3efd42c63b
Prioritize relaxed resize/rotate over depth select (#36479) 2019-05-11 12:49:55 +02:00
Spencer
723a2b9e1a
disable flaky test #36495 (#36497) 2019-05-10 17:20:29 -07:00
Michael Marcialis
f7519aaf95
Siem Global Navigation Updates (#36372)
* use new condensed tabs

* pull button out of settings menu

* clean up global nav styles

* account for dark mode

* remove unnecessary styles

* move kql bar to relevant location

* tweak page header styles

* add border prop to HeaderPanel

* placeholder text updates

* fiddling with direction control visuals

* move kql back above kpis, per tudor

* change host table name to “all hosts”

* change direction select and tests (TY Garrett)

* rm console.log

* rm `EuiHorizontalRule` import

* sticky poc

* apply poc to all relevant pages

* general cleanup

* update snapshots

* Override EuiSuperDatePicker spacing bug

* restrict overview beats data to the last 24 hours

* garrett & tudor’s suggested changes

* overview data refresh on render, per garrett

* update tests and snapshots

* remove sticky at small bp and update tests
2019-05-10 19:28:16 -04:00
Nathan Reese
ee1335b464
[input controls] fix courier:ignoreFilterIfFieldNotInIndex with chained controls (#36369) 2019-05-10 17:01:38 -06:00
spalger
be81bff42d properly disable test to avoid typecheck errors 2019-05-10 14:15:52 -07:00
spalger
2320ed9216 skip failing tests 2019-05-10 14:02:21 -07:00
spalger
a610ed5768 disable failing test suite 2019-05-10 13:41:16 -07:00
spalger
6a013cb82e Revert "[Code] set loading false if do not need fetch tree (#36083)"
This reverts commit 5f388dc5b0.
2019-05-10 13:35:42 -07:00
gchaps
cb0335c095
[DOCS] Updates Advanced Settings doc (#36455)
* [DOCS] Updates Advanced Settings doc

* Update docs/management/advanced-options.asciidoc

Co-Authored-By: Sarah Hersh <schersh@users.noreply.github.com>
2019-05-10 13:22:46 -07:00
Spencer
51ec324a19
[cli/dev] automatically strip xpack config when running --oss (#36403)
* [cli/dev] automatically strip xpack config when running --oss

* apply review feedback

* remove unrelated change

* lodash 3 doesn't have an unset method
2019-05-10 13:22:17 -07:00
spalger
a102ca1f97 Revert "[kbn-es] await native realm setup, error if there are failures (#36290)"
This reverts commit 6ef9fbe423.
2019-05-10 12:52:37 -07:00
Nathan Reese
9f54841095
[Maps] Getting started docs - Adding the map to a dashboard (#35636)
* [Maps] Getting started docs - Adding the map to a dashboard

* clean up instructions

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* combine Filtering sections into single section as suggested

* fix zoom instructions and clean up save map section

* add more wording about why the tutorial is adding a terms join

* talk about static and data-driving styling in Set the vector style section

* more review comments

* add screen shot of document layer

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* avoid using lets since there is no we
2019-05-10 13:49:07 -06:00
Garrett Spong
922f4b4eb5
Update Events Table Columns (#36392)
## Summary

This PR updates the Events Table with the following columns:
* Module/Dataset
* Event Category
* User
* Message

And removes the Location column.

Each column has also been updated to use the `getRowItemDraggables()` helper, so they're now draggable to the timeline as well. The Host column now also links out to HostDetails.

Reference PR: https://github.com/elastic/kibana/pull/33952
Issue:  https://github.com/elastic/ingest-dev/issues/426

![image](https://user-images.githubusercontent.com/2946766/57474942-91c3f700-7250-11e9-9029-e977b40aebd1.png)


### Checklist

Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR.

- [ ] ~This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)~
- [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [ ] ~[Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials~
- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
- [ ] ~This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)~

### For maintainers

- [ ] ~This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~
- [ ] ~This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~
2019-05-10 13:42:09 -06:00
Felix Stürmer
07824d24ad
[Logs UI] Allow for plugins to inject internal source configurations (#36066)
This exposes an API on the Kibana server object (old platform style) to define internal source configurations, which can not be edited by the user and take precedence above any stored configurations.
2019-05-10 21:23:19 +02:00
Chris Earle
3fe1bf157b
[Telemetry] Allow Static Telemetry from telemetry.yml (#36244)
This creates a new telemetry usage collector, which can be extended for
other purposes, that adds `static_telemetry` usage by pulling directory from
`${KIBANA_CONFIG}/telemetry.yml` anything specified
under the `xpack.telemetry.usage` object.

For example, if the kibana.yml set:

```yaml
xpack.telemetry.usage:
  object1:
    active: true
    field1: "value1"
  object2:
    field2: 123
```

then this would result in the usage object:

```json
{
  "static_telemetry": {
    "object1": {
      "active": true,
      "field1": "value1"
    },
    "object2": {
      "field2": 123
    }
  }
}
```
2019-05-10 15:19:36 -04:00
Angela Chuang
9e806bb659
Update Kpi host UI to handle no data for charts (#36424)
* update types for areachart and barchart

* handle no buckets returns for charts

* update data types for histogram data
2019-05-11 02:46:55 +08:00
Brandon Kobel
4d40f12423
Fixing the Kibana Role Management API note syntax (#36314) 2019-05-10 11:16:16 -07:00
Spencer
31ce503c0a
[xpack/encryptionKeys] use default keys when running from source (#36452)
* [xpack/encryptionKeys] use default keys when running from source

* add tests for the config schema with different contexts

* share the getConfigSchema helper

* await promises returned by expect().resolves

* tweak test naming

* use data-driven tests

* fix type error

* hide platform dependent config from snapshot
2019-05-10 11:13:06 -07:00
Sarah Hersh
0886ab52aa
[DOCS] Update license page (#36448) 2019-05-10 14:05:19 -04:00
Va Da
332a5dea0f
Plugin typings (#36433)
* feat: 🎸 add typings for legacy plugin factory function

* feat: 🎸 annotate APM plugin with LegacyPlugin and fix ret error

* feat: 🎸 address review comments

Rename LegacyPlugin to LegacyPluginInitializer and improve uiExports
annotations.
2019-05-10 19:57:01 +02:00
WangQianliang
5f388dc5b0 [Code] set loading false if do not need fetch tree (#36083)
* fix(code/frontend): set loading false if do not need fetch tree

* fix(code/frontend): set loading false if do not need fetch tree
2019-05-10 10:56:09 -07:00
Dario Gieselaar
9133779bf0
[APM] Add Uptime link to Transaction action menu (#36378)
* [APM] Add Uptime link to Transaction action menu

Adds a link to the transaction menu to view a transaction (sample) in Uptime.

* Change label, make link optional, pass domain as search query to Uptime

- Change label to "View monitor status"
- Only show Uptime link when transaction.url is available
- Pass domain as search query to Uptime

* Use condition everywhere, fix TS error, use timestamp.us

- Use `condition` on all newly created action menu items, then filter out any falsy conditions
- Use timestamp.us instead of costlier new Date(transaction['@timestamp'])
- Fix TypeScript error in es fieldnames test

* Always construct uptimeLink, move condition to item itself for more consistency
2019-05-10 19:19:10 +02:00
Søren Louv-Jansen
a7fb6926d2
[APM] Fix broken back button (#35941) 2019-05-10 18:56:35 +02:00
Daniil Suleiman
f5f9b5ee9f [Vis: Default editor] EUIficate filters control (#35464)
EUIfication of filters control for Filters aggregation parameter.
2019-05-10 11:29:19 -05:00
Sonja Krause-Harder
0f5532a18d
Fix page title. (#36432) 2019-05-10 16:59:00 +02:00
Spencer
6ef9fbe423
[kbn-es] await native realm setup, error if there are failures (#36290)
* [kbn-es] await native realm setup, error if there are failures

* cleanup listener from started promise too

* fix typo

* log native realm setup errors on run and handle 400 when xpack isn't available

* avoid creating potentially unused promises

* avoid Promise constructor that's larger than necessary

* group similar operations, add some light comments

* set passwords in parallel so that logging is grouped

* update native realm tests

* update es_bin fixture to handle _xpack requests

* log started after server is listening

* remove unused mockEsBin args

* use more realistic http address log
2019-05-10 07:42:26 -07:00