Commit graph

16575 commits

Author SHA1 Message Date
Kim Joar Bekkelund 08e48aa847
Kibana build tool (#15055)
* Introduce `kbn`, the Kibana build tool

* yarn kbn

* Make all deps devDeps

* Exclude __fixtures__ folder from Jest to avoid warnings

* Review fixes

* Update readme

* Use 'yarn kbn'

* Consistent rootPath

* Link to kbn tool

* Unsupported URL 'debug help' in contributing guide
2018-01-24 10:34:52 +01:00
Nathan Reese fd3fa98017
remove _field_stats API call from /api/timelion/validate/es (#16179) 2018-01-23 16:18:15 -07:00
Nathan Reese 441db86f44
make saved search name an href to saved search (#16148) 2018-01-23 15:48:41 -07:00
Fabien Baligand 1cbeffb20b Add 'Enhanced Table' visualization plugin (#16181) 2018-01-23 16:02:45 -05:00
archana fc34f05caa
[Docs] Append more explanation to Configuring Kibana (#15615)
* [docs] uniform colons

* [docs] Add more text about elasticsearch.ssl settings

* [docs] Add more text about elasticsearch.ssl.verificationMode setting

* [docs] spelling error

* [docs] clarify wording
2018-01-23 10:41:10 -06:00
Vanja Cosic 37749e79eb
[APM] Update Windows instructions for APM Server (#16196)
* Update Windows instructions for APM Server

* Update RPM command for APM Server
2018-01-23 17:15:18 +01:00
Thomas Neirynck 2f3311f523
should always set base layer (#16213) 2018-01-23 10:03:10 -05:00
Peter Pisljar cb7b38bb69
fixes renderComplete in angular vis type (#16150) 2018-01-23 15:16:36 +01:00
Chris Roberson 7b3a2f182c
[Management] Update pager with new props in Index Pattern Creation (#16195)
* Update pager with new props

* Update snapshot description
2018-01-22 12:53:20 -05:00
Nathan Reese dc551383e6
Timepicker - add 'recently selected' range option (#15868)
* store time filter history in localStorage

* allow selection of relative history

* use persisted log for storage

* display time history in quick list

* add recent timepicker panel

* set timehistory mode to recent

* add message to display when no time history exists yet

* migrate persisted_logs tests from mocha to jest

* reword text for no history

* better wording

* move logic from pretty-duration directive into its own file so logic can be shared by recent history view

* some small changes

* fix list styling

* make recent be a single column

* store quick times in history

* set default timezone for moment in pretty_duration tests
2018-01-22 09:52:26 -07:00
Tim Roes 691bf4180f
Use textContent and jQuery to set label and title (#16178)
* Use textContent to set tagcloud label

* Use jquery to set disabled vis title
2018-01-22 16:34:10 +01:00
Nathan Reese bd6b05f3e4
add pinFilters option (#16106) 2018-01-22 08:31:13 -07:00
Thomas Neirynck 401ee10ecb
Revert "Use a width range instead of a fixed width for visualize legends (#13818)" (#16174)
This reverts commit d435b2ff90. It seems to have broken master.
2018-01-19 14:59:25 -05:00
Tyler Smalley 95adbe50a0
Adds 6.2 branch to backport config (#16165)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-01-19 11:26:38 -08:00
Brandon Kobel b992281223
Updating datemath to 4.0.2, fixing bug with IE11 (#16167) 2018-01-19 14:05:58 -05:00
bh9 d435b2ff90 Use a width range instead of a fixed width for visualize legends (#13818) 2018-01-19 13:52:41 -05:00
Nathan Reese caa38d085b
add timefilter to controls search source instead of inheriting from root search source (#16159) 2018-01-19 11:18:39 -07:00
Shaunak Kashyap 629f7d8c48
Adding "collects" to align with standard Netflow terminology of a collector 2018-01-19 09:55:03 -08:00
Nathan Reese 4c7ae2fe32
Tutorial copy (#16135)
* update short descriptions

* apache log updates

* apache metrics and and APM updates

* docker, mysql, and kubernetes updates

* netflow updates

* all of the rest

* remove From the installation directory, fix type Logstash modules => This modules

* add APM dashboard screenshot

* fix typo and download URL
2018-01-19 10:40:31 -07:00
Thomas Neirynck e08b3c847f
Ensure SVG element styling rules are applied locally (#15906)
This restricts the SVG styling rules only the visualize-component.
2018-01-19 10:42:59 -05:00
Nathan Reese ab8dc970ef
play button overlaps search box (#16146) 2018-01-19 08:19:10 -07:00
Nathan Reese 90ed94b1c3
sort options list (#16145) 2018-01-19 08:17:20 -07:00
Nathan Reese 201769b3fb
Prevent blue lines in react-select when focused (#16141) 2018-01-19 08:16:26 -07:00
Chris Roberson 88647550da
[Management] Allow wildcard anywhere in the search query (#16109)
* Allow wildcard anywhere in the search query

* PR feedback for tests

* Update tests

* Throw exception when missing required parameter
2018-01-19 09:12:51 -05:00
Tim Roes 66c3120f31
Reorder options in metrics editor (#16093) 2018-01-19 14:21:53 +01:00
Kim Joar Bekkelund fa6736f31d
Upgrade license checker (#16147) 2018-01-19 08:49:55 +01:00
dave.snider@gmail.com 6c66c0c602
lowercase apm logo (#16140)
apm logo needed to be all lowercase
2018-01-18 14:30:37 -08:00
Lukas Olson 82d22e9dfc
Fix home link (#16128) 2018-01-18 15:08:18 -07:00
Thomas Neirynck 6ac2b86e7b
configure Kibana with production endpoint for EMSv3 (#16108) 2018-01-18 16:55:36 -05:00
Kim Joar Bekkelund 92ea635691
Licenses csv overrides (#16136)
* Actually override licenses when writing csv

* Cleaner overrides

* Remove all the unnecessary overrides
2018-01-18 21:34:34 +01:00
Yuri Astrakhan 764d1587ca
Bumped Vega dependency 2.0.8->2.0.9 (#16133) 2018-01-18 14:31:04 -05:00
Kim Joar Bekkelund 7b0b381684
Fail test if it 'console.error's (#16116)
* Fail test if it 'console.error's

* oneOf -> oneOfType

* Fix react-color console.error
2018-01-18 18:08:00 +01:00
Nathan Reese 88ed489e2a
check if field exists (#16102) 2018-01-18 08:06:51 -07:00
Kim Joar Bekkelund 7cf8461fa6
PropTypes -> propTypes (#16112) 2018-01-18 02:37:23 +01:00
CJ Cenizal 98034e5b30
Fix disappearing caret in time field select of Create Index Pattern wizard. (#16113) 2018-01-17 16:37:11 -08:00
Brandon Kobel cd5336fda6
Visualization specific timeranges (#15998)
* No longer converting the $scope.timeRange to absolute values in
visualize.js

* Now using searchSource.filter as opposed to manual approach

* Adding extensible filters and only including the first timeRange filter

* Removing the forceNow stuff, we'll deal with this in another PR

* Adding omment about removing null/undefined filters

* Adding vis.getTimeRange and using it in the Date Histogram

* Removing the test hard-coded timeRange

* Adding tests for default filter "filters"

* Adding custom filter prediate test
2018-01-17 11:52:38 -05:00
Nathan Reese fb45748fec
[home] Apm tutorial cleanup (#16100)
* render launch dashboard at end of instruction sets

* add intro to header, update 'APM Client' title to 'APM agents'

* avoid extra div element in footer
2018-01-17 09:39:42 -07:00
Brandon Kobel b6537e67c7
Upgrading the datemath.parse syntax to version 4.0 (#15999)
* Upgrading the datemath.parse syntax to version 4.0

* [@elastic/datemath] bump to version 4

* Updating yarn.lock for datemath-js@4.0

* Updating to dateamath-js@4.0.1
2018-01-17 08:15:01 -05:00
Aleh Zasypkin ac63d371b5
Make it possible to disable CSRF check for the specified list of paths. (#13904) 2018-01-17 10:25:35 +01:00
Spencer 215d9a066a Upgrade react deps (#16025)
* [yarn] upgrade react deps

* [yarn] reinstall pivotal-ui so that react dep is deduped

* [yarn] remove unused deps

* [react-ace] update snapshots to include new aria props

* [react-input-range] update snapshot with new allowSameValues prop, default is still false

* [react-select] update snapshots with new default from features added since 1.0.0-rc5
2018-01-17 10:14:12 +01:00
Nathan Reese 1712ba436a
[HOME] APM tutorial manifest (#16038)
* APM tutorial manifest

* add APM card to home page

* remove toogle when onPremElasticCloud instructions are not provided

* add rails instructions

* add rack and js instructions

* do not show tutorials without elastic cloud instructions when isCloudEnabled

* server download instructions

* add flask agent, fix agent links

* clean up APM intro

* add artifacts
2018-01-16 22:28:43 -07:00
Spencer 465bf631b8
[yarn] upgrade makelogs (#16082) 2018-01-16 17:36:56 -07:00
Tim Sullivan d856cc0cd2
replace kibana.svg with minified (#16081) 2018-01-16 17:22:04 -07:00
dave.snider@gmail.com 3cd54728fe
EUI 0.0.13: open sans font, along with disc bar alignment fix (#16053)
Updates Kibana to EUI version 0.0.13
2018-01-16 14:57:57 -08:00
Nathan Reese 16f7ff59c7
sort tutorials by name (#16074) 2018-01-16 13:55:21 -07:00
Thomas Neirynck 073f375367
Add topojson support / EMS v3 support (#15361)
This adds support for the v3 endpoint of the Elastic Maps Service. This includes support for Topojson files.
2018-01-16 15:30:52 -05:00
Tudor Golubenco 868d5422ab
Add more Beats tutorials to Kibana Home (#16054)
This adds a few more Kibana Home tutorials:

* Redis logs
* Redis metrics
* Docker metrics
* Kubernetes metrics

The instructions follow the logic and share the text with the existing modules.
2018-01-16 11:49:18 -08:00
Nathan Reese 0c907baf01
Add "use time filter" option to input controls (#15852)
* add useTimeFilter parameter to Controls visualization

* fix broken jest test

* add functional tests for useTimeFilter

* remove wrong comment

* use _.clone and _.isEqual for time comparision

* do not track time changes in vis_controller - use status.time instead
2018-01-16 12:35:17 -07:00
Nathan Reese abd70b22bd
fix data table styling (#16031)
* fix data table styling

* remove styling from pagination buttons, fix styling on kbn-table headers
2018-01-16 12:34:50 -07:00
Yuri Astrakhan 80a7340872
cleanup dispose, bump VegaLite dep (#16066) 2018-01-16 13:49:09 -05:00