Skip to content

Commit

Permalink
Merge pull request #7807 from jayeshprajapaticrest/DataminrPulse
Browse files Browse the repository at this point in the history
Added solution for Dataminr Pulse
  • Loading branch information
v-atulyadav authored Sep 12, 2023
2 parents 1a7a996 + 4bbaafa commit ccdb481
Show file tree
Hide file tree
Showing 82 changed files with 14,785 additions and 321 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"Name": "DataminrPulseAlerts",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "EventVendor",
"Type": "string"
},
{
"Name": "EventProduct",
"Type": "string"
},
{
"Name": "AlertId",
"Type": "string"
},
{
"Name": "AlertType",
"Type": "string"
},
{
"Name": "AvailableRelatedAlerts",
"Type": "real"
},
{
"Name": "Caption",
"Type": "string"
},
{
"Name": "Company",
"Type": "string"
},
{
"Name": "CompanyNames",
"Type": "string"
},
{
"Name": "Category",
"Type": "string"
},
{
"Name": "CategoryNames",
"Type": "string"
},
{
"Name": "Latitude",
"Type": "real"
},
{
"Name": "Longitude",
"Type": "real"
},
{
"Name": "EventLocationName",
"Type": "string"
},
{
"Name": "EventLocationPlace",
"Type": "string"
},
{
"Name": "EventLocationProbability",
"Type": "real"
},
{
"Name": "EventLocationRadius",
"Type": "real"
},
{
"Name": "EventSource",
"Type": "string"
},
{
"Name": "EventTime",
"Type": "real"
},
{
"Name": "EventVolume",
"Type": "real"
},
{
"Name": "EmbeddedLabels",
"Type": "string"
},
{
"Name": "PostLanguagae",
"Type": "string"
},
{
"Name": "PostLink",
"Type": "string"
},
{
"Name": "PostMedia",
"Type": "string"
},
{
"Name": "PostText",
"Type": "string"
},
{
"Name": "PostTimestamp",
"Type": "real"
},
{
"Name": "PostTranslatedText",
"Type": "string"
},
{
"Name": "PublisherCategoryName",
"Type": "string"
},
{
"Name": "RelatedTerms",
"Type": "string"
},
{
"Name": "Sectors",
"Type": "string"
},
{
"Name": "SourceChannels",
"Type": "string"
},
{
"Name": "SourceDisplayName",
"Type": "string"
},
{
"Name": "SourceEntityName",
"Type": "string"
},
{
"Name": "SourceLink",
"Type": "string"
},
{
"Name": "SourceVerified",
"Type": "string"
},
{
"Name": "SubCaptionBulletsContent",
"Type": "string"
},
{
"Name": "SubCaptionBulletsMedia",
"Type": "string"
},
{
"Name": "SubCaptionBulletsSource",
"Type": "string"
},
{
"Name": "WatchlistsMatchedByType",
"Type": "string"
},
{
"Name": "WatchlistNames",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"Name": "DataminrPulse_Alerts_CL",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "EventVendor",
"Type": "string"
},
{
"Name": "EventProduct",
"Type": "string"
},
{
"Name": "index_s",
"Type": "string"
},
{
"Name": "alertType_name_s",
"Type": "string"
},
{
"Name": "availableRelatedAlerts_d",
"Type": "real"
},
{
"Name": "headline_s",
"Type": "string"
},
{
"Name": "companies_s",
"Type": "string"
},
{
"Name": "categories_s",
"Type": "string"
},
{
"Name": "location_latitude_d",
"Type": "real"
},
{
"Name": "location_longitude_d",
"Type": "real"
},
{
"Name": "timestamp_d",
"Type": "real"
},
{
"Name": "EventVolume",
"Type": "real"
},
{
"Name": "_embedded_labels_s",
"Type": "string"
},
{
"Name": "relatedAlerts_s",
"Type": "string"
},
{
"Name": "dataMap_headlineMds_content_s",
"Type": "string"
},
{
"Name": "odsStatus_timestamp_d",
"Type": "real"
},
{
"Name": "watchlistsMatchedByType_s",
"Type": "string"
},
{
"Name": "location_name_s",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Name": "_ASIM_GetSourceBySourceType",
"Properties": [
{
"Name": "SourceType",
"Type": "string"
},
{
"Name": "Source",
"Type": "String"
},
{
"Name": "print_0",
"Type": "dynamic"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"DNS",
"Darktrace",
"DarktraceRESTConnector",
"DataminrPulseAlerts",
"DigitalGuardianDLP",
"DigitalShadows",
"Dynamics365",
Expand Down
Binary file not shown.
4 changes: 4 additions & 0 deletions Logos/DataminrPulse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ccdb481

Please sign in to comment.