Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero Networks: Minor changes #19809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions zero_networks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ This integration collects the listed logs and channels them into Datadog for ana

1. Add your Zero Networks credentials.

| Parameters | Description |
| ------------------------------------- | ------------------------------------------------------------ |
| Domain Name | The Domain Name from Zero Networks portal URL |
| API Key | The Personal API key of Zero Networks |
| Parameters | Description |
| ----------------| ------------------------------------------------------------ |
| Subdomain | The subdomain from Zero Networks portal URL. For example, ```https://<sub_domain>.zeronetworks.com```.|
| API Key | The Personal API key of Zero Networks. |

2. Click **Save**.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title": "Zero Networks - Network Activities",
"description": "This Dashboard provides insights into network activities logs generated on Zero Networks Platform.",
"experience_type": "default",
"widgets": [
{
"id": 7048682808416574,
Expand Down Expand Up @@ -990,11 +991,6 @@
"requests": [
{
"response_format": "scalar",
"formulas": [
{
"formula": "query1"
}
],
"queries": [
{
"name": "query1",
Expand Down Expand Up @@ -1026,6 +1022,11 @@
"style": {
"palette": "datadog16"
},
"formulas": [
{
"formula": "query1"
}
],
"sort": {
"count": 10,
"order_by": [
Expand Down Expand Up @@ -1282,11 +1283,6 @@
"requests": [
{
"response_format": "scalar",
"formulas": [
{
"formula": "query1"
}
],
"queries": [
{
"name": "query1",
Expand Down Expand Up @@ -1318,6 +1314,11 @@
"style": {
"palette": "datadog16"
},
"formulas": [
{
"formula": "query1"
}
],
"sort": {
"count": 10,
"order_by": [
Expand Down Expand Up @@ -2071,6 +2072,7 @@
"title": "Top Destination Processes",
"title_size": "16",
"title_align": "left",
"time": {},
"type": "toplist",
"requests": [
{
Expand All @@ -2079,7 +2081,7 @@
"name": "query1",
"data_source": "logs",
"search": {
"query": "source:zero-networks service:network-activities $User $IP $Traffic-Type $State $Protocol"
"query": "source:zero-networks service:network-activities $User $IP $Traffic-Type $State $Protocol -@record.dst.processName:\"\""
},
"indexes": [
"*"
Expand Down Expand Up @@ -3109,19 +3111,19 @@
},
{
"name": "Traffic-Type",
"prefix": "@trafficType",
"prefix": "@fields_mapping.trafficType",
"available_values": [],
"default": "*"
},
{
"name": "State",
"prefix": "@state",
"prefix": "@fields_mapping.state",
"available_values": [],
"default": "*"
},
{
"name": "Protocol",
"prefix": "@protocol",
"prefix": "@fields_mapping.protocol",
"available_values": [],
"default": "*"
}
Expand Down
Loading