Commit graph

22918 commits

Author SHA1 Message Date
James Gowdy
716c66fb88
[ML] File data visualizer - fixing padding around whole page (#31246) 2019-02-15 16:27:53 +00:00
Justin Kambic
e410498b66
Add link to new discuss forum. (#31148) 2019-02-15 11:21:49 -05:00
Luke Elmers
09a6c9dcd0
Share global filters & queries with coordinate maps vis. (#30595) 2019-02-15 08:43:05 -07:00
Stamatis Katsaounis
3cc064f6d0 Nats Metrics Kibana Tutorial (#30609)
* Nats Metrics Kibana Tutorial

* Fix dashboard's id
2019-02-15 16:26:37 +01:00
Kerry Gallagher
036524f182
Add relevant document titles to Infrastructure pages (#31136)
Add a DocumentTitle component

Add DocumentTitle component to Nodes Overview / Metrics / Logs pages

Stylistic / defensive changes

Add I18n support
2019-02-15 15:25:38 +00:00
James Gowdy
2b78c65d36
[ML] File Data Visualiser - Sort field select options in override flyout (#31240) 2019-02-15 14:50:12 +00:00
Chris Cowan
5ee7240add
Fixes #30090 - Change context.system.hostname to host.hostname for contextual menu. (#30884) 2019-02-15 07:47:44 -07:00
Mike Côté
2cd6c130d1
Add title column to the saved object delete confirmation modal (#29984)
* Add title column to the saved object delete confirmation modal

* Update tests

* Fix translation id to be static
2019-02-15 09:01:11 -05:00
Walter Rafelsberger
3db71cdf0b
[ML] Fine-tune event distribution chart data fetching. (#31179)
* Reduces `shard_size` for the `sampler` aggregation from `50000` to `20000`.
* Sets `precision_threshold` for `cardinality` aggregations to `100`.
* Fixes a bug where `distinct_count` was used instead of `cardinality` for the check whether to apply normalizaton.
* Fixes normalization for `7.x` and above by adding `rest_total_hits_as_int: true`.
* Tweaks the text for chart's info tooltip.
2019-02-15 13:54:01 +01:00
Thomas Neirynck
e9ae8cf637
[Maps] Remove stack names (#31030) 2019-02-15 00:41:22 -05:00
Thomas Neirynck
50cfaf67e9
[Maps] Add max zoom and padding when fitting on bounds (#31016) 2019-02-15 00:40:50 -05:00
CJ Cenizal
1d2a6fafd1
[CCR] i18n feedback (#30028)
* Remove unused Chinese translations.
2019-02-14 17:36:56 -08:00
Joel Griffith
cc6c31cd1c
Removes noreferrer on explicit elastic.co domains (#31008)
* Removes noreferrer on explicit elastic.co domains
2019-02-14 14:52:22 -08:00
Catherine Liu
e16e3d1183
[Canvas] Updates keyboard shortcuts (#29394)
* Updated redo shortcuts

* Moved element deleting handling from event_handler.js to keyHandler used in the Shortcut component

    Added shortcut for duplicating elements

    Removed cmd/ctrl+y for redo. conflicts with google chrome

    Added backspace to navigate back a slide in presentation mode

    fixed presentation shortcuts

    Added comments

    Fixed duplicate elements function

    Refactored event handlers

    Added shortcuts for layer manipulation

* Added TODOs

* Added TODO

* Reverted TS changes in keymap.js

* Fixed relayer handlers

* Fixed remove element

* Disables layer manipulation shortcuts when multiple elements are selected

* Added comment
2019-02-14 15:37:39 -07:00
Nathan Reese
dc9248f3d2
[Maps] replace singleton store with per map store instance (#30896)
* [Maps] replace singleton store with per map store instance

* RIP redux devtools
2019-02-14 15:16:40 -07:00
Shaunak Kashyap
355b7a2c9c
Using POST instead of DELETE for bulk deletion of pipelines (#31023)
Evidently something (outside the Logstash management codebase itself) changed in the Kibana server (HAPI upgrade?) that no longer honors the HTTP 1.1 spec of allowing request bodies for `DELETE` requests. Consequently users could no longer bulk delete Logstash pipelines as that functionality issues an HTTP `DELETE` request from the browser to the Kibana server, along with a request body containing IDs of pipelines to be deleted. This change fixes this regression by using a `POST` instead of a `DELETE`.

Thanks to @jen-huang for finding this issue!
2019-02-14 14:01:18 -08:00
CJ Cenizal
e4ba818ff5
Reintroduce linting rule that requires single-quotes in x-pack. (#30893)
* Reintroduce linting rule that requires single-quotes in x-pack.
* Remove redundant quotes rule for ML.
* Convert ES-UI code to single quotes.
  - Dev tools
  - CCR
  - ILM
  - Index management
  - License management
  - Remote clusters
  - Rollup
  - Watcher
* Convert Graph code to single quotes.
* Convert Maps to single quotes.
* Convert Monitoring code to single quotes.
* Convert Reporting code to single quotes.
* Convert Security code to single quotes.
* Convert Telemetry code to single quotes.
* Convert Upgrade Assistant code to single quotes.
* Convert Grok Debugger to single quotes.
2019-02-14 12:08:37 -08:00
James Gowdy
c7700ce378
[ML] Replacing EuiSuperSelect in file data visualizer (#31128)
* [ML] replacing EuiSuperSelect in file data visualizer

* fixed format

* updating tests
2019-02-14 19:42:47 +00:00
Matthew Kime
317834738e
restore upgrade assistant data test subj (#29775)
* restore upgrade assistant data test subj

* move data-test-subj to wrapping div

* remove unneeded class

* Update app.tsx

* Update app.tsx

* Update app.tsx
2019-02-14 11:51:38 -06:00
Felix Stürmer
dcf2a4ff93
[Logs UI] Use stable json stringify for log item values (#30930) 2019-02-14 18:51:23 +01:00
Bill McConaghy
fc16a93221
disabling actions for threshold alerts that have default actionType (#31129)
* disabling actions for threshold alerts that have default actionType

* adding comment per PR feedback
2019-02-14 12:20:30 -05:00
Matt Apperson
22fdace7b7
fix xpack integration tests, add to CI (#30883)
* fix xpack integration tests, add to CI

* faster tests, intigration runs in paralel

* fix intigration test

* revert hard-coding test env to node
2019-02-14 11:56:50 -05:00
Caroline Horn
50bea61e91
Dark mode fixes for Visualize charts, TSVB, and Timelion (#30478)
* Some quicky changes

* Fixes dark vs light coloring for TSVB charts

* Fix coloring of tooltips and annotations for TSVB

* Fix up TSVB Markdown

No uses the same base styles as Visualize and Canvas

* More fiddling with spacing around filter bar

* Fixing dark mode grid and

removing hard-coded hex values where possible and adding an alpha channel to those that can’t

* more tweaks

* removing more `reversed` props

* Skip dark mode test for now

Since `.reverse` doesn’t exist unless bg is opposite of theme

* SASS linter enabled for TSVB

* Fix chrome path

* Enable sass-lint on Timelion

* Enable sass-lint on vislib

* Fix more spacing with query bar and enable sass-lint

* temp var name update

* A frew more files linted

* missed a few more hardcoded colors

* Addressed PR comments

* Changing #rrggbbaa to rgba()

For IE
2019-02-14 11:46:56 -05:00
Joe Reuter
1e65ad5ce4
Remove dollar key stripping from search requests (#30483) 2019-02-14 17:08:23 +01:00
Mike Côté
d4022d8ddf
Remove id attribute from canvas attributes (#30736)
* Remove id attribute from canvas attributes

* Fix create and update API

* Add migration tests

* Use constants

* Add API tests

* Cleanup tests

* Apply PR feedback
2019-02-14 10:50:36 -05:00
Justin Kambic
6551feacde
[Uptime] Update targeted index pattern 7.x (#30964)
* Update targeted index pattern and rename API test indices.

* Fix busted unit tests.
2019-02-14 10:43:43 -05:00
Andrew Cholakian
8584e8acea
[Uptime] Disable sorting on EuiInMemoryTable instances (#30430)
All these tables are for large datasets, which makes the sorting misleading. After we have the states index we can query things in such a way that we can enable sorting (and pagination!). Till then we should disable these to better adhere to the principle of least surprise.
2019-02-14 09:42:01 -06:00
kaiyan-sheng
dfc18a76df
Remove requirements for geoip and user-agent plugins (#30866) 2019-02-14 08:35:04 -07:00
Pete Harverson
fdc850d04c
[ML] Fix for Explorer time range when selected jobs have no data (#31093) 2019-02-14 14:49:57 +00:00
Melissa Alvarez
76c1944761
ensure cached args correspond to cached results (#30997) 2019-02-14 09:49:17 -05:00
Kerry Gallagher
20f8482e11
[InfraUI] Fix / add context to Metrics error (#30383)
* Add a custom and specific InvalidNode Error so that more helpful information can be displayed on the Metrics page

Add a custom error for an invalid node check

Add a component for displaying help when using an invalid node

Throw the specific error from kibana_metrics_adapter

Add an enum for specific error codes

Look for and handle invalid node error in metrics/index

Amend container to pass Error instance

Add source configuration flyout to metrics/index to facilitate change source config button

* Add explicit type for err parameter

* Remove i18n injection, use FormattedMessage component

* Stylistic index changes

* Move Error typings to common
2019-02-14 13:28:28 +00:00
Alexey Antonov
3bf6bfe052
Missing variables preview in TSVB markdown 2019-02-14 14:52:36 +03:00
Larry Gregory
c4a161b4c9
removes unnecessary url-parse dependency (#31029) 2019-02-14 06:36:39 -05:00
Joe Reuter
723c89f5c4
Fix vega tooltip position on scroll (#30795)
* fix vega tooltip position on scroll
* fix bug stopping vega tooltips from showing up in IE11
2019-02-14 11:36:25 +01:00
Joe Reuter
2ede2e330e
Update vega to version 4 (#30628) 2019-02-14 11:35:05 +01:00
Joe Reuter
1e6d9cf1ff
Fix management footer logo spacing bug (#30654) 2019-02-14 11:34:10 +01:00
Robert Monfera
0e7a735708
[Canvas][Layout Engine] Annotation showing node rotation angle (#30702)
* Feat: angle rotation annotation (in degrees) added
* Style annotation like EUI tooltip (#30950)
2019-02-14 09:09:02 +01:00
Spencer
b411925bba
Fix plugin-helpers test:server task (#31034)
* [plugin-helpers/testServer] use scripts/mocha

* [yarn] sync eslint-plugin-jest with kibana while I'm here
2019-02-13 22:47:26 -08:00
Spencer
f82f44ea65
[ftr/defaultTimezone] make UTC the default timezone (#30460) 2019-02-13 22:46:45 -08:00
Chris Roberson
13e533177e
[Monitoring] Skip tests for cloud (#30879)
* Skip tests for cloud

* Add TODOs
2019-02-13 23:19:29 -05:00
Matt Apperson
f280ea0760
[BeatsCM] remove type from ES template and requests (#30549) (#30823)
* remove dype from ES template and requests

* remove doc type?
2019-02-13 22:14:40 -05:00
Tyler Smalley
a91800f5bb
[build] Fixes incorrect environment name for V8 options (#31052)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-02-13 17:23:49 -08:00
Ahmad Bamieh
0eeed404be
[Telemetry] Localization Stats (#29213)
* integrity for i18n

* report inside xpack_main

* self code review

* fix broken tests

* consistent localization reporting inside plugins

* update tests

* remove __mocks__
2019-02-14 02:55:40 +02:00
James Gowdy
b413506057
[ML] Fixing issue when selecting new job to continue in real time (#30949) 2019-02-13 23:30:15 +00:00
Spencer
82465c92fd
[optimizer] set __webpack_nonce__ to support safe async imports (#30765)
* [optimizer] set __webpack_nonce__ to support safe async imports

* [csp] rename global var to __kbnNonce__
2019-02-13 14:23:30 -08:00
Justin Kambic
c384107d08
[Uptime] Replace heartbeat app icon (#30530)
* Replace Heartbeat App icon with Uptime App icon.
2019-02-13 17:21:58 -05:00
gchaps
26db3855af
[DOCS] Updates index management doc for 6.7 (#30906)
* [DOCS] Updates index management doc for 6.7

* [DOCS] Incorporates review changes into managing indices doc
2019-02-13 13:51:36 -08:00
Jonathan Budzenski
5b545ca8a0
remove pivotal-ui (#30975) 2019-02-13 15:44:02 -06:00
Bill McConaghy
87428d94cd
refactoring license management server routes (#30845)
* refactoring license management server routes

* addressing PR feedback
2019-02-13 16:31:21 -05:00
Chris Roberson
e6cefc3d03
Use an empty array if this does not exist (#30322) 2019-02-13 15:54:21 -05:00