Skip to content

Commit

Permalink
update dataconnector title
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rusraut committed Sep 1, 2023
1 parent 60fcc2d commit f3b0ba3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "FireEyeNXAma",
"title": "FireEye Network Security (NX)",
"title": "[Recommended] FireEye Network Security (NX) via AMA",
"publisher": "FireEye",
"descriptionMarkdown": "The [FireEye Network Security (NX)](https://www.fireeye.com/products/network-security.html) data connector provides the capability to ingest FireEye Network Security logs into Microsoft Sentinel.",
"additionalRequirementBanner": "This data connector depends on a parser based on a Kusto Function to work as expected [**FireEyeNXEvent**](https://aka.ms/sentinel-FireEyeNX-parser) which is deployed with the Microsoft Sentinel Solution.",
Expand Down
Binary file modified Solutions/FireEye Network Security/Package/3.0.0.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions Solutions/FireEye Network Security/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
}
},
"variables": {
"solutionId": "azuresentinel.azure-sentinel-solution-fireeyenx",
"_solutionId": "[variables('solutionId')]",
"email": "support@microsoft.com",
"_email": "[variables('email')]",
"_solutionName": "FireEye Network Security",
"_solutionVersion": "3.0.0",
"solutionId": "azuresentinel.azure-sentinel-solution-fireeyenx",
"_solutionId": "[variables('solutionId')]",
"uiConfigId1": "FireEyeNX",
"_uiConfigId1": "[variables('uiConfigId1')]",
"dataConnectorContentId1": "FireEyeNX",
Expand Down Expand Up @@ -438,7 +438,7 @@
"properties": {
"connectorUiConfig": {
"id": "[variables('_uiConfigId2')]",
"title": "FireEye Network Security (NX)",
"title": "[Recommended] FireEye Network Security (NX) via AMA",
"publisher": "FireEye",
"descriptionMarkdown": "The [FireEye Network Security (NX)](https://www.fireeye.com/products/network-security.html) data connector provides the capability to ingest FireEye Network Security logs into Microsoft Sentinel.",
"additionalRequirementBanner": "This data connector depends on a parser based on a Kusto Function to work as expected [**FireEyeNXEvent**](https://aka.ms/sentinel-FireEyeNX-parser) which is deployed with the Microsoft Sentinel Solution.",
Expand Down Expand Up @@ -585,7 +585,7 @@
"contentSchemaVersion": "3.0.0",
"contentId": "[variables('_dataConnectorContentId2')]",
"contentKind": "DataConnector",
"displayName": "FireEye Network Security (NX)",
"displayName": "[Recommended] FireEye Network Security (NX) via AMA",
"contentProductId": "[variables('_dataConnectorcontentProductId2')]",
"id": "[variables('_dataConnectorcontentProductId2')]",
"version": "[variables('dataConnectorVersion2')]"
Expand Down Expand Up @@ -629,7 +629,7 @@
"kind": "GenericUI",
"properties": {
"connectorUiConfig": {
"title": "FireEye Network Security (NX)",
"title": "[Recommended] FireEye Network Security (NX) via AMA",
"publisher": "FireEye",
"descriptionMarkdown": "The [FireEye Network Security (NX)](https://www.fireeye.com/products/network-security.html) data connector provides the capability to ingest FireEye Network Security logs into Microsoft Sentinel.",
"graphQueries": [
Expand Down Expand Up @@ -711,7 +711,7 @@
{
"title": "Step B. Configure FireEye NX to send logs using CEF",
"description": "Complete the following steps to send data using CEF:\n\n2.1. Log into the FireEye appliance with an administrator account\n\n2.2. Click **Settings**\n\n2.3. Click **Notifications**\n\nClick **rsyslog**\n\n2.4. Check the **Event type** check box\n\n2.5. Make sure Rsyslog settings are:\n\n- Default format: CEF\n\n- Default delivery: Per event\n\n- Default send as: Alert"

},
{
"title": "Step C. Validate connection",
Expand Down

0 comments on commit f3b0ba3

Please sign in to comment.