Hi Everyone,
Our aim is to send logs to Elasticsearch and we have made changes to the NLog.config file as per the documentation - Home · markmcdowell/NLog.Targets.ElasticSearch Wiki · GitHub
NLog File
However, we are getting the an error as
NLog.NLogConfigurationException: Failed to create Target of type: Elasticsearch ---> System.ArgumentException: Target symbol-name is unknown: 'Elasticsearch' at NLog.Config.Factory`2.CreateInstance(String itemName)-
