Commit graph

27 commits

Author SHA1 Message Date
Kibana Machine
a44ba7e18a
[8.13] [Search] Fix native connector search results (#178003) (#178064)
# Backport

This will backport the following commits from `main` to `8.13`:
- [[Search] Fix native connector search results
(#178003)](https://github.com/elastic/kibana/pull/178003)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Navarone
Feekery","email":"13634519+navarone-feekery@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-03-06T08:34:12Z","message":"[Search]
Fix native connector search results (#178003)\n\n## Summary\r\n\r\nThis
fixes the search result to redirect to native connector pages if\r\nthe
user is on cloud and the connector supports native. Otherwise
the\r\nconnector page will be for a connector client.\r\n\r\nAlso
consolidate the reference for connector integrations used
for\r\nsearching the top search bar and the integrations
page.\r\nThere's a lot of repetitiveness here, and because they are very
similar\r\nin both use and design, it is ideal to have a single source
of
truth.","sha":"9262d96788dbf23c20f29b8f778accd862d07ca6","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.13.0","v8.14.0"],"title":"[Search]
Fix native connector search
results","number":178003,"url":"https://github.com/elastic/kibana/pull/178003","mergeCommit":{"message":"[Search]
Fix native connector search results (#178003)\n\n## Summary\r\n\r\nThis
fixes the search result to redirect to native connector pages if\r\nthe
user is on cloud and the connector supports native. Otherwise
the\r\nconnector page will be for a connector client.\r\n\r\nAlso
consolidate the reference for connector integrations used
for\r\nsearching the top search bar and the integrations
page.\r\nThere's a lot of repetitiveness here, and because they are very
similar\r\nin both use and design, it is ideal to have a single source
of
truth.","sha":"9262d96788dbf23c20f29b8f778accd862d07ca6"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178003","number":178003,"mergeCommit":{"message":"[Search]
Fix native connector search results (#178003)\n\n## Summary\r\n\r\nThis
fixes the search result to redirect to native connector pages if\r\nthe
user is on cloud and the connector supports native. Otherwise
the\r\nconnector page will be for a connector client.\r\n\r\nAlso
consolidate the reference for connector integrations used
for\r\nsearching the top search bar and the integrations
page.\r\nThere's a lot of repetitiveness here, and because they are very
similar\r\nin both use and design, it is ideal to have a single source
of truth.","sha":"9262d96788dbf23c20f29b8f778accd862d07ca6"}}]}]
BACKPORT-->

Co-authored-by: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com>
2024-03-06 03:10:54 -07:00
Kibana Machine
553b27ac10
[8.13] Add tiles and integrations for Jira Data Center and Confluence Data Center (#177436) (#177558)
# Backport

This will backport the following commits from `main` to `8.13`:
- [Add tiles and integrations for Jira Data Center and Confluence Data
Center (#177436)](https://github.com/elastic/kibana/pull/177436)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Artem
Shelkovnikov","email":"artem.shelkovnikov@elastic.co"},"sourceCommit":{"committedDate":"2024-02-22T00:49:21Z","message":"Add
tiles and integrations for Jira Data Center and Confluence Data Center
(#177436)\n\n## Summary\r\n\r\nThis PR adds tiles for two
connectors:\r\n\r\n- Jira Data Center\r\n- Confluence Data
Center\r\n\r\nThese connectors internally use same service types: `jira`
and\r\n`confluence`. They re-use documentation for these connectors - it
can be\r\nfound in the same pages as for original Jira/Confluence
connectors.\r\n\r\nThe tiles are added to Enterprise Search connectors
page + into\r\nintegrations page. See screenshots.\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 10
20\"\r\nsrc=\"da944de9-828b-453b-ad38-1695ae3d557a\">\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 11
09\"\r\nsrc=\"aaac975e-e423-42a3-846b-628e9e673b5a\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\\\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"c2dedc957a029c7b51a2abad4e4d79922d5d77ea","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:feature","backport:prev-minor","v8.13.0","v8.14.0"],"title":"Add
tiles and integrations for Jira Data Center and Confluence Data
Center","number":177436,"url":"https://github.com/elastic/kibana/pull/177436","mergeCommit":{"message":"Add
tiles and integrations for Jira Data Center and Confluence Data Center
(#177436)\n\n## Summary\r\n\r\nThis PR adds tiles for two
connectors:\r\n\r\n- Jira Data Center\r\n- Confluence Data
Center\r\n\r\nThese connectors internally use same service types: `jira`
and\r\n`confluence`. They re-use documentation for these connectors - it
can be\r\nfound in the same pages as for original Jira/Confluence
connectors.\r\n\r\nThe tiles are added to Enterprise Search connectors
page + into\r\nintegrations page. See screenshots.\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 10
20\"\r\nsrc=\"da944de9-828b-453b-ad38-1695ae3d557a\">\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 11
09\"\r\nsrc=\"aaac975e-e423-42a3-846b-628e9e673b5a\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\\\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"c2dedc957a029c7b51a2abad4e4d79922d5d77ea"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177436","number":177436,"mergeCommit":{"message":"Add
tiles and integrations for Jira Data Center and Confluence Data Center
(#177436)\n\n## Summary\r\n\r\nThis PR adds tiles for two
connectors:\r\n\r\n- Jira Data Center\r\n- Confluence Data
Center\r\n\r\nThese connectors internally use same service types: `jira`
and\r\n`confluence`. They re-use documentation for these connectors - it
can be\r\nfound in the same pages as for original Jira/Confluence
connectors.\r\n\r\nThe tiles are added to Enterprise Search connectors
page + into\r\nintegrations page. See screenshots.\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 10
20\"\r\nsrc=\"da944de9-828b-453b-ad38-1695ae3d557a\">\r\n\r\n<img
width=\"1217\" alt=\"Screenshot 2024-02-21 at 14 11
09\"\r\nsrc=\"aaac975e-e423-42a3-846b-628e9e673b5a\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\\\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"c2dedc957a029c7b51a2abad4e4d79922d5d77ea"}}]}]
BACKPORT-->

Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
2024-02-22 03:51:14 -07:00
Kibana Machine
a6d11b004c
[8.13] Add tiles for Notion and Redis connector (#177306) (#177500)
# Backport

This will backport the following commits from `main` to `8.13`:
- [Add tiles for Notion and Redis connector
(#177306)](https://github.com/elastic/kibana/pull/177306)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Artem
Shelkovnikov","email":"artem.shelkovnikov@elastic.co"},"sourceCommit":{"committedDate":"2024-02-21T17:50:08Z","message":"Add
tiles for Notion and Redis connector (#177306)\n\n## Summary\r\n\r\nThis
PR adds tiles for two new connectors:\r\n\r\n- Redis\r\n-
Notion\r\n\r\nThe tiles are added to Enterprise Search connectors page +
into\r\nintegrations page. See screenshots.\r\n\r\n<img width=\"1217\"
alt=\"image\"\r\nsrc=\"17bac917-f636-477e-91ae-facc48b3c06c\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"f56f44bf-25a9-464c-b84b-f71947d7a3c3\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"329a3a7e-da1b-49b3-902f-75421fb9e289\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bccc5a8130f8d0c5641ecc6f5a4076281332d4","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:feature","v8.13.0","v8.14.0"],"title":"Add
tiles for Notion and Redis
connector","number":177306,"url":"https://github.com/elastic/kibana/pull/177306","mergeCommit":{"message":"Add
tiles for Notion and Redis connector (#177306)\n\n## Summary\r\n\r\nThis
PR adds tiles for two new connectors:\r\n\r\n- Redis\r\n-
Notion\r\n\r\nThe tiles are added to Enterprise Search connectors page +
into\r\nintegrations page. See screenshots.\r\n\r\n<img width=\"1217\"
alt=\"image\"\r\nsrc=\"17bac917-f636-477e-91ae-facc48b3c06c\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"f56f44bf-25a9-464c-b84b-f71947d7a3c3\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"329a3a7e-da1b-49b3-902f-75421fb9e289\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bccc5a8130f8d0c5641ecc6f5a4076281332d4"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177306","number":177306,"mergeCommit":{"message":"Add
tiles for Notion and Redis connector (#177306)\n\n## Summary\r\n\r\nThis
PR adds tiles for two new connectors:\r\n\r\n- Redis\r\n-
Notion\r\n\r\nThe tiles are added to Enterprise Search connectors page +
into\r\nintegrations page. See screenshots.\r\n\r\n<img width=\"1217\"
alt=\"image\"\r\nsrc=\"17bac917-f636-477e-91ae-facc48b3c06c\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"f56f44bf-25a9-464c-b84b-f71947d7a3c3\">\r\n\r\n<img
width=\"1217\"
alt=\"image\"\r\nsrc=\"329a3a7e-da1b-49b3-902f-75421fb9e289\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [x] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bccc5a8130f8d0c5641ecc6f5a4076281332d4"}}]}]
BACKPORT-->

Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
2024-02-21 12:18:00 -07:00
Efe Gürkan YALAMAN
8d9e12a19b
[Enterprise Search] Update connector tiles (#167656)
## Summary

- Update Integration Tiles
- Update Select Connector Tiles
- GitHub, OneDrive, Google Drive to native connectors

<img width="1427" alt="Screenshot 2023-09-29 at 16 38 08"
src="49607717-9c1d-4b73-8ae9-612c13641671">
<img width="1243" alt="Screenshot 2023-09-29 at 16 38 13"
src="f2ca0c1f-95ab-4f59-9baa-5fc59a42d5dc">
<img width="1317" alt="Screenshot 2023-09-29 at 16 38 25"
src="b8c758d5-f615-4ba7-805f-e944712b8777">
<img width="1366" alt="Screenshot 2023-09-29 at 16 38 44"
src="ca102329-e40c-4ebd-b7d4-6184b18bf0c2">
<img width="1452" alt="Screenshot 2023-09-29 at 16 38 51"
src="f6116d57-9a68-4538-8b92-7c296886c0bd">



### Checklist

Delete any items that are not applicable to this PR.

- [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/main/packages/kbn-i18n/README.md)
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [x] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [x] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-10-03 14:33:13 +02:00
Sander Philipse
a4d3c0203f
[Enterprise Search] Update connectors for 8.10 (#162909)
## Summary

This adds native connectors, updates existing connectors, and rebrands
the Enterprise Search tag to Search in the Integrations page.
2023-08-03 07:14:07 -07:00
Sander Philipse
4d812c1d24
[Enterprise Search] Update connector integrations for 8.9 (#160532)
## Summary

This updates connector tiles for Enterprise Search to bring them in line
with 8.9.

<img width="1032" alt="Screenshot 2023-06-26 at 16 26 40"
src="a222a2a3-17ad-4e72-8ce8-57e09d89d05e">
<img width="1035" alt="Screenshot 2023-06-26 at 16 25 04"
src="3ce1e78c-b4fe-404b-b314-e02f3d6f439e">
<img width="1086" alt="Screenshot 2023-06-26 at 16 24 40"
src="14dd6ca5-875f-4c2d-9408-a2fa15abbbec">

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-06-27 17:23:09 +02:00
Kylie Meli
5c7a5b0956
Add Confluent Cloud to integrations UI (#159735)
## Summary

Add a new tile into the Integrations UI for Confluent Cloud's Elastic
Sink Connector.

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

<img width="1675" alt="Screenshot 2023-06-14 at 1 38 33 PM"
src="964d30be-4d96-47fc-a36e-148aa71e864e">

### Checklist

Delete any items that are not applicable to this PR.

- [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/main/packages/kbn-i18n/README.md)
- [ ]
~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials~
- [X] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] ~Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard
accessibility](https://webaim.org/techniques/keyboard/))~
- [ ] ~Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [X] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] ~This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)~

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-15 13:56:15 -04:00
Sander Philipse
e6fdc8ba45
[Enterprise Search] Add Jira, Confluence, Sharepoint connectors (#157167)
## Summary

This adds Jira, Confluence and Sharepoint connectors to Enterprise
Search.
2023-05-10 05:07:43 -07:00
Jen Huang
4fbc83493a
[Fleet] Sync integration categories and update tutorials and custom integrations (#153216)
## Summary

Part of https://github.com/elastic/integrations/pull/5123. This PR:

1) Syncs hardcoded list of integration categories against the latest
list from [package
spec](24557251ec/categories/categories.yml)
2) Brings the categories used by the "home tutorial" cards and custom
integrations cards in line with the above PR

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-03-28 20:59:13 -07:00
Sander Philipse
a496623003
[Enterprise Search] Add integration tiles for new connectors (#150369)
## Summary

This adds a bunch of integration tiles for our new connectors: Azure
Cloud, Google Cloud, Amazon S3, MS SQL, PostgreSQL and Oracle.
2023-02-07 04:59:48 -07:00
Byron Hulcher
c6177aea3a
Add integration tiles for MySQL, MongoDB, and generic native connectors (#140957) 2022-09-19 10:23:05 -07:00
Byron Hulcher
1833bb314c
[Enterprise Search] Updated Fleet Integration tiles (#137231) 2022-07-26 19:49:20 -07:00
Byron Hulcher
be71c903b9
[Workplace Search] Hide integration tiles for service not launching with 8.3.0 (#134931) 2022-06-23 13:48:41 +02:00
Byron Hulcher
065ea3e772
[Workplace Search] Remove Custom API Source Integration tile (#132538) 2022-05-20 13:12:49 -04:00
Mario Castro
34e51a6807
Add Elasticsearch Serverless Forwarder to integrations UI (#130085) 2022-05-11 17:55:54 +02:00
Byron Hulcher
a3fd86c22a
[Workplace Search] New Network Drive, Outlook, Teams, and Zoom Server integration tiles (#130421) 2022-04-21 09:00:52 -05:00
Max Kovalev
56c38b6a85
[Maps] Register GeoJson upload with integrations page (#126350)
* #116653 - added GeoJson upload for Intergrations page

* 116653 - refactoring for messages

* 116653 - fixed Checks and api tests

* 116653 - fixed checks

* 116653 - refactoring; Added constants and registrations for shapefile

* 116653 - fixed api test

* 116653 - added method for getting selected wizard

* 116653 - refactoring

* 116653 - refactoring; Added constants, variables renamed

* 116653 - prettier fixes

* 116653 - refactoring; functional test added

* 116653 - test file extension changed to TS

* 116653 - refactoring

* 116653 - refactoring; test updated

* 116653 - refactoring

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 09:14:02 -06:00
Byron Hulcher
f88e8b59bb
[Workplace Search] New SharePoint Server integration tile (#126549) 2022-03-03 07:00:26 -07:00
Thomas Neirynck
87312b44ef
[Maps] Add gdal integration (#118633) 2021-11-16 16:59:59 -05:00
Thomas Neirynck
8ae4275671
[Fleet] Default to APM tutorial (#117421) 2021-11-04 14:24:41 -04:00
Thomas Watson
f152787a68
Remove deprecated xpack.security.enabled config option (#111681)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:12:05 -04:00
Thomas Neirynck
0928197ad6
[Fleet] Sample data and copy tweaks (#115078) 2021-10-18 10:33:42 -04:00
Thomas Neirynck
dafd9d4e60
[Fleet] Add File upload (#114934) 2021-10-14 13:16:28 -04:00
Thomas Neirynck
f46393d616
[Fleet] Add language clients (#113666) 2021-10-05 13:27:34 -04:00
Thomas Neirynck
a565eaa39d
[Fleet] Show beats replacements in integration browser (#113291)
Display both beats and epr-packages in the integration browser. When there is overlap, the EPR-package equivalent is displayed. When the EPR-package is not yet ga, the beat-equivalent is displayed.
2021-10-01 08:11:25 -04:00
Thomas Neirynck
1090a356f3
[Fleet] Register Sample Data (#113200) 2021-09-29 18:21:04 -04:00
Thomas Neirynck
be1ee57a03
[Fleet] Add custom integrations API (#112481)
Add a new plugin `custom_integrations`. This plugin allows for the registration of data-integrations tutorials. The Fleet-integrations app will display these alongside the existing Elastic Agent integrations.
2021-09-27 11:54:43 -04:00