Skip to content

itsecasia-research/OpenSearchDashboard-Alert-To-Telegram-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert OpenSearch Dashboard alert to Telegram API

A simple example of REST API Endpoint that convert OpenSearch Dashboard HTTP Request into Telegram API request.

Features

  • Convert OpenSearch Dashboard's Alert HTTP Request into Telegram API

Build

  • Install maven

  • Setup the application.properties with your telegram credential. telegram.id is the chat-id that you want to send the message, whereas telegram.bot is the telegram bot Id

  • Use mvn package to build the module into jar file

mvn clean package
  • Run the resulting jar
java -jar SendToTelegram-1.0.0.jar
  • The application will listening port 10080

Explanation

You can find the detail explanation of in this medium blog.

Feedback

For feedback, please raise issues in the issue section of the repository. Enjoy!!.

About

Simple Example of REST API Endpoint that convert OpenSearch Dashboard's Alert HTTP Request into Telegram Send Message

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages