Commit graph

17586 commits

Author SHA1 Message Date
Tim Sullivan
5691dcff69
[Monitoring] Improve User Experience of Enabling Monitoring Collection (#19451)
* [Monitoring/No Data] Show a "still waiting" link after 19s

* minor bug fix: spinner if _interval_ updating

* update "we tried"

* some wording changes on activating / trying to activate monitoring

* cancel the setTimeout when component gets unmounted

* more wording tweaks

* update snapshot
2018-06-15 14:28:29 -07:00
Rashmi Kulkarni
4f4c398380
ES6 conversion on Management Tests (#19870) 2018-06-15 12:52:42 -07:00
lcawl
f1d64593ca [DOCS] Adds links to release notes and highlights 2018-06-15 11:12:29 -07:00
Varun Sharma
9677b555c3 [Docs] Adds Dropdown Plugin (#19889) 2018-06-15 13:05:24 -04:00
Tyler Smalley
fb7e6cc034
Handle configured path.data for Keystore location (#19916)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-06-15 08:40:21 -07:00
Tiago Costa
dc907ace5b
chore(NA): remove node version validator from git pre-commit hook script. (#19950) 2018-06-15 16:14:48 +01:00
James Gowdy
5d7afd996c
[ML] Removing rules from APM module (#19932) 2018-06-15 11:50:08 +01:00
Aleh Zasypkin
8c2a8d25c1
Do not rely on native setTimeout in the promise service tests. (#19891) 2018-06-15 11:37:26 +02:00
Nathan Reese
9dc9644e95
kibana logo, wrap li in ul (#19838)
* kibana logo, wrap li in ul

* set aria-label to home instead of logo
2018-06-14 15:55:57 -06:00
Nathan Reese
829b6ddb8a
clean-up sample data text (#19902)
* clean-up sample data text

* remove duplicate text in toast since name includes 'sample' and 'data'
2018-06-14 14:24:54 -06:00
Søren Louv-Jansen
b936bbc326
Bump backport (#19910) 2018-06-14 21:13:25 +02:00
Jonathan Budzenski
7a2eb23831
Bump node to 8.11.3 (#19861) 2018-06-14 12:45:20 -05:00
CJ Cenizal
fd22e216fc
Guard against calling fieldWildcardMatcher or fieldWildcardFilter with undefined (#19865) 2018-06-14 08:45:13 -07:00
Bill McConaghy
f5a70272ce
upping xpack version of brace to the latest which should bring us to one version of it in the bundle. (#19897) 2018-06-14 11:00:33 -04:00
Larry Gregory
27439900be
Expose 'getSavedObjectsRepository' from Saved Objects Service (#19677)
* Expose 'getSavedObjectsRepository' from Saved Objects Service

* remove superfluous config from SavedObjectsClientProvider
2018-06-14 10:24:02 -04:00
Walter Rafelsberger
06bd2d463e
[ML] Migrates data visualizer card header to EUI/React (#19890)
To get rid of angular's tooltip="..." code in the header of data cards of the data visualizer, this introduces a ml-field-title-bar directive/component.
- The directive replaces the raw template code in field_data_card.html.
- The directive itself wraps a React component which uses EUI's tooltip instead of angular's tooltip attribute.
- The previous angular template logic (about which classes and fieldnames to display) is also move to the React component
2018-06-14 13:16:49 +02:00
Pete Harverson
9d1ec94fac
[ML] Convert anomalies controls to EUI / React (#19856)
* [ML] Convert anomalies controls to EUI / React

* [ML] Edits to anomaly controls following review
2018-06-14 11:25:20 +01:00
CJ Cenizal
2ada1b348a
Replace Watcher's watch-type-select directive with two buttons. (#19782) 2018-06-13 17:08:13 -07:00
CJ Cenizal
2600a2c099
Hide bottom row of local nav in License Management if it's empty. (#19780) 2018-06-13 17:06:45 -07:00
CJ Cenizal
0a2ce7d370
Add described-by attribute to duration-selection directive to make children inputs screen reader accessible. (#19779) 2018-06-13 17:05:42 -07:00
CJ Cenizal
9493ac4093
Add aria-label to Indices Management search input. (#19778) 2018-06-13 17:04:50 -07:00
CJ Cenizal
2f63db23f8
Add heading hierarchy to Management landing page and role='group' to panels to aid screen reader accessibility. (#19777) 2018-06-13 17:03:55 -07:00
CJ Cenizal
8657a9e61b
Add aria-labelledby to index details flyout to tell screen reader what to announce when the flyout is opened. (#19776) 2018-06-13 17:01:35 -07:00
CJ Cenizal
7a9d4a2dc2
Remove unnecessary PromiseEmitter. (#19845) 2018-06-13 10:33:59 -07:00
Walter Rafelsberger
7b4e823d2e
[ML] Fixes agg-type dropdowns size and styling. (#19816)
- Fixes an issue with cut off text within aggregation type dropdowns in the multi-metric and population wizard.
- Fixes the style of the dropdown to be consistent across browsers.
- Fixes 1px vertical offset between dropdown and trash-icon.
2018-06-13 17:31:55 +02:00
Marco Vettorello
49724b2996
Refactoring Markdown lifecycle methods to React 16.3 (#19436)
* Removed componentWillReceiveProps

* Memoized markdown factory

* Refactored some tests
2018-06-13 15:17:21 +02:00
liza-mae
d5589bff48
Add option to exclude tests in functional test runner (#19806)
* Add option to exclude tests in functional test runner

* Move tag to end of test name
2018-06-13 05:25:07 -06:00
Nathan Reese
5b05c4cbc5
remove Private from timefilter lib (#19651) 2018-06-13 05:23:42 -06:00
Peter Pisljar
88bb0121d4
explicitly passing filters and query to visualize (#19172) 2018-06-13 04:35:07 -05:00
dave.snider@gmail.com
43639cd9c0
[Design] Clean up dashboard listing page (#19657)
Along with @nreese, cleaned up the dashboard listing view to add an empty state.
2018-06-12 17:43:20 -07:00
CJ Cenizal
77b53db939
Change tryForTime error output from 'failure' to 'error', to make it easier to grep the logs for actual failures. (#19707) 2018-06-12 17:19:50 -07:00
Jen Huang
af77bdcd19
Fix EuiSearchBar onChange callback (#19841) 2018-06-12 16:17:39 -07:00
Nathan Reese
87dbcdbede
add aria-label to select without label (#19830) 2018-06-12 13:16:00 -06:00
CJ Cenizal
647d3366eb
Upgrade EUI to 0.0.52 (#19772)
* Revert "Revert "upping eui to 0.0.52 and updating snapshots (#19761)" (#19770)"
This reverts commit c853072ca5, reintroducing EUI 0.0.52.
* Rename visualize page object selectors for manipulating combo box.
2018-06-12 10:47:20 -07:00
Tiago Costa
6ed5e7095b
chore(19502): change license checker and generator behaviour to only add dev dependencies with --dev flag. (#19626) 2018-06-12 07:56:10 -07:00
Walter Rafelsberger
d186aafb46
[ML] Disable cell range selection. (#19795) 2018-06-12 15:07:09 +02:00
Walter Rafelsberger
0d0256796f
[ML] Deprecates jQuery in favour of d3's axis component for the swimlanes axes. Adds support to remove overlapping labels. (#19800)
- Deprecates the use of jQuery to render the swimlanes axis labels and uses d3's axis component instead. We already used d3 features like d3.scale and others to calculate the label positions but the DOM rendering was still done using jQuery.
- Additionally, adds some logic to remove/fix overlapping labels.
2018-06-12 15:05:35 +02:00
Walter Rafelsberger
0b7367137b
[ML] Migrates advanced job wizard page wrapper to EUI. (#19815) 2018-06-12 15:02:23 +02:00
Nathan Reese
e38d1d92be
set timeout for timelion search requests (#19711)
* set timeout for timelion search requests

* stub out server.config for mocha testing

* test timeout set

* arrow functions
2018-06-11 18:10:00 -06:00
Tyler Smalley
ec69a02d7e Resolve intermittent premature connection closed (#19808)
Node 8 changed the keepAlive to default to 5 seconds from 5 minutes. This reverts that behavior.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-06-11 15:13:35 -07:00
Walter Rafelsberger
d2e0aed450
[ML] Fix cosmetic issues with cut off chart overflows. (#19794)
1. Increases the top margin to 5 and the right margin to 1 to avoid cutting off the chart because overflow is hidden for the directives mlEventRateChart and mlMultiMetricJobChart. The top margin gives enough room to avoid cutting off y-axis labels. The right margin is a tweak to not cut off the gray border by 1 pixel to the right.
2. Fixes how the domain for mlEventRateChart is calculated. The domain gets now extended by 1 barsInterval, otherwise the last bar will start at the end of vizWidth and overflow the chart (the overflow is hidden so the visible chart missed one bar).
2018-06-11 17:04:50 +02:00
Pete Harverson
af5215fb9f
[ML] Fix Single Metric Viewer for multi week bucket spans (#19759)
* [ML] Fix Single Metric Viewer for multi week bucket spans

* [ML] Edit to comment in ML time buckets calcEsInterval
2018-06-11 09:42:59 +01:00
CJ Cenizal
c853072ca5
Revert "upping eui to 0.0.52 and updating snapshots (#19761)" (#19770)
This reverts commit a6894c6f62.
2018-06-08 14:04:26 -07:00
Jen Huang
f0a58347d7
Update yarn.lock with new react-test-renderer version (#19745) 2018-06-08 12:47:29 -07:00
Bill McConaghy
a6894c6f62
upping eui to 0.0.52 and updating snapshots (#19761)
* upping eui to 0.0.52 and updating snapshots

* fixing yarn.lock
2018-06-08 15:40:03 -04:00
Bill McConaghy
990e454b92
[console] Adding documentation to console (#19715)
* adding documentation links when the endpoint is known

* making doc link reflect version user is using

* adding documentation links for xpack APIs

* fixing missing argument issue

* removing console log

* fixing issue with lingering documentation after text is deleted

* fixing issue with documentation and multiple commands in the editor

* adding $scope.$apply so documentation changes show up in UI

* removing dead code

* adding missing boost param for match_all

* fixing issue with parameterized endpoint completion

* adding keyboard shortcut for opening documentation for current request

* fixing issue with keyboard docs shortcut when you just move the cursor around
2018-06-08 12:47:22 -04:00
Jonathan Budzenski
c8216de9d5
[plugin installer] Allow x-pack removal if it exists (#19327)
* [plugin installer] Allow x-pack removal if it exists

* remove lingering exit
2018-06-08 11:35:09 -05:00
Jonathan Budzenski
5148dbf6f5
[package.json] Add missing dev dependencies (#19625) 2018-06-08 11:32:31 -05:00
Pete Harverson
2462884636
[ML] Use EUI table getRowProps for anomalies table row mouseover (#19755) 2018-06-08 13:24:22 +01:00
Shaunak Kashyap
4dcb27df2b
Document Logstash Centralized Configuration Management HTTP APIs (#17706)
* Starting to document Logstash config management APIS

* Removing copy pasta

* Adding delete pipeline API doc

* Mention updates in Create Pipeline API doc

* Capitalization fix

* Adding Retrieve Pipeline API doc

* Adding List Pipelines API doc

* Fixing typos

* Fixing DELETE pipeline API response code

* Add description field to GET pipeline response

* Update PUT pipeline API response to match implementation

* Fixing and annotating GET pipelines response

* Add AIP doc reference to index

* Adding xpack role

* Adding floats

* Missed list item

* Fixing rebase auto-merge

* Adding intro section to Logstash Configuration Management API page

* Bolding "experimental"

* Fixing typo
2018-06-08 17:29:39 +05:30