4

I have a logstash config file that fetches some data from MySQL DB with crone job and indexes on my ElasticSearch cluster, I need to deploy that logstash instance, question is, does the ES Cloud allows deployment of such logstash instance, I couldn't find any information on that, If not, how can I deploy that instance anywhere on any server.

Kamboh
  • 155
  • 1
  • 12

1 Answers1

3

There is no Logstash in Elastic Cloud, if you need a logstash instance you will need to run it elsewhere and configure it to send to your elasticsearch instance on elastic cloud.

After you choose where to run Logstash you can install following the documentation and configure it to send data to Elastic cloud.

leandrojmp
  • 7,082
  • 2
  • 19
  • 24