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

Changed logcollector analysis message order #675

Merged

Conversation

RaulMartinPineda
Copy link
Contributor

@RaulMartinPineda RaulMartinPineda commented May 25, 2018

Analyzing file before error.

BEFORE:

2018/05/22 15:57:07 ossec-logcollector: ERROR: (1103): Could not open file '/var/log/httpd/acces_log' due to [(2)-(No such file or directory)].
2018/05/22 15:57:07 ossec-logcollector: INFO: (1950): Analyzing file: '/var/log/httpd/acces_log’.

AFTER:

2018/05/22 15:57:07 ossec-logcollector: INFO: (1950): Analyzing file: '/var/log/httpd/acces_log’. 2018/05/22 15:57:07 ossec-logcollector: ERROR: (1103): Could not open file '/var/log/httpd/acces_log' due to [(2)-(No such file or directory)].

@RaulMartinPineda RaulMartinPineda changed the base branch from master to dev-logcollector-parallel May 25, 2018 13:34
@vikman90 vikman90 added this to To do in Wazuh TBD via automation May 25, 2018
@vikman90 vikman90 added the type/bug Something isn't working label May 25, 2018
@chemamartinez chemamartinez changed the base branch from dev-logcollector-parallel to 3.3 June 25, 2018 09:21
@chemamartinez chemamartinez changed the base branch from 3.3 to dev-logcollector-parallel June 25, 2018 09:22
@chemamartinez chemamartinez merged commit ae64a21 into dev-logcollector-parallel Jun 25, 2018
Wazuh TBD automation moved this from To do to Done Jun 25, 2018
@chemamartinez chemamartinez deleted the dev-logcollector-parallel-fix branch June 25, 2018 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants