Skip to content

Commit

Permalink
Add AWS ELB Integration (#772)
Browse files Browse the repository at this point in the history
* Created aws_elb integration

Signed-off-by: Daniel Dong <[email protected]>

* Modified schemas

Signed-off-by: Daniel Dong <[email protected]>

* Modified user_agent to be an object in http

Signed-off-by: Daniel Dong <[email protected]>

* Added logo and dashboard

Signed-off-by: Daniel Dong <[email protected]>

* Updated static

Signed-off-by: Daniel Dong <[email protected]>

* Added more sample data

Signed-off-by: Daniel Dong <[email protected]>

* Added more sample data

Signed-off-by: Daniel Dong <[email protected]>

* Updated sourceUrl to be correct page

Signed-off-by: Daniel Dong <[email protected]>

* Updated dashboard image

Signed-off-by: Daniel Dong <[email protected]>

* Added image to README.md

Signed-off-by: Dan Dong <[email protected]>

* Updated matched_rule_priority to be int

Signed-off-by: Daniel Dong <[email protected]>

* Updated README.md with ingestion pipeline info

Signed-off-by: Dan Dong <[email protected]>

* Moved ingestion pipeline to new .md

Signed-off-by: Daniel Dong <[email protected]>

* Moved Ingestion material out of README.md

Signed-off-by: Daniel Dong <[email protected]>

---------

Signed-off-by: Daniel Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Co-authored-by: Daniel Dong <[email protected]>
  • Loading branch information
danieldong51 and Daniel Dong authored Aug 1, 2023
1 parent 174c512 commit bfada80
Show file tree
Hide file tree
Showing 14 changed files with 5,432 additions and 2 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "aws_elb",
"version": "1.0.0",
"displayName": "AWS ELB",
"description": "AWS Elastic Load Balancer collector",
"license": "Apache-2.0",
"type": "logs",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_elb/info",
"statics": {
"logo": {
"annotation": "ELB Logo",
"path": "logo.svg"
},
"gallery": [
{
"annotation": "ELB Dashboard",
"path": "dashboard1.png"
}
]
},
"components": [
{
"name": "communication",
"version": "1.0.0"
},
{
"name": "http",
"version": "1.0.0"
},
{
"name": "cloud",
"version": "1.0.0"
},
{
"name": "aws_elb",
"version": "1.0.0"
},
{
"name": "url",
"version": "1.0.0"
},
{
"name": "logs",
"version": "1.0.0"
}
],
"assets": {
"savedObjects": {
"name": "aws_elb",
"version": "1.0.0"
}
},
"sampleData": {
"path": "sample.json"
}
}
Loading

0 comments on commit bfada80

Please sign in to comment.