Re: Soliciting input: ElasticSearch receiver

2018-01-29 Thread Gary Gregory
And that will be in a new module ;-) Gary On Sat, Jan 27, 2018 at 6:47 PM, Matt Sicker wrote: > On the sending side, we'd want to be able to configure index name, mapping > type name, override mapping settings, bulk request (i.e., batch) size, > refresh interval overrides,

Re: Soliciting input: ElasticSearch receiver

2018-01-27 Thread Matt Sicker
On the sending side, we'd want to be able to configure index name, mapping type name, override mapping settings, bulk request (i.e., batch) size, refresh interval overrides, something similar to the column mappings thing in the Cassandra and JDBC plugins, authentication, could be missing some

Re: Soliciting input: ElasticSearch receiver

2018-01-27 Thread Remko Popma
Sorry I won’t be able to help you with that; no experience with ElasticSearch. Remko (Shameless plug) Every java main() method deserves http://picocli.info > On Jan 28, 2018, at 9:48, Scott Deboy wrote: > > I'm looking at adding an ES receiver and was curious what

Soliciting input: ElasticSearch receiver

2018-01-27 Thread Scott Deboy
I'm looking at adding an ES receiver and was curious what folks would like to see when it comes to configuration options/capabilities, other than the ability to continually retrieve new events on some polling interval, which I'll make sure to add. Scott