<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Working with Insight on</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/</link><description>Recent content in Working with Insight on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 01 Apr 2026 06:02:12 +0000</lastBuildDate><atom:link href="https://docs.protegrity.com/10.1/docs/aog/audit_store/index.xml" rel="self" type="application/rss+xml"/><item><title>Understanding the Audit Store node status</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_home/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_home/</guid><description>&lt;h2 id="viewing-cluster-status">Viewing cluster status&lt;/h2>
&lt;p>The &lt;strong>Overview&lt;/strong> screen shows information about the Audit Store cluster. Use this information to understand the health of the Audit Store cluster. Access the &lt;strong>Overview&lt;/strong> screen by navigating to &lt;strong>Audit Store&lt;/strong> &amp;gt; &lt;strong>Cluster Management&lt;/strong> &amp;gt; &lt;strong>Overview&lt;/strong>. The &lt;strong>Overview&lt;/strong> screen is shown in the following figure.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.1/docs/images/log_store_clust_over.png" alt="" title="Cluster Overview Screen">&lt;/p>
&lt;p>The following information is shown on the &lt;strong>Overview&lt;/strong> screen:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Join Custer&lt;/strong>: Click to add a node to the Audit Store cluster. The node can be added to only one Audit Store cluster. On a multi-node cluster, this button is disabled after the node is added to the Audit Store cluster.&lt;/li>
&lt;li>&lt;strong>Leave Cluster&lt;/strong>: Click to remove a node from the Audit Store cluster. This button is disabled after the node is removed from an Audit Store cluster.&lt;/li>
&lt;li>&lt;strong>Cluster Name&lt;/strong>: The name displays the Audit Store cluster name.&lt;/li>
&lt;li>&lt;strong>Cluster Status&lt;/strong>: The cluster status displays the index status of the worst shard in the Audit Store cluster. Accordingly, the following status information appears:
&lt;ul>
&lt;li>Red status indicates that the specific shard is not allocated in the Audit Store cluster.&lt;/li>
&lt;li>Yellow status indicates that the primary shard is allocated but replicas are not allocated.&lt;/li>
&lt;li>Green status indicates that all shards are allocated.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Number of Nodes&lt;/strong>: The count of active nodes in the Audit Store cluster.&lt;/li>
&lt;li>&lt;strong>Number of Data Nodes&lt;/strong>: The count of nodes that have a data role.&lt;/li>
&lt;li>&lt;strong>Active Primary Shards&lt;/strong>: The count of active primary shards in the Audit Store cluster.&lt;/li>
&lt;li>&lt;strong>Active Shards&lt;/strong>: The total of active primary and replica shards.&lt;/li>
&lt;li>&lt;strong>Relocating Shards&lt;/strong>: The count of shards that are being relocated.&lt;/li>
&lt;li>&lt;strong>Initializing Shards&lt;/strong>: The count of shards that are under initialization.&lt;/li>
&lt;li>&lt;strong>Unassigned Shards&lt;/strong>: The count of shards that are not allocated. The Audit Store will process and dynamically allocate these shards.&lt;/li>
&lt;li>&lt;strong>OS Version&lt;/strong>: The version number of the OpenSearch used for the Audit Store.&lt;/li>
&lt;li>&lt;strong>Current Master&lt;/strong>: The IP address of the current Audit Store node that is elected as master.&lt;/li>
&lt;li>&lt;strong>Indices Count&lt;/strong>: The count of indices in the Audit Store cluster.&lt;/li>
&lt;li>&lt;strong>Total Docs&lt;/strong>: The document count of all indices in the Audit Store cluster, excluding security index docs.&lt;/li>
&lt;li>&lt;strong>Number of Master Nodes&lt;/strong>: The count of nodes that have the master-eligible role.&lt;/li>
&lt;li>&lt;strong>Number of Ingest Nodes&lt;/strong>: The count of nodes that have the ingest role.&lt;/li>
&lt;/ul>
&lt;p>For more information about clusters, shards, docs, and other terms, refer to the &lt;a href="https://opensearch.org/docs/2.18/getting-started/intro/">OpenSearch documentation&lt;/a>.&lt;/p></description></item><item><title>Working with Audit Store nodes</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_nodes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_nodes/</guid><description>&lt;p>&lt;img src="https://docs.protegrity.com/10.1/docs/images/log_audit_addclust.png" alt="" title="Registering Nodes">&lt;/p>
&lt;h2 id="registering-a-node">Registering a node&lt;/h2>
&lt;p>When a node that was a part of the Audit Store cluster was down or unregistered is started again, then it would already have the Audit Store configurations. Similarly, due to issues during an upgrade, a node might not complete the Audit Store cluster registration process. In this case, the node appears with an orange icon (&lt;img src="https://docs.protegrity.com/10.1/docs/images/icon_clst_yellow.jpg" alt="">). Register the node using the &lt;strong>Register&lt;/strong> button to add the node to the Audit Store cluster.&lt;/p></description></item><item><title>Working with Audit Store roles</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/log_store_cluster_roles/</guid><description>&lt;p>A node can have one role or multiple roles. A cluster needs at least one node with each role. Hence, roles of the node in a single-node cluster cannot be removed. Similarly, if the node is the last node in the cluster with a particular role, then the role cannot be removed. By default, all the nodes must have the &lt;strong>master-eligible&lt;/strong>, &lt;strong>data&lt;/strong>, and &lt;strong>ingest&lt;/strong> roles:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Master-eligible&lt;/strong>: This is the master-eligible node. It is eligible to be elected as the master node that controls the Audit Store cluster. A minimum of 3 nodes with the master-eligible role are required in the cluster to make the Audit Store cluster stable and resilient. For mor iformation about the architecture, refer to the &lt;a href="https://docs.protegrity.com/10.1/docs/aog/architecture/esa_logging_architecture/">Logging architecture&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Data&lt;/strong>: This node holds data and can perform data-related operations. A minimum of 2 nodes with the data role are required in the Audit Store cluster to provide redundancy of data. Redundancy reduces data loss when a node goes down.&lt;/li>
&lt;li>&lt;strong>Ingest&lt;/strong>: This node processes logs received before the log is indexed for further storage and processing. A minimum of 2 nodes with the ingest role are required in the Audit Store cluster.&lt;/li>
&lt;/ul>
&lt;p>The Audit Store uses the following formula to determine the minimum number of nodes with the Master-eligible role that should be running in the cluster:&lt;/p></description></item><item><title>Working with Discover</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_discover_wrap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_discover_wrap/</guid><description>&lt;p>For more information about Discover, refer to &lt;a href="https://opensearch.org/docs/2.18/dashboards/">https://opensearch.org/docs/2.18/dashboards/&lt;/a>.&lt;/p>
&lt;h2 id="viewing-logs">Viewing logs&lt;/h2>
&lt;p>The logs aggregated and collected are sent to Insight. Insight stores the logs in the Audit Store. The logs from the Audit Store are displayed on the Audit Store Dashboards. Here, the different fields and the data logged is visible. In addition to viewing the data, these logs serve as input for Analytics to analyze the health of the system and to monitor the system for providing security.&lt;/p></description></item><item><title>Overview of the dashboards</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_dash_under_wrap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_dash_under_wrap/</guid><description>&lt;p>Viewing the graphs provides an easier and faster method for reading the log information. This helps understand the working of the system and also take decisions faster, such as, understanding the processing load on the ESAs and accordingly expanding the cluster by adding nodes, if required.&lt;/p>
&lt;p>For more information about the dashboards, navigate to &lt;a href="https://opensearch.org/docs/2.18/dashboards/">https://opensearch.org/docs/2.18/dashboards/&lt;/a>.&lt;/p>
&lt;h2 id="accessing-the-insight-dashboards">Accessing the Insight Dashboards&lt;/h2>
&lt;p>The Insight Dashboards appears on a separate tab from the ESA Web UI. However, it uses the same session as the ESA Web UI. Signing out from the ESA Web UI also signs out from the Insight Dashboards. Complete the steps provided here to view the Insight Dashboards.&lt;/p></description></item><item><title>Viewing the dashboards</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_dash_wrap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_dash_wrap/</guid><description>&lt;p>The configuration of dashboards created in the earlier versions of Insight Dashboards are retained after the ESA is upgraded. Protegrity provides default dashboards with version 10.1.0. If the title of an existing dashboard matches the new dashboard provided by Protegrity, then a duplicate entry is visible. Use the date and time stamp to identify and rename the earlier dashboards. The Protector status interval is used for presenting the data on some dashboards. The information presented on the dashboard might not have the correct values if the interval is updated.&lt;/p></description></item><item><title>Viewing visualizations</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_graph_visualizations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_graph_visualizations/</guid><description>&lt;p>The configuration of visualizations created in the earlier versions of the Audit Store Dashboards are retained after the ESA is upgraded. Protegrity provides default visualizations with version 10.1.0. If the title of an existing visualization matches the new visualization provided by Protegrity, then a duplicate entry is visible. Use the date and time stamp to identify and rename the existing visualizations.&lt;/p>
&lt;blockquote>
&lt;p>Do not delete or modify the configuration or details of the visualizations provided by Protegrity. To customize the visualization, create a copy of the visualization and perform the customization on the copy of the visualization.&lt;/p></description></item><item><title>Viewing visualization templates</title><link>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_graph_createsample/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.1/docs/aog/audit_store/iag_graph_createsample/</guid><description>&lt;p>The configuration of visualizations created in the earlier versions of the Audit Store Dashboards are retained after the ESA is upgraded. Protegrity provides default visualizations with version 10.1.0. If the title of an existing visualization matches the new visualization provided by Protegrity, then a duplicate entry is visible. Use the date and time stamp to identify and rename the existing visualizations.&lt;/p>
&lt;blockquote>
&lt;p>Do not delete or modify the configuration or details of the new visualizations provided by Protegrity. To customize the visualization, create a copy of the visualization and perform the customization on the copy of the visualization.&lt;/p></description></item></channel></rss>