Want to send this logs to Elasticsearch without logstash

Hello Every One I have Following Logs I want sent this logs using script (Powershell) to Elasticsearch without using logstash no need mediator any one can help How can I ?

{
"Id": "4280",
"AppKey": "StoreSearchAPIURL",
"AppValue": "https://xxxxxxurl.com",
"Description": "Store Search API URL to display the menu and the store product on store page and store collection page.",
"SiteId": "1",
"Date": "Friday 04-29-2022"
}

Check out Filebeat, it'd be your best bet without having to build your own scripts.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.