Skip to content

Commit

Permalink
updated auditbeat and filebeat pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 4, 2024
1 parent e660c3a commit 3f3d352
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:

- label: ":linux: Load dynamic auditbeat pipeline"
key: "auditbeat-pipeline"
command: ".buildkite/scripts/generate_auditbeat_pipeline.sh"
command: ".buildkite/auditbeat/generate_auditbeat_pipeline.sh"
notify:
- github_commit_status:
context: "${BEATS_PROJECT_NAME}: Load dynamic pipeline's steps"
2 changes: 1 addition & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:

- label: ":linux: Load dynamic filebeat pipeline"
key: "filebeat-pipeline"
command: ".buildkite/scripts/generate_filebeat_pipeline.sh"
command: ".buildkite/filebeat/generate_filebeat_pipeline.sh"
notify:
- github_commit_status:
context: "${BEATS_PROJECT_NAME}: Load dynamic pipeline's steps"
51 changes: 0 additions & 51 deletions .buildkite/filebeat/scripts/package-step.sh

This file was deleted.

187 changes: 0 additions & 187 deletions .buildkite/scripts/generate_auditbeat_pipeline.sh

This file was deleted.

Loading

0 comments on commit 3f3d352

Please sign in to comment.