From 68dd54061d25a03ce417419f1f049b692e18b184 Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Tue, 11 Jan 2022 14:08:50 -0800 Subject: [PATCH] Rename to OpenDistro Alerting Signed-off-by: Ashish Agrawal --- NOTICE.txt | 2 +- README.md | 4 ++-- .../opendistroforelasticsearch/alerting/AlertingPlugin.kt | 2 +- build-tools/pkgbuild.gradle | 4 ++-- notification/build.gradle | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index b3351b53..a4393f53 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,2 +1,2 @@ -Open Distro For Elasticsearch Alerting +Open Distro Alerting Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/README.md b/README.md index eb7ad89b..87caedef 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success) -# Open Distro for Elasticsearch Alerting +# Open Distro Alerting -The Open Distro for Elasticsearch Alerting enables you to monitor your data and send alert notifications automatically to your stakeholders. With an intuitive Kibana interface and a powerful API, it is easy to set up, manage, and monitor your alerts. Craft highly specific alert conditions using Elasticsearch's full query language and scripting capabilities. +The Open Distro Alerting enables you to monitor your data and send alert notifications automatically to your stakeholders. With an intuitive Kibana interface and a powerful API, it is easy to set up, manage, and monitor your alerts. Craft highly specific alert conditions using Elasticsearch's full query language and scripting capabilities. ## Highlights diff --git a/alerting/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/AlertingPlugin.kt b/alerting/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/AlertingPlugin.kt index 23f2ea6f..72aabf2a 100644 --- a/alerting/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/AlertingPlugin.kt +++ b/alerting/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/AlertingPlugin.kt @@ -115,7 +115,7 @@ import org.elasticsearch.watcher.ResourceWatcherService import java.util.function.Supplier /** - * Entry point of the OpenDistro for Elasticsearch alerting plugin + * Entry point of the OpenDistro alerting plugin * This class initializes the [RestGetMonitorAction], [RestDeleteMonitorAction], [RestIndexMonitorAction] rest handlers. * It also adds [Monitor.XCONTENT_REGISTRY], [SearchInput.XCONTENT_REGISTRY] to the * [NamedXContentRegistry] so that we are able to deserialize the custom named objects. diff --git a/build-tools/pkgbuild.gradle b/build-tools/pkgbuild.gradle index b301545c..200cf200 100644 --- a/build-tools/pkgbuild.gradle +++ b/build-tools/pkgbuild.gradle @@ -24,10 +24,10 @@ afterEvaluate { prefix '/usr' license 'ASL-2.0' - maintainer 'OpenDistro for Elasticsearch Team ' + maintainer 'OpenDistro Team ' url 'https://opendistro.github.io/for-elasticsearch/downloads.html' summary ''' - Open Distro for Elasticsearch Alerting. + Open Distro Alerting. Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/. '''.stripIndent().replace('\n', ' ').trim() } diff --git a/notification/build.gradle b/notification/build.gradle index 1e3c2834..48e3e776 100644 --- a/notification/build.gradle +++ b/notification/build.gradle @@ -57,10 +57,10 @@ publishing { artifact javadocJar pom { - name = "Open Distro for Elasticsearch Notification" + name = "Open Distro Notification" packaging = "jar" url = "https://github.com/opendistro-for-elasticsearch/alerting" - description = "Open Distro for Elasticsearch Notification" + description = "Open Distro Notification" scm { connection = "scm:git@github.com:opendistro-for-elasticsearch/alerting.git" developerConnection = "scm:git@github.com:opendistro-for-elasticsearch/alerting.git"