Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to make it work #38

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Fixes to make it work #38

merged 4 commits into from
Nov 13, 2023

Conversation

Keramblock
Copy link
Contributor

@Keramblock Keramblock commented Aug 22, 2022

Hi, thiis is quick fixes to make it, work, tested on my setup, also added volume in docker-compose to preserve elastic data and add debug parsedmarc for better logging. closes #38

This will hopefully save some folks a bit of trouble with the "Support for Elasticsearch versions after their end-of-life (currently versions < 7.10)" error.
@DaniloSteps DaniloSteps mentioned this pull request Sep 2, 2022
@@ -5,15 +5,17 @@ services:
volumes:
- ./files:/input:ro
- ./output_files:/output
command: parsedmarc -c /parsedmarc.ini /input/*
command: parsedmarc -c /parsedmarc.ini /input/* --debug
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for running with debug flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I just forgot about my fork. That was added just to provide at least some feedback to user. Otherwise there is no info about is it working, or just freezed.

@sweoggy
Copy link
Member

sweoggy commented Sep 19, 2022

Thanks for your contribution @Keramblock!

Could you rebase on master?

@Keramblock
Copy link
Contributor Author

Thanks for your contribution @Keramblock!

Could you rebase on master?

Just in case you still need it - I resolved conflict. Otherwise feel free to close it and/or copy files necessary for you.

@sweoggy
Copy link
Member

sweoggy commented Nov 13, 2023

Thanks!

@sweoggy sweoggy merged commit 671b16a into debricked:master Nov 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants