How can we start elasticsearch, kibana and logstash
using C# code.? And how to
provide dynamic log to ELK stash
Asked
Active
Viewed 106 times
0

Sanjiv Kumar
- 71
- 7
-
Can you please explain, what are you trying to achieve? What you mean by start ELK stack by C# code. You can install ELK stack service you know.. – Ameya Feb 28 '19 at 05:52
-
@AmeyVaidya:- Hi Amey.. I am trying to run elasticsearch, kibana and logstash (EKL) using c# code. All these three (elasticsearch, kibana and logstash ) are now command based. for starting these three we need to open command prompt and fire command . `So i am trying to start these services through C# code`. – Sanjiv Kumar Feb 28 '19 at 05:56