Dashboards Notifications plugin provides an interface that helps users to manage and view notifications using the OpenSearch Notifications plugin.
Please see our technical documentation to learn more about its features.
-
Download OpenSearch for the version that matches the OpenSearch Dashboards version specified in package.json.
-
Download the OpenSearch Dashboards source code for the version specified in package.json you want to set up.
-
Change your node version to the version specified in
.node-version
inside the OpenSearch Dashboards root directory. -
Create a
plugins
directory inside the OpenSearch Dashboards source code directory, ifplugins
directory doesn't exist. -
Check out this package from version control into the
plugins
directory.git clone [email protected]:opensearch-project/dashboards-notifications.git plugins --no-checkout cd plugins echo 'dashboards-notifications/*' >> .git/info/sparse-checkout git config core.sparseCheckout true git checkout dev
-
Run
yarn osd bootstrap
insideOpenSearch-Dashboards/plugins/dashboards-notifications
.
Ultimately, your directory structure should look like this:
.
├── OpenSearch Dashboards
│ └── plugins
│ └── dashboards-notifications
To build the plugin's distributable zip simply run yarn build
.
Example output: ./build/notificationsDashboards*.zip
-
yarn start
Starts OpenSearch Dashboards and includes this plugin. OpenSearch Dashboards will be available on
localhost:5601
. -
yarn test
Runs the plugin unit tests.
We welcome you to get involved in development, documentation, testing the dashboards-notifications plugin. See our CONTRIBUTING.md and join in.
Please file an issue to report any bugs you may find, enhancements you may need or questions you may have here.
This code is licensed under the Apache 2.0 License.
Copyright OpenSearch Contributors. See NOTICE for details.