Hello everyone,

I have a question regarding the capabilities of an elasticsearch action.

Elasticsearch allows you to ingest data and sort the data during the
ingestion.

Is there a way to specify and use that feature of Elasticsearch within the
Rsyslog configuration file?

Currently I am only using the action below, and I cannot find a way to
specify and use the ingestion sorting feature of elastic.

action(
            type="omelasticsearch"
            server="localhost"
            serverport="9200"
            template="my-template"
            searchIndex="my-index"
            dynSearchIndex="on"
            searchType="_doc"
            bulkmode="on"                                         # use the Bulk
API
            queue.dequeuebatchsize="1000"                # of up to 1000
            queue.workerthreads="5"    
            action.resumeretrycount="-1"                    #  retry 
indefinitely
if ES is unreachable
            errorfile="/var/log/omelasticsearch.log"
)

The ingestion sorting feature is here:
https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-index-sorting.html

I understand that this should configured when the index is first created,
but I am asking if there is a way that can be configured through Rsyslog.

Thank you very much in advance!




--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
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.

Reply via email to