diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9af7f4cb6..d87a7c3e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,8 +84,9 @@ Thankyou! -->
7. Added `vendor_name`, `type`, `type_id` to object `package`. #1093
8. Added `router`, `ids`, and `ips` entries to `type_id` enum in the `Endpoint` object. #1121
9. Added `job` to `Evidence Artifacts` object. #1130
- 10. Added `cpe_name` and `hash` to `Software Package` object. #1142
- 11. Added `avg_timespan` to the `kb_article` object. #1125
+ 10. Added `ip` to object `load_balancer`. #1138
+ 11. Added `cpe_name` and `hash` to `Software Package` object. #1142
+ 12. Added `avg_timespan` to the `kb_article` object. #1125
* #### Platform Extensions
### Bugfixes
diff --git a/objects/endpoint.json b/objects/endpoint.json
index 332810968..1bc85992e 100644
--- a/objects/endpoint.json
+++ b/objects/endpoint.json
@@ -123,6 +123,10 @@
"14": {
"caption": "IPS",
"description": "An intrusion prevention system."
+ },
+ "15": {
+ "caption": "Load Balancer",
+ "description": "A Load Balancer device."
}
},
"requirement": "recommended"
diff --git a/objects/load_balancer.json b/objects/load_balancer.json
index 81b0f9b94..0ca8d5c91 100644
--- a/objects/load_balancer.json
+++ b/objects/load_balancer.json
@@ -30,7 +30,11 @@
"caption": "Classification",
"description": "The request classification as defined by the load balancer.",
"requirement": "optional"
- },
+ },
+ "ip": {
+ "description": "The IP address of the load balancer node that handled the client request. Note: the load balancer may have other IP addresses, and this is not an IP address of the target/distribution endpoint - see dst_endpoint
.",
+ "requirement": "optional"
+ },
"status_detail": {
"caption": "Status Detail",
"description": "The status detail contains additional status information about the load balancer distribution event.",