Skip to content

Commit

Permalink
fixing mergify conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
P1llus committed Sep 7, 2021
1 parent ff62211 commit ed2c06c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions x-pack/filebeat/module/threatintel/abuseurl/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ processors:
}
}
}
<<<<<<< HEAD
}
handleMap(ctx);
- remove:
field:
- threatintel.abuseurl.date_added
- message
ignore_missing: true
=======
handleMap(ctx);
- remove:
field:
Expand All @@ -113,7 +104,6 @@ processors:
- threatintel.abuseurl.host
- message
ignore_missing: true
>>>>>>> 4be26943b4 ([Filebeat] Threatintel compatibility updates (#27323))
on_failure:
- set:
field: error.message
Expand Down
10 changes: 0 additions & 10 deletions x-pack/filebeat/module/threatintel/anomali/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,13 @@ processors:
}
}
}
<<<<<<< HEAD
}
handleMap(ctx);
- remove:
field:
- threatintel.anomali.created
- message
ignore_missing: true
=======
handleMap(ctx);
- remove:
field:
- threatintel.anomali.created
- message
- _tmp
ignore_missing: true
>>>>>>> 4be26943b4 ([Filebeat] Threatintel compatibility updates (#27323))
on_failure:
- set:
field: error.message
Expand Down

0 comments on commit ed2c06c

Please sign in to comment.