Skip to content

Commit

Permalink
add detection types testing in detector trigger for rules and threat …
Browse files Browse the repository at this point in the history
…intel detection scenarios

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Oct 22, 2023
1 parent 2481466 commit 1a5ab82
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
import org.opensearch.core.xcontent.*;

/**
* Threat intel tif job metadata object
* <p>
* TIFMetadata is stored in an external endpoint. OpenSearch read the file and store values it in this object.
* POJO containing Threat Intel Feed Metadata
* Contains all the data necessary to fetch and parse threat intel IoC feeds.
*/
public class TIFMetadata implements Writeable, ToXContent {

Expand Down
Loading

0 comments on commit 1a5ab82

Please sign in to comment.