Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/cwa/dataviews/dns-assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This document provides a display of a device's active network adapter and its as

## Dependencies

- [EPM - Network - Custom Table - plugin_proval_dns_extradata](/docs/cd3368d8-d0b0-4ca4-972e-4adc8c1cfcfa)
- [EPM - Network - Script - Create and Populate plugin_proval_dns_extradata](/docs/4bc996bc-1b11-4819-a7c9-73e7c61aa9db)
- [EPM - Network - Custom Table - pvl_network_Adapter](/docs/5a5463d0-0ce3-4c09-bd41-39da28e16d0f)
- [EPM - Network - Script - Get - DNS Assignments](/docs/3bf7ea38-4bea-426b-bc6d-f480ba0b895d)

## Columns

Expand Down
13 changes: 8 additions & 5 deletions docs/solutions/dns-assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ The purpose of this solution is to add to the current NON-Stack dataview [EPM -

| Content | Type | Function |
|--------------------------------------------------------------------------------------------------------------|--------------|------------------------------------------------------------------------|
| [EPM - Network - Script - Create and Populate plugin_proval_dns_extradata](/docs/4bc996bc-1b11-4819-a7c9-73e7c61aa9db) | Script | Populates a custom table with data to be merged with current data in an existing dataview. |
| [EPM - Network - Custom Table - plugin_proval_dns_extradata](/docs/cd3368d8-d0b0-4ca4-972e-4adc8c1cfcfa) | Custom Table | Holds additional data gathered from the script. |
| [EPM - Network - Script - Get - DNS Assignments](/docs/3bf7ea38-4bea-426b-bc6d-f480ba0b895d) | Script | Populates a custom table with data to be merged with current data in an existing dataview. |
| [EPM - Network - Custom Table - pvl_network_Adapter](/docs/5a5463d0-0ce3-4c09-bd41-39da28e16d0f) | Custom Table | Holds additional data gathered from the script. |
| [EPM - Network - Dataview - DNS Assignments](/docs/8e53a0ed-4b8a-4aec-9d92-99423964f53c) | Dataview | Displays data for end users. |
| [EPM - Network - Internal Network - Execute Script - Get - DNS Assignments](/docs/c3e9e7df-9e35-46ab-bca6-a182331ca211) | Internal Monitor | The internal monitor executes the [EPM - Network - Script - Get - DNS Assignments](/docs/3bf7ea38-4bea-426b-bc6d-f480ba0b895d) once per week to keep the data updated in the [EPM - Network - Dataview - DNS Assignments](/docs/8e53a0ed-4b8a-4aec-9d92-99423964f53c). |
| **△ Custom - Execute Script - Get - DNS Assignments** | Alert Template | This alert template schedules the script [EPM - Network - Script - Get - DNS Assignments](/docs/3bf7ea38-4bea-426b-bc6d-f480ba0b895d) on the detected agents [EPM - Network - Internal Network - Execute Script - Get - DNS Assignments](/docs/c3e9e7df-9e35-46ab-bca6-a182331ca211) of the monitor |

## Implementation

1. Import the [EPM - Network - Script - Create and Populate plugin_proval_dns_extradata](/docs/4bc996bc-1b11-4819-a7c9-73e7c61aa9db) script.
2. Schedule the script to run against any target groups or endpoints.
3. Review the data in the dataview for accuracy.
1. Import the script [EPM - Network - Script - Get - DNS Assignments](/docs/3bf7ea38-4bea-426b-bc6d-f480ba0b895d).
2. Import the dataview [EPM - Network - Dataview - DNS Assignments](/docs/8e53a0ed-4b8a-4aec-9d92-99423964f53c)
3. Import the monitor [EPM - Network - Internal Network - Execute Script - Get - DNS Assignments](/docs/c3e9e7df-9e35-46ab-bca6-a182331ca211)
4. Enable the monitor with the alert template **△ Custom - Execute Script - Get - DNS Assignments** so that script runs on the detected agent.