You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to push logs to elasticsearch over ssl
ASP.NET Core version: 2.1
log4stash package version: 3.0.0
Elasticsearch certificate is not a self signed certificate so I have not added the SelfSignedCertificate flag in configuration. Also since it is a dev setup, the server certificate as well as the CA certificate were generated manually
I am unable to push logs to elasticsearch over ssl
ASP.NET Core version: 2.1
log4stash package version: 3.0.0
Elasticsearch certificate is not a self signed certificate so I have not added the SelfSignedCertificate flag in configuration. Also since it is a dev setup, the server certificate as well as the CA certificate were generated manually
<appender name="ElasticSearchAppender" type="log4stash.ElasticSearchAppender, log4stash"> <Server>%ES_HOST%</Server> <Port>%ES_PORT%</Port> <IndexName>index-%{+yyyy-MM-dd}</IndexName> <Ssl>True</Ssl> <AuthenticationMethod> <Basic> <Username>[username]</Username> <Password>[password]</Password> </Basic> </AuthenticationMethod> </appender>
I am not sure what additional information I could provide. Would really appreciate if you could help me with this.
Thanks,
Saurabh
The text was updated successfully, but these errors were encountered: