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

Update vpc readme & references #740

Merged
merged 9 commits into from
Jul 25, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"displayName": "AWS VPC Flow",
"description": "AWS VPC Flow log collector",
"license": "Apache-2.0",
"type": "logs_vpc",
"type": "logs",
"author": "Haidong Wang",
"sourceUrl": "https://github.com/opensearch-project/observability/tree/2.x/integrations/aws_vpc_flow_log",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_vpc_flow/info",
"statics": {
"logo": {
"annotation": "AWS VPC Logo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS VPC Flow Logs Integrations
# AWS VPC Flow Logs Integration

## What is AWS VPC Flow Logs ?
VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC.
Expand All @@ -18,4 +18,7 @@ See additional details [here](https://docs.aws.amazon.com/vpc/latest/userguide/f
## What is AWS VPC FLow Logs Integration ?
An integration is a bundle of pre-canned assets which are bundled togather in a meaningful manner.

AWS VPC flow logs integration includes dashboards, visualisations, queries and index mapping
AWS VPC flow logs integration includes dashboards, visualisations, queries and an index mapping.

### Dashboards
![](../static/dashboard1.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Nginx Integration
YANG-DB marked this conversation as resolved.
Show resolved Hide resolved

## What is Nginx ?
NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.

See additional details [here](https://www.nginx.com/).

## What is Nginx Integration ?
An integration is a bundle of pre-canned assets which are bundled togather in a meaningful manner.

Nginx integration includes dashboards, visualisations, queries and an index mapping.

### Dashboards
![](../static/dashboard1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "logs",
"link": "https://www.nginx.com/",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/observability/tree/2.x/integrations/nginx",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/nginx",
YANG-DB marked this conversation as resolved.
Show resolved Hide resolved
"statics": {
"logo": {
"annotation": "NginX Logo",
Expand Down Expand Up @@ -40,4 +40,5 @@
"version": "1.0.0"
}
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"description": "Nginx HTTP server collector",
"license": "Apache-2.0",
"type": "logs",
"link": "https://www.nginx.com/",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/observability/tree/2.x/integrations/nginx",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/nginx",
"statics": {
"logo": {
"annotation": "NginX Logo",
Expand Down Expand Up @@ -42,4 +43,4 @@
"sampleData": {
"path": "sample.json"
}
}
}
Loading