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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,13 @@
"status": {
"class": "extension",
"codeowners": {
"active": [
"splunkericl"
],
"emeritus": [
"zpzhuSplunk"
]
"active": ["splunkericl"],
"emeritus": ["zpzhuSplunk"]
},
"distributions": [
"contrib",
"k8s"
],
"distributions": ["contrib", "k8s"],
"stability": {
"alpha": [
"extension"
]
"alpha": ["extension"]
}
},
"type": "extension"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,42 @@
"attributes": {
"bind_type": {
"description": "The type of bind to the domain server.",
"enum": [
"client",
"server"
],
"enum": ["client", "server"],
"name_override": "type",
"type": "string"
},
"direction": {
"description": "The direction of data flow.",
"enum": [
"received",
"sent"
],
"enum": ["received", "sent"],
"type": "string"
},
"network_data_type": {
"description": "The type of network data sent.",
"enum": [
"compressed",
"uncompressed"
],
"enum": ["compressed", "uncompressed"],
"name_override": "type",
"type": "string"
},
"operation_type": {
"description": "The type of operation.",
"enum": [
"read",
"search",
"write"
],
"enum": ["read", "search", "write"],
"name_override": "type",
"type": "string"
},
"suboperation_type": {
"description": "The type of suboperation.",
"enum": [
"search",
"security_descriptor_propagations_event"
],
"enum": ["search", "security_descriptor_propagations_event"],
"name_override": "type",
"type": "string"
},
"sync_result": {
"description": "The result status of the sync request.",
"enum": [
"other",
"schema_mismatch",
"success"
],
"enum": ["other", "schema_mismatch", "success"],
"name_override": "result",
"type": "string"
},
"value_type": {
"description": "The type of value sent.",
"enum": [
"distinguished_names",
"other"
],
"enum": ["distinguished_names", "other"],
"name_override": "type",
"type": "string"
}
Expand All @@ -72,9 +49,7 @@
"id": "contrib-activedirectorydsreceiver",
"metrics": {
"active_directory.ds.bind.rate": {
"attributes": [
"bind_type"
],
"attributes": ["bind_type"],
"description": "The number of binds per second serviced by this domain controller.",
"enabled": true,
"stability": "development",
Expand Down Expand Up @@ -148,9 +123,7 @@
"unit": "{notifications}"
},
"active_directory.ds.operation.rate": {
"attributes": [
"operation_type"
],
"attributes": ["operation_type"],
"description": "The number of operations performed per second.",
"enabled": true,
"stability": "development",
Expand All @@ -162,10 +135,7 @@
"unit": "{operations}/s"
},
"active_directory.ds.replication.network.io": {
"attributes": [
"direction",
"network_data_type"
],
"attributes": ["direction", "network_data_type"],
"description": "The amount of network data transmitted by the Directory Replication Agent.",
"enabled": true,
"stability": "development",
Expand All @@ -177,9 +147,7 @@
"unit": "By"
},
"active_directory.ds.replication.object.rate": {
"attributes": [
"direction"
],
"attributes": ["direction"],
"description": "The number of objects transmitted by the Directory Replication Agent per second.",
"enabled": true,
"stability": "development",
Expand All @@ -202,9 +170,7 @@
"unit": "{operations}"
},
"active_directory.ds.replication.property.rate": {
"attributes": [
"direction"
],
"attributes": ["direction"],
"description": "The number of properties transmitted by the Directory Replication Agent per second.",
"enabled": true,
"stability": "development",
Expand All @@ -227,9 +193,7 @@
"unit": "{objects}"
},
"active_directory.ds.replication.sync.request.count": {
"attributes": [
"sync_result"
],
"attributes": ["sync_result"],
"description": "The number of sync requests made by the Directory Replication Agent.",
"enabled": true,
"stability": "development",
Expand All @@ -241,10 +205,7 @@
"unit": "{requests}"
},
"active_directory.ds.replication.value.rate": {
"attributes": [
"direction",
"value_type"
],
"attributes": ["direction", "value_type"],
"description": "The number of values transmitted by the Directory Replication Agent per second.",
"enabled": true,
"stability": "development",
Expand All @@ -267,9 +228,7 @@
"unit": "{events}"
},
"active_directory.ds.suboperation.rate": {
"attributes": [
"suboperation_type"
],
"attributes": ["suboperation_type"],
"description": "The rate of sub-operations performed.",
"enabled": true,
"stability": "development",
Expand Down Expand Up @@ -297,23 +256,14 @@
"status": {
"class": "receiver",
"codeowners": {
"active": [
"pjanotti"
],
"active": ["pjanotti"],
"seeking_new": true
},
"distributions": [
"contrib"
],
"distributions": ["contrib"],
"stability": {
"beta": [
"metrics"
]
"beta": ["metrics"]
},
"unsupported_platforms": [
"darwin",
"linux"
]
"unsupported_platforms": ["darwin", "linux"]
},
"type": "receiver"
}
}
Loading
Loading