From e2d2c2d44ed646033a37f6b7baa1491766cc4e7b Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:06:17 +0530 Subject: [PATCH 1/2] Update asn-lookup.md --- .../search-query-language/search-operators/asn-lookup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/search/search-query-language/search-operators/asn-lookup.md b/docs/search/search-query-language/search-operators/asn-lookup.md index 4669498df4..e4c07e94c7 100644 --- a/docs/search/search-query-language/search-operators/asn-lookup.md +++ b/docs/search/search-query-language/search-operators/asn-lookup.md @@ -20,6 +20,11 @@ lookup\ from asn://default on ip\ | `asn` | Autonomous System Number | | `organization` | The name of the organization that owns the ASN or ID in some cases. This organization (Carrier) is responsible for the routing of traffic for network blocks. | | `registering_organization` | The organization responsible for the actions and content associated with a given block of IP addresses. Registering Organizations include many types of entities, including corporate, government, or educational entities, and ISPs managing the allocation and use of network blocks. | +| `carrier_organization` | The name of the organization that owns the ASN or ID in some cases. This organization (Carrier) is responsible for the routing of traffic for network blocks. | + +:::note +The `organization` and `carrier_organization` lookup fields will have the same value, since `carrier` field is used to map both the `organization` and `carrier_organization` values. +::: ## Example From 8d3ddcfed788cd7afe9abd0922e83ee80a481d20 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:14:22 +0530 Subject: [PATCH 2/2] Update docs/search/search-query-language/search-operators/asn-lookup.md Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com> --- .../search/search-query-language/search-operators/asn-lookup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/search-query-language/search-operators/asn-lookup.md b/docs/search/search-query-language/search-operators/asn-lookup.md index e4c07e94c7..2b91a9f774 100644 --- a/docs/search/search-query-language/search-operators/asn-lookup.md +++ b/docs/search/search-query-language/search-operators/asn-lookup.md @@ -23,7 +23,7 @@ lookup\ from asn://default on ip\ | `carrier_organization` | The name of the organization that owns the ASN or ID in some cases. This organization (Carrier) is responsible for the routing of traffic for network blocks. | :::note -The `organization` and `carrier_organization` lookup fields will have the same value, since `carrier` field is used to map both the `organization` and `carrier_organization` values. +The `organization` and `carrier_organization` lookup fields will have the same value because the `carrier` field is used to populate both the `organization` and `carrier_organization` values. ::: ## Example