kibana/x-pack/plugins/serverless_search
Samiul Monir 552680f92c
[Serverless Search] Adding pipeline section on the Serverless Search landing page (#171892)
## Summary

Closes https://github.com/elastic/enterprise-search-team/issues/6236

Adding a new section(pipeline) to transform the ingested data further.

![Screenshot 2023-11-27 at 3 18
01 PM](5a45eba5-48c6-4550-97bd-eeac91a01bdf)


### 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
- [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))
- [ ] 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))
- [X] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-11-29 14:00:44 -05:00
..
common [Serverless Search] Adding pipeline section on the Serverless Search landing page (#171892) 2023-11-29 14:00:44 -05:00
public [Serverless Search] Adding pipeline section on the Serverless Search landing page (#171892) 2023-11-29 14:00:44 -05:00
server [Serverless Search] Create default data view when serverless_search plugin starts (#170343) 2023-11-16 10:50:13 -05:00
.gitignore
jest.config.js Serverless Search: Getting started cURL code snippets (#158483) 2023-05-26 08:38:11 -05:00
jest.sh [Serverless Search] Expanded unit testing (#161356) 2023-07-10 09:10:25 -04:00
kibana.jsonc [Serverless Search] Create default data view when serverless_search plugin starts (#170343) 2023-11-16 10:50:13 -05:00
package.json
README.mdx
tsconfig.json [Serverless Search] Create default data view when serverless_search plugin starts (#170343) 2023-11-16 10:50:13 -05:00

# Serverless Search project plugin

This plugin contains configuration and code used to create a Serverless Search project.  It leverages universal configuration and other APIs in the [`serverless`](../serverless/README.mdx) plugin to configure Kibana.