Skip to content

Commit

Permalink
Merge pull request #81 from wazuh/Issue_68-AWS_error
Browse files Browse the repository at this point in the history
Erasing temporary fix for AWS integration
  • Loading branch information
AlfonsoRBJ committed Dec 20, 2018
2 parents 49663b7 + 608b25d commit 5e3b25a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wazuh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ RUN mkdir /etc/service/filebeat
COPY config/filebeat.runit.service /etc/service/filebeat/run
RUN chmod +x /etc/service/filebeat/run

# Temporary fix for AWS integration
RUN sed -i 's/.*with open*/#wiht open/' /var/ossec/wodles/aws/aws-s3
RUN sed -i 's/.*max_queue_buffer = int(kernel_param.read().strip())*/#max_queue_buffer/' /var/ossec/wodles/aws/aws-s3
RUN sed -i '784imax_queue_buffer = 0' /var/ossec/wodles/aws/aws-s3
RUN sed -i '784s/^/ /' /var/ossec/wodles/aws/aws-s3

# Run all services
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 5e3b25a

Please sign in to comment.