Hi
am new in ES and logstash
I want to do POST call
Url:- https://dm-dev-authenticationservice-serviceapps-use-rg.azurewebsites.net/api/v1/Token
Headers:-
Content-Type :- application/json
Body :- {
"ClientId": "sdmtSG9BOap6aLn5oxoaCrfLHQCIUMLF",
"ClientSecret": "SqN4ywxCu6ylvn7ecoViEWB2NlUk9hup0eBn5VquT0XutSXCh6VKXC82dREeGIi2",
"Audience": "https://InventoryService/"
}
can some one help me to create input plugin for this.
any example will also work
Thanks in advance