Rudolf Meijering
a82ae4930a
[DOCS] Dashboard API breaking changes from #41125 ( #45267 ) ( #45414 )
...
* Document breaking changes from #41125
* Review comments
2019-09-11 21:49:36 +02:00
Dmitry Lemeshko
d4c28ecef6
Functional tests: convert more test/services to TS ( #45176 ) ( #45396 )
...
* convert more test/services to TS
* Update test/functional/services/combo_box.ts
Co-Authored-By: Tre' <wayne.seymour@elastic.co>
* Update test/functional/services/combo_box.ts
Co-Authored-By: Tre' <wayne.seymour@elastic.co>
* Update test/functional/services/combo_box.ts
Co-Authored-By: Tre' <wayne.seymour@elastic.co>
* fix lint error
2019-09-11 20:31:28 +02:00
spalger
d8e10b6dd4
disable another flaky suite ( #45323 ) ( #45330 )
...
(cherry picked from commit 95bf9c832a
)
2019-09-10 20:23:50 -07:00
Lisa Cawley
88ff840ff7
[DOCS] Creates developer folder ( #45280 ) ( #45324 )
2019-09-10 18:18:15 -07:00
gchaps
1e663116e5
[DOCS] Adds 7.3.2 Release Notes ( #45295 )
2019-09-10 15:06:31 -07:00
gchaps
e61f70ef70
[DOCS] Moves PR into breaking changes category ( #45216 )
2019-09-10 08:21:22 -07:00
Aaron Caldwell
a3fb47d63b
[Maps][File upload] Removing bbox from parsed file pending upstream lib fix ( #45194 ) ( #45230 )
2019-09-09 22:14:00 -06:00
Xavier Mouligneau
0f634b7a5b
[SIEM] when adding 2*nth note on an event do not unpin it ( #44941 ) ( #45192 )
...
* [SIEM] fix bug to not allow to unpinn an event when adding 2*nth note on this event
* fix type check
2019-09-09 19:07:03 -04:00
Larry Gregory
29d5c02ad4
Revert "[7.3] Export saved objects based on search criteria (#… ( #45140 )
...
This reverts commit 3eb888bd8a
.
2019-09-09 11:49:49 -04:00
Dmitry Lemeshko
07c89a0602
FTR: fix WebDriver Actions calls ( #44605 ) ( #45111 )
...
* [services/web_element_wrapper] add actions API methods
* fixes
* [services/browser] fix dragAnDrop to work in both w3c/non-w3c modes
* small review changes
* dragAndDrop: add default values for offset
2019-09-09 10:18:40 +02:00
Dmitry Lemeshko
815aa237ef
[visualize/_tsvb_time_series] fix flaky test ( #44505 ) ( #45018 )
2019-09-07 01:59:25 +02:00
lcawl
6b8c133b1d
[DOCS] Updates location of version attribute for Kibana Guide ( #45051 )
2019-09-06 16:34:42 -07:00
Lisa Cawley
2f5ab5f69c
[DOCS] Create developer guide part ( #44954 ) ( #45068 )
2019-09-06 15:51:39 -07:00
Nate Archer
20fa2da67e
[DOCS][CODE]: Code docs grammar edits and adjustments ( #44838 ) ( #45041 )
...
* [DOCS] Fix beta tag in Code Docs
* [DOCS][7.x][CODE]: Code docs grammar edits and adjustments
* Address Gail's feedback
* More feedback
2019-09-06 15:00:26 -05:00
Larry Gregory
3eb888bd8a
Export saved objects based on search criteria ( #44723 ) ( #45004 )
...
* export all saved objects returned from search, not all saved objects that exist
* remove unused mock
2019-09-06 12:55:32 -04:00
Lisa Cawley
31e8461aa1
[DOCS] Change title of Kibana book ( #44957 )
2019-09-06 09:27:23 -07:00
Nathan Reese
00b236031c
[skip-ci][Maps] Improve Maps intro page ( #44721 ) ( #44964 )
...
* [skip-ci][Maps] Improve Maps intro page
* review feedback
* trim list to 7 items, add link to getting started guide, change all references to app to Elastic Maps
* review feedback
* bold Elastic Maps in intro page
2019-09-05 21:03:16 -06:00
Juan Álvarez
baf881f26c
update apm index pattern ( #44869 )
2019-09-05 17:23:29 +02:00
Marjorie Jones
a651b058e6
[DOCS] Remove unused Infrastructure and Logs graphics files ( #44649 ) ( #44788 )
...
* Removing unnecessary graphics from Infra and Logs app descriptions, tidying up a couple of graphics to make them consistent
* Another tiny change
2019-09-04 18:37:31 +01:00
Frank Hassanabad
9a0950792c
[7.3] [SIEM] Fixes the rendering order and adds unit tests to prevent rendering to get out of order ( #44728 ) ( #44736 )
...
* [SIEM] Fixes the rendering order and adds unit tests to prevent rendering to get out of order (#44728 )
## Summary
Fixes the rendering order so that if you have a Suricata Row Renderer it will be activated instead of just the netflow. This also adds more unit tests and rearranges the netflow renderer to be next to the plain row renderer so it takes less of a precedence and we should be less likely to break again in the future.
* https://github.com/elastic/kibana/issues/44408
Before:
<img width="1105" alt="before" src="https://user-images.githubusercontent.com/1151048/64216277-6a371100-ce75-11e9-99e6-f5120b591cc7.png ">
After:
<img width="1097" alt="after" src="https://user-images.githubusercontent.com/1151048/64216282-6efbc500-ce75-11e9-8a45-d29fcd527a43.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 )
- [x] [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
- [x] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process )
- [x] 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 )
* Fixed types for the unit tests
2019-09-03 21:19:42 -06:00
Marjorie Jones
ce0f9d248e
[DOCS] Spellcheck and minor tidying-up/consistency of Logs app content ( #43388 ) ( #44602 )
...
* Preliminary changes
* More changes
* Updating Logs app content.
* Few final tweaks after reading through
* Review comments, adding a redirect for a removed bookmark, just in case.
# Conflicts:
# docs/logs/using.asciidoc
2019-09-02 14:22:45 +01:00
Andrew Cholakian
b84a69611d
[Uptime][Docs] Fix ref to index aliases in docs ( #42094 ) ( #42151 )
2019-08-30 14:25:34 -05:00
Rudolf Meijering
a10c93ec5c
Resolve filter index references when importing saved objects ( #42974 ) ( #44482 )
...
* Resolve filter index references when importing saved objects
* Tests for filter index resolution
* saved_object.js test for serialization of non-existing searchSource indexes
2019-08-30 17:32:46 +02:00
Chris Roberson
c0c922355c
[Monitoring] Ensure we pass down all the parameters for fetching logs ( #43869 ) ( #44397 )
...
* Ensure we pass these all the way down
* Add additional test
* Fix tests
* PR feedback
* Update copy and test wording
2019-08-29 14:45:49 -04:00
Xavier Mouligneau
6d3e3eb2bc
[SIEM] Fixes duplicate columns in timeline and fixes errors on multiple click on pinned event ( #44010 ) ( #44271 )
...
* fix duplicate columns + error on multiple click on the pinned event
* fix test
* fix unpinned events
* review + put back debounce for better experience
* fix circulat dependency
* review optional
2019-08-28 17:20:25 -04:00
Brandon Kobel
c33cf805e4
Moving Saved Object APIs from Experimental to Beta ( #44140 ) ( #44256 )
...
* Saved Object APIs, now beta!
* Using Gail's word-choice, thanks Gail!!!
2019-08-28 08:49:21 -07:00
gchaps
f3157ebe19
[DOCS] Adds Filters fix to Release Notes ( #44187 )
...
* [DOCS] Adds Filters fix to Release Notes
* [DOCS] Identifies RN item as an issue, not PR
2019-08-28 08:26:27 -07:00
Ahmad Bamieh
a4287db1a9
Update run_i18n_extract.ts ( #44092 ) ( #44177 )
...
call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
2019-08-28 06:22:03 +03:00
Spencer
d719318a92
[babel-preset/webpack] use corejs 3 ( #44154 ) ( #44204 )
2019-08-27 19:46:40 -07:00
Chris Roberson
87ec6ede56
[Monitoring] Only do a single date_histogram agg for get_nodes calls ( #43481 ) ( #44134 )
...
* I think this is working now
* Add a way to uncovert, and then fix tests
* Remove unnecessary export
2019-08-27 16:36:55 -04:00
Nik Everett
63390c807d
Docs: Fix asciidoctor compatibility ( #43473 )
...
This modifies the asciidoc files so they can be built by asciidoctor.
The biggest change is removing callouts that aren't at the end of the
line. To do that I break the examples from one giant line into many
shorter lines.
2019-08-22 14:58:44 -04:00
KOTungseth
7f81f71da4
Fixes highlights links
2019-08-22 13:01:33 -05:00
KOTungseth
5e5f4ec07f
Merge branch '7.3' of github.com:elastic/kibana into 7.3
2019-08-22 11:09:21 -05:00
KOTungseth
8b8301921e
Element page fixes
2019-08-22 11:08:53 -05:00
spalger
7e28c0965a
bump version to 7.3.2
2019-08-22 09:03:39 -07:00
KOTungseth
4e548d3009
[DOCS] Fixes workpad and element links
2019-08-22 10:48:55 -05:00
KOTungseth
5102aac9d1
Final clean up
2019-08-22 10:47:16 -05:00
KOTungseth
1c2c86ea9a
Export image
2019-08-22 10:47:01 -05:00
KOTungseth
b6483c1066
Comments from Catherine
2019-08-22 10:46:42 -05:00
KOTungseth
85a0f0b676
xpack
2019-08-22 10:46:19 -05:00
KOTungseth
b811000954
Change on to in
2019-08-22 10:46:05 -05:00
KOTungseth
d805bac88f
Review comments pt 3
2019-08-22 10:45:48 -05:00
KOTungseth
bce0f293f4
Review comments pt 2
2019-08-22 10:45:32 -05:00
KOTungseth
7cb034b1d5
Review comments pt 2
2019-08-22 10:45:06 -05:00
KOTungseth
0e01f90a65
Review comments pt 1
2019-08-22 10:44:45 -05:00
KOTungseth
8b0c777db4
Added images
2019-08-22 10:44:24 -05:00
KOTungseth
4d8e1edf1e
Reorganization and clean up
2019-08-22 10:44:02 -05:00
KOTungseth
3ef72b3eb7
Reorganized content
2019-08-22 10:43:40 -05:00
KOTungseth
78e4c9c3b7
Reorganization, cycle interval, and organization actions
2019-08-22 10:43:22 -05:00
KOTungseth
59a7eb1821
Display options and actions
2019-08-22 10:43:00 -05:00