Commit Graph

859 Commits

Author SHA1 Message Date
Sean Whalen ce2943e0cc Update python-tests.yml 2022-01-05 10:29:58 -05:00
Sean Whalen c0f82fa363 Update Github Workflows 2022-01-05 10:29:19 -05:00
Sean Whalen 293dfc46b7 PEP8 code style fixes 2022-01-05 10:21:25 -05:00
Sean Whalen fcf5a3be31 Update python-tests.yml 2022-01-05 09:54:55 -05:00
Sean Whalen c0e975b1e0 Update python-tests.yml 2022-01-05 09:45:58 -05:00
Sean Whalen d50259cdc3 Update python-tests.yml 2022-01-05 09:44:14 -05:00
Sean Whalen 8a5242be5a Update python-tests.yml 2022-01-05 09:43:22 -05:00
Sean Whalen ddb02cd031 Update python-tests.yml 2022-01-05 09:31:26 -05:00
Sean Whalen 273e9906a3 Update python-tests.yml 2022-01-05 09:30:12 -05:00
Sean Whalen a87b11f726 Fix x-axis dates in Kibana - Closes #246 2022-01-05 08:56:36 -05:00
Sean Whalen de8f18dcd3 Fix CLI that was broken by the new ip_db_path option 2022-01-03 21:23:35 -05:00
Sean Whalen 061c5a084e Merge pull request #278 from lasat/master
Resolve issue #261 - add documentation for imap password escape
2022-01-03 21:02:36 -05:00
lasat c921814e18 Update index.rst
add note to imap password to escape '%'
2021-12-23 07:45:39 +01:00
Sean Whalen ca2c18b566 Update python-tests.yml 2021-12-07 12:19:53 -05:00
Sean Whalen 25b63e484c Update python-tests.yml 2021-12-07 12:14:33 -05:00
Sean Whalen 89f43bbe5d Update requirements.txt 2021-12-07 12:12:34 -05:00
Sean Whalen b54bcc9138 Update setup.py 2021-12-07 12:05:53 -05:00
Sean Whalen de3ac64583 Update python-tests.yml 2021-12-07 12:02:16 -05:00
Sean Whalen 1b69aa1fef Update setup.py 2021-12-07 11:52:26 -05:00
Sean Whalen 499516585b Migrate from Travis-CI to GitHub Actions 2021-12-07 11:04:27 -05:00
Sean Whalen 76a7a47c53 Update python-tests.yml 2021-12-07 10:55:05 -05:00
Sean Whalen 2748022824 Create python-tests.yml 2021-12-07 10:51:36 -05:00
Sean Whalen 51eea6c08d 7.1.0
- A static copy of the DBIP database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275)
- Add `ip_db_path` to as a parameter and `general` setting for a custom IP geolocation database location (Closes #184)
- Search default Homebrew path when searching for a copy of the MaxMind GeoLite2 Country database (Closes #272)
- Fix log messages written to root logger (PR #276)
- Fix `--offline` option in CLI not being passed as a boolean (PR #265)
- Set Elasticsearch shard replication to `0` (PR #274)
- Add support for syslog output (PR #263 closes #227)
- Do not print TQDDM progress bar when running in a no-interactive TTY (PR #264)
2021-12-07 10:19:41 -05:00
Sean Whalen 16fb7bca2c Merge pull request #264 from mwander/isatty
Print tqdm progress bar only when running from interactive TTY
2021-12-04 11:30:51 -05:00
Sean Whalen 2bcd601d33 Merge pull request #263 from chris-y/syslog
Add Syslog output support
2021-12-04 11:29:47 -05:00
Sean Whalen 405c842737 Merge pull request #274 from White-Knight-IT/master
Set replication to 0 so that single node setups have "healthy" green …
2021-12-04 11:28:55 -05:00
Sean Whalen 404ed401f9 Merge pull request #265 from drxmknight/master
Fix parse offline in cli.py
2021-12-04 11:28:01 -05:00
Sean Whalen b42a850749 Merge pull request #276 from dbermuehler/master
Fixed log messages written to root logger
2021-12-04 11:19:10 -05:00
Dominik Bermühler 25b96aa4c0 Log-messages were logged with the root logger instead of the parsedmarc logger. 2021-11-26 10:29:12 +01:00
knightian d2378d4690 and the default setting I forgot that too 2021-11-07 11:17:02 +00:00
knightian bdf61f437d I forgot to set ALL of the index replication values 2021-11-07 09:48:36 +00:00
knightian ca18a89718 Set replication to 0 so that single node setups have "healthy" green index health status 2021-11-07 09:38:21 +00:00
Eduardo Hales 36a1695281 Fix parse offline in cli.py
Fix in cli.py where "offline" option is not being parsed as boolean
2021-08-30 19:05:02 -04:00
Matthäus Wander d335d594f5 print tqdm progress bar only in interactive tty (as opposed to cronjob) 2021-08-22 10:31:09 +02:00
Matthäus Wander 2ea89c60b9 Merge branch 'domainaware:master' into master 2021-08-22 10:27:07 +02:00
Chris Young 69e29b2dfd Add Syslog output support
This outputs a JSON string containing one record.
Output can be configured in the INI file.
Fixes #227
2021-08-18 15:25:34 +01:00
Sean Whalen 6d689ca8f5 7.0.1 2021-06-23 15:03:12 -04:00
Sean Whalen 377df6a719 Merge pull request #254 from casperdcl/patch-1
fix startup bug
2021-06-23 14:59:59 -04:00
Casper da Costa-Luis a10e6592fe fix startup bug
Pretty silly typo means `parsedmarc` completely fails unless `parsedmarc.ini` has `general.aggregate_json_filename` explicitly set
2021-06-23 12:06:29 +01:00
Sean Whalen 4c5a266f19 PEP 8 fixes 2021-06-20 19:07:18 -04:00
Sean Whalen 6d5f8a9ec3 Fix documentation formatting 2021-06-20 15:45:15 -04:00
Sean Whalen e841a49ca7 Fix documentation formatting 2021-06-20 14:24:49 -04:00
Sean Whalen 3d0f7c8c83 7.0.0
Closes issues #221 #219 #155 #103
2021-06-20 13:10:12 -04:00
Sean Whalen b8a148f7d4 Merge pull request #252 from White-Knight-IT/master
fix what was broken in merge train
2021-06-19 16:04:19 -04:00
Ubuntu 89816bbc6e fix what was broken in merge train 2021-06-20 03:58:46 +10:00
Sean Whalen 4dfde372c1 Merge pull request #222 from tom-henderson/imap_batch_size
Add option to process messages in batches
2021-06-19 11:41:26 -04:00
Sean Whalen 242522f7ee Merge branch 'master' into imap_batch_size 2021-06-19 11:40:36 -04:00
Sean Whalen dc7533793a Merge pull request #217 from Olen/issue-211
Handling other IMAP connection errors.
2021-06-19 11:33:01 -04:00
Sean Whalen d722bbf8f4 Merge pull request #225 from m0rcq/feature/custom/output/files
Feature/custom/output/files
2021-06-19 11:31:45 -04:00
Sean Whalen 0a1e57fd1b Merge pull request #224 from supaeasy/patch-1
Update README.rst
2021-06-19 11:30:04 -04:00