aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/elastic.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Replace rspamd_logger.debugm with proper lua_util.debugmVsevolod Stakhov10 days1-81/+91
* Fix missing non_en false due to fill_empty_strings functionDmitriy Alekseev2024-11-081-0/+2
* * add more validation on empty strings, required to not face errors in saving...Dmitriy Alekseev2024-11-031-30/+58
* better check from to exclude cases when its emptyDmitriy Alekseev2024-10-221-9/+22
* use rspamd_ip object in sender_ip to avoid posting ipv4:portDmitriy Alekseev2024-10-211-1/+1
* strip also port from sender_ipDmitriy Alekseev2024-10-211-1/+1
* do not allow empty headers, fix stripping of headers by limit of symbols coun...Dmitriy Alekseev2024-10-211-8/+19
* do not allow empty fromDmitriy Alekseev2024-10-211-8/+8
* round scores and weightDmitriy Alekseev2024-10-171-4/+10
* fix variables for ucl errorsDmitriy Alekseev2024-10-171-2/+2
* return item status and reasons on bulk push errorDmitriy Alekseev2024-10-161-1/+11
* Fix from and rcptDmitriy Alekseev2024-10-151-3/+3
* do not retry on errors in body as it will create duplicated logsDmitriy Alekseev2024-10-151-24/+6
* We need take 2nd hopDmitriy Alekseev2024-10-141-2/+3
* Use received for all logs, fix directionDmitriy Alekseev2024-10-141-15/+22
* round time_diff to seconds on interval check, improve log message readabilityDmitriy Alekseev2024-10-141-3/+4
* reuse http_request dataDmitriy Alekseev2024-10-141-35/+20
* fix tabulationDmitriy Alekseev2024-10-141-2/+1
* align conf and module settings in luaDmitriy Alekseev2024-10-141-1/+1
* add missing change in configured state when no update is needed on index_policyDmitriy Alekseev2024-10-141-1/+4
* resolve linter issues and remove custom deep_compare function in favor of lua...Dmitriy Alekseev2024-10-141-62/+21
* Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
* Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
* Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-9/+1
* [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch 2...Dmitriy Alekseev2024-10-141-324/+1429
* [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
* 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
* 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
* [Fix] Fix ES sending logic (restore from coroutines mess)Vsevolod Stakhov2019-03-211-1/+1
* [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
* [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