Skip to content

Commit

Permalink
Fix generator.sh path on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Dec 13, 2024
1 parent 1bb7b19 commit bad34a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ecs/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
mkdir -p /source/ecs

# Ensure the generate.sh script is in the correct location
ADD docker/ecs/images/generate.sh /ecs/generator.sh
ADD docker/ecs/images/generator.sh /ecs/generator.sh

# Define the directory as a volume to allow for external mounting
VOLUME /source/ecs
Expand Down
2 changes: 1 addition & 1 deletion ecs/alerts/fields/mapping-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dynamic": true,
"dynamic": "strict",
"date_detection": false
}

0 comments on commit bad34a6

Please sign in to comment.