Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mimecast/_dev/deploy/docker/files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rules:
Content-Type:
- "application/json"
body: |
{"type":"MTA","data":[{"acc":"ABC123","Sender":"johndoe@example.com","datetime":"2021-11-12T12:15:46+0000","Rcpt":"o365_service_account@example.com","RcptActType":"Jnl","aCode":"fjihpfEgM_iRwemxhe3t_w","Dir":"Internal","RcptHdrType":"Unknown"}]}
{"type":"MTA","data":[{"acc":"ABC123","Sender":"johndoe@example.com","datetime":"2021-11-12T12:15:46+0000","Rcpt":"o365_service_account@example.com","RcptActType":"Jnl","aCode":"fjihpfEgM_iRwemxhe3t_w","Dir":"Internal","RcptHdrType":"Unknown", "Content-Disposition":"attachment; filename=\"jrnl_20211018093329655.json\"}]}
- path: /api/ttp/threat-intel/get-feed
methods: ["POST"]
query_params:
Expand Down
5 changes: 5 additions & 0 deletions packages/mimecast/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.0.7"
changes:
- description: Add content-disposition to test mock to creeate sample event from siem logs properly
Comment thread
andrewkroh marked this conversation as resolved.
Outdated
type: bugfix
link: https://github.com/elastic/integrations/pull/2690
Comment thread
andrewkroh marked this conversation as resolved.
Outdated
- version: "0.0.6"
changes:
- description: Add use cases for audit events and update sample events and docs
Expand Down
2 changes: 1 addition & 1 deletion packages/mimecast/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: mimecast
title: "Mimecast"
version: 0.0.6
version: 0.0.7
license: basic
description: "Fetching logs from Mimecast API and ingest into Elasticsearch"
type: integration
Expand Down