Skip to content

Commit

Permalink
Fix log collection categories (DataDog#9513)
Browse files Browse the repository at this point in the history
* Fix log collection categories
  • Loading branch information
hithwen authored Jun 15, 2021
1 parent 09f0348 commit 0f14462
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion aspdotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"categories": [
"web",
"languages"
"languages",
"log collection"
],
"creates_events": false,
"display_name": "ASP.NET",
Expand Down
2 changes: 1 addition & 1 deletion azure_active_directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For more details on the setup, see the [Azure tutorial][3].

## Data Collected

### Logs
#### Log Collection

This integration allows you to setup log ingestion for Azure Active Directory activity logs.

Expand Down
3 changes: 2 additions & 1 deletion cilium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"categories": [
"containers",
"network",
"security"
"security",
"log collection"
],
"type": "check",
"is_public": true,
Expand Down
3 changes: 2 additions & 1 deletion couchbase/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"categories": [
"data store",
"autodiscovery"
"autodiscovery",
"log collection"
],
"creates_events": false,
"display_name": "Couchbase",
Expand Down
3 changes: 2 additions & 1 deletion openshift/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"categories": [
"containers",
"orchestration"
"orchestration",
"log collection"
],
"creates_events": false,
"display_name": "OpenShift",
Expand Down
3 changes: 2 additions & 1 deletion pivotal_pks/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"public_title": "Datadog-Pivotal Container Service Integration",
"categories": [
"containers",
"orchestration"
"orchestration",
"log collection"
],
"type": "check",
"is_public": true,
Expand Down
3 changes: 2 additions & 1 deletion statsd/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"categories": [
"monitoring",
"autodiscovery"
"autodiscovery",
"log collection"
],
"creates_events": false,
"display_name": "StatsD",
Expand Down

0 comments on commit 0f14462

Please sign in to comment.