From 1a74cdc088c5c0914382f4a0365b31d2b9c6d046 Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Wed, 12 Nov 2025 03:28:27 +0530
Subject: [PATCH 1/7] Adding Logs FGA What's New Via Upload
Adding Logs FGA What's New Via Upload
---
.../2025/11/whats-new-11-10-logs-fga.md | 37 +++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
new file mode 100644
index 00000000000..c730ec56452
--- /dev/null
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -0,0 +1,37 @@
+---
+title: 'Fine Grained Access for Logs'
+summary: 'Restrict user access to specific log data partitions for better security and compliance.'
+releaseDate: '2025-10-29'
+learnMoreLink: 'https://docs.newrelic.com/es/docs/accounts/accounts-billing/new-relic-one-user-management/data-access-control/'
+getStartedLink: 'https://docs.newrelic.com/es/docs/accounts/accounts-billing/new-relic-one-user-management/data-access-control/#create-policies'
+---
+
+As your organization scales, managing who can access specific log data is vital for security, compliance, and data governance. Your security teams may need to monitor critical logs that contain sensitive information (PII), while development teams should only see logs relevant to their specific services.
+
+We're excited to introduce **fine grained access** for log data. This new capability, available for Pro and Enterprise accounts, gives Administrator's fine-grained control over which users can view specific log data.
+
+### How it works
+
+With Fine Grained Access control for Logs, you create policies that define exactly which log partitions users can access. These policies are assigned to access grants and allow you to:
+
+* **Allow access:** Grant access *only* to a specific set of partitions.
+* **Deny access:** Block access to specific partitions, like those containing sensitive data.
+* **Use wildcards:** Easily manage multiple partitions at once (e.g., `log_prod%` matches all partitions starting with "log_prod").
+
+This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
+
+
+
+Create policies to allow or deny access to specific log partitions from the Access Management UI.
+
+### Automate with the NerdGraph API
+
+In addition to the UI, you can now manage your data access policies using our NerdGraph API. This is ideal for automating your security workflows and integrating with your existing identity and access management systems. You can use NerdGraph to programmatically:
+
+* Create, query, and update policies
+* Delete policies
+* Assign policies to access grants
+
+[Learn more about managing policies via NerdGraph](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-data-access-control).
+
+To get started in the UI, users with the Authentication domain manager role can navigate to **[Administration > Access Management > Data access policies](https://one.newrelic.com/admin-portal)**.
\ No newline at end of file
From 3023208acee8bca2afc5acab24d05163f3d72714 Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Wed, 12 Nov 2025 03:30:15 +0530
Subject: [PATCH 2/7] feat(whats-new): add logs fga images
From 9d89854512e187e2b14c6a063fdbd23f237ac7c7 Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Wed, 12 Nov 2025 03:48:33 +0530
Subject: [PATCH 3/7] Fix image syntax and add caption in logs FGA
Updated image syntax and added caption for clarity.
---
src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
index c730ec56452..7eab91dbb80 100644
--- a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -20,7 +20,7 @@ With Fine Grained Access control for Logs, you create policies that define exact
This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
-
+
Create policies to allow or deny access to specific log partitions from the Access Management UI.
@@ -34,4 +34,4 @@ In addition to the UI, you can now manage your data access policies using our Ne
[Learn more about managing policies via NerdGraph](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-data-access-control).
-To get started in the UI, users with the Authentication domain manager role can navigate to **[Administration > Access Management > Data access policies](https://one.newrelic.com/admin-portal)**.
\ No newline at end of file
+To get started in the UI, users with the Authentication domain manager role can navigate to **[Administration > Access Management > Data access policies](https://one.newrelic.com/admin-portal)**.
From 69f0b8eb375f43d04314bdf1d4c20668b9bc32bb Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Wed, 12 Nov 2025 03:50:57 +0530
Subject: [PATCH 4/7] Fix image path in 'whats-new-11-10-logs-fga.md'
Updated image path for data policy screenshot.
---
src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
index 7eab91dbb80..ad595de2eef 100644
--- a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -20,7 +20,7 @@ With Fine Grained Access control for Logs, you create policies that define exact
This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
-
+!(/static/images/add-data-policy.webp "A screenshot that shows how to add a data access policy.")
Create policies to allow or deny access to specific log partitions from the Access Management UI.
From a56ef1fd605ab02ad11a428ec09411cf2fb9f805 Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Wed, 12 Nov 2025 03:51:18 +0530
Subject: [PATCH 5/7] Fix image syntax in logs FGA documentation
Updated image syntax for data access policy documentation.
---
src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
index ad595de2eef..dcaef97d54a 100644
--- a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -20,7 +20,7 @@ With Fine Grained Access control for Logs, you create policies that define exact
This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
-!(/static/images/add-data-policy.webp "A screenshot that shows how to add a data access policy.")
+
Create policies to allow or deny access to specific log partitions from the Access Management UI.
From 5fd3396fdd357db818ca056842e89a9bf8fe9170 Mon Sep 17 00:00:00 2001
From: Abhilash Dutta
Date: Fri, 14 Nov 2025 17:42:39 +0530
Subject: [PATCH 6/7] Update whats-new-11-10-logs-fga.md
---
src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
index dcaef97d54a..46b46b8ec4d 100644
--- a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -20,7 +20,7 @@ With Fine Grained Access control for Logs, you create policies that define exact
This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
-
+
Create policies to allow or deny access to specific log partitions from the Access Management UI.
From 8b3a4f61f2f3478747e1f50e395d5144b7e10b6d Mon Sep 17 00:00:00 2001
From: mrytower05 <91172434+mrytower05@users.noreply.github.com>
Date: Tue, 18 Nov 2025 02:17:53 +0530
Subject: [PATCH 7/7] feat(whats-new): Logs FGA updating image path
Logs FGA updating image path
---
src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
index 46b46b8ec4d..159981062b0 100644
--- a/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
+++ b/src/content/whats-new/2025/11/whats-new-11-10-logs-fga.md
@@ -1,7 +1,7 @@
---
title: 'Fine Grained Access for Logs'
summary: 'Restrict user access to specific log data partitions for better security and compliance.'
-releaseDate: '2025-10-29'
+releaseDate: '2025-11-04'
learnMoreLink: 'https://docs.newrelic.com/es/docs/accounts/accounts-billing/new-relic-one-user-management/data-access-control/'
getStartedLink: 'https://docs.newrelic.com/es/docs/accounts/accounts-billing/new-relic-one-user-management/data-access-control/#create-policies'
---
@@ -20,7 +20,7 @@ With Fine Grained Access control for Logs, you create policies that define exact
This enables you to restrict logs access to only the data a user should need. When a user belongs to multiple grants for an account, any deny policy will always override an allow policy.
-
+
Create policies to allow or deny access to specific log partitions from the Access Management UI.