Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Rename to OpenDistro Alerting #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Open Distro For Elasticsearch Alerting
Open Distro Alerting
Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build-tools/pkgbuild.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ afterEvaluate {
prefix '/usr'

license 'ASL-2.0'
maintainer 'OpenDistro for Elasticsearch Team <[email protected]>'
maintainer 'OpenDistro Team <[email protected]>'
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()
}
Expand Down
4 changes: 2 additions & 2 deletions notification/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]:opendistro-for-elasticsearch/alerting.git"
developerConnection = "scm:[email protected]:opendistro-for-elasticsearch/alerting.git"
Expand Down