Mailing List Archive

omelasticsearch and deprecated type in ElasticSearch / OpenSearch
omelasticsearch generates records with type "events". The type name is
part of the POST URL. It probably needs to be revised.

type is deprecated:

https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html


In fact, it looks like we can set searchType="_doc/" to workaround that,
it will create POST URLs like this:

POST /my-index/_doc/

which is described here:

https://www.elastic.co/guide/en/elasticsearch/reference/7.x/docs-index_.html

_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.