summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/elastic.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-41/+50
|
* if elasticsearch_version >= 7 we should not send the _type to elasticsearch, ↵Mario Jansen2023-06-231-2/+8
| | | | deprecated in es 7, obsolete in es 8
* Update elastic.luaDmitriy Alekseev2022-09-141-17/+14
|
* [Minor] Remove priorities from idempotent filtersVsevolod Stakhov2022-09-101-1/+0
|
* [Minor] Register more timeoutsVsevolod Stakhov2022-09-101-0/+1
|
* [Minor] Remove legacy `default` metricVsevolod Stakhov2022-05-271-2/+2
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
|
* [Feature] Elastic: Add some missing fieldsVsevolod Stakhov2020-11-021-3/+40
|
* [fix] add support ElasticSearch>=7 for elastic moduleGauthier C2020-04-271-1/+1
| | | | | | Since version 7.x of ElasticSearch, logs type is not supported. Close #3324
* Update elastic.luaol3k2019-06-271-1/+2
|
* Add rspamd hostname to ES fieldsol3k2019-06-271-0/+1
|
* [Minor] Fix ES pluginVsevolod Stakhov2019-04-101-2/+1
|
* add support ES>=6.7 for elasctic moduleGauthier C2019-04-101-2/+8
| | | | | | | | Since version 6.7.0 of ElasticSearch, the ingest-geoip plugin is a module integrated into the solution. Instead of detecting the version of ElasticSearch I added the configuration parameter ingest_module which is false by default for ElasticSearch versions < 6.7.0 and true for versions >= 6.7.0
* [Fix] Fix ES sending logic (restore from coroutines mess)Vsevolod Stakhov2019-03-211-1/+1
| | | | | Issue: #2808 Closes: #2808
* [Project] Add new flags to clickhouse, redis and elastic exportersVsevolod Stakhov2019-02-121-1/+1
|
* [Minor] Elastic: Switch off coroutines as they are unstableVsevolod Stakhov2019-01-291-19/+19
|
* [Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedirVsevolod Stakhov2018-12-261-2/+2
|
* [Minor] Remove too long strings in Lua codeVsevolod Stakhov2018-12-231-1/+2
|
* [Feature] Elastic: Modernize pluginVsevolod Stakhov2018-12-121-35/+41
|
* [Minor] Ignore skipped tasksVsevolod Stakhov2018-10-311-0/+2
| | | | TODO: write a generic framework for that stuff
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-9/+9
|
* [Minor] Pet luacheckVsevolod Stakhov2018-07-191-5/+5
|
* [Minor] Log errors in elastic pluginVsevolod Stakhov2018-07-191-11/+16
|
* [Feature] Add HTTP basic auth support to elastic and clickhouse pluginsVsevolod Stakhov2018-07-191-4/+32
|
* [Feature] Add gzip compression for HTTP requests in elastic moduleVsevolod Stakhov2018-05-311-0/+5
|
* [Minor] Store hostname in elasticVsevolod Stakhov2018-05-091-0/+4
|
* [Minor] Fix X-Originating-Ip handle in elastic pluginVsevolod Stakhov2018-03-191-2/+10
|
* [Fix] Fix various modules in case of empty messageAndrew Lewis2018-03-131-1/+2
|
* [Fix] Further fixes to support ES 6Vsevolod Stakhov2018-03-091-45/+57
|
* [Minor] Silence bloody luacheckVsevolod Stakhov2018-03-091-2/+2
|
* [Minor] Allow local messages to be exported to elasticsearchVsevolod Stakhov2018-03-091-1/+2
|
* [Fix] Various fixes to elastic pluginVsevolod Stakhov2018-03-091-31/+63
|
* [Minor] Add common methods to find a primary controllerVsevolod Stakhov2018-02-261-2/+4
|
* [Feature] Add statistic convertation module to configwizardVsevolod Stakhov2018-02-231-1/+1
|
* [Minor] Use millisecond timestampsVsevolod Stakhov2018-02-181-1/+1
|
* [Minor] Do not use hardcoded pathsVsevolod Stakhov2018-02-181-2/+2
|
* [Fix] Rework elasticsearch pluginVsevolod Stakhov2018-02-181-115/+151
|
* [Feature] Preliminary import of the elasticsearch moduleVsevolod Stakhov2018-02-181-0/+345