Hi guys
i spend almost a week without result trying to find out how to send ErrorLogs of my MS SQL Server to Elasticsearch via logstash, in another word i want a logstash config file sample
Hi guys
i spend almost a week without result trying to find out how to send ErrorLogs of my MS SQL Server to Elasticsearch via logstash, in another word i want a logstash config file sample
@Mustapha_MJ
An easier option might be to use Filebeat to read the ErrorLogs from disk as a regular log input. From there, you'd have to parse the logs in Logstash (via Logstash output) or Elasticsearch (via a pipeline defined in Elasticsearch and configured in the Filebeat Elasticsearch output) via grok or dissect.
This MSSQLTips page describes how to find the logs on disk.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.