javanna
720c531364
[TEST] remove check for jvm true, site plugins have been removed
2016-01-22 16:51:51 +01:00
javanna
4ad5e67433
Geoip processor: remove redundant latitude and longitude fields and make location an object with lat and lon subfields
2016-01-22 12:26:39 +01:00
Tal Levy
3a6c2d008e
rename processor_tag to tag
2016-01-21 09:05:42 -08:00
Tal Levy
f1204cb1ab
add an AbstractProcessor to help hold the re-used processorTag variable
2016-01-20 14:34:26 -08:00
Martijn van Groningen
e2e207687d
Fixes due to changes in master branch.
2016-01-19 22:03:26 +01:00
Tal Levy
9f48df9736
Add on_failure support for verbose _simulate execution and introduce optional processor_tag to Processors
2016-01-15 14:56:20 -08:00
javanna
af36e5f01e
updated ingest-geoip plugin description
2016-01-15 15:16:09 +01:00
javanna
050585e89f
remove BiFunction<Environment, TemplateService, Processor.Factory> in favour of Function<TemplateService, Processor.Factory>
...
the environment is now available through NodeModule#getNode#getEnvironment and can be retrieved during onModule(NodeModule), no need for this indirection anymore using the BiFunction
2016-01-15 15:12:53 +01:00
javanna
dd7cae7c19
move DatabaseReaders initialization to IngestGeoIpPlugin#onModule
2016-01-15 15:02:35 +01:00
Martijn van Groningen
21cc0b2316
Cleanup ingest initialization code.
...
* Folded IngestModule into NodeModule
* Renamed IngestBootstrapper to IngestService
* Let NodeService construct IngestService and removed the Guice annotations
* Let IngestService implement Closable
2016-01-15 13:35:06 +01:00
Martijn van Groningen
f3883343cb
Move the pipeline configuration from the dedicated index to the cluster state.
...
Closes #15842
2016-01-13 22:59:36 +01:00
Simon Willnauer
4d38a47eb5
Review feedback and several cleanups
2016-01-12 12:06:14 +01:00
Martijn van Groningen
cd2155311f
renamed ingest plugin to ingest-geoip plugin, since it only contains the geoip processor
2016-01-08 22:50:54 +01:00