TL;DR: Centralized logging consolidates identity, cloud, endpoint, and application telemetry into one searchable store, reducing console-hopping and enabling cross-source correlation, normalization, and faster investigations, according to Panther. The governance question is no longer whether to centralize logs, but whether teams can scope, normalize, and retain them well enough to avoid building an expensive archive that still misses attacks.
At a glance
What this is: Centralized logging is the architectural pattern that unifies logs from identity, cloud, endpoint, and application systems into one searchable security data store.
Why it matters: It matters because IAM, NHI, and SOC teams need shared timelines and consistent schemas to investigate attacks, prove control effectiveness, and support audit readiness.
By the numbers:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps.
- Only 5.7% of organisations have full visibility into their service accounts.
- 71% of NHIs are not rotated within recommended time frames, increasing the risk of compromise over time.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
👉 Read Panther’s article on centralized logging architecture and best practices
Context
Centralized logging is the security pattern that turns scattered telemetry into something analysts can actually use. In practice, it solves the operational gap created when identity, cloud, endpoint, and application logs live in different consoles, with different formats and different retention windows, which is especially relevant for identity and NHI investigations where timelines matter.
For IAM and SOC teams, the real issue is not log volume but correlation quality. A unified log plane makes it possible to connect identity actions, workload events, and endpoint signals on one timeline, which is the difference between reconstructing an attack chain and manually stitching together fragments after the fact. The article’s starting position is typical of modern cloud-native environments, where logging has outgrown the console-by-console model.
Key questions
Q: How should security teams centralize logs across identity, cloud, and endpoint systems?
A: Start with the investigations you need to support, then map each log source to a detection or forensic purpose. Normalize events into a common schema, preserve raw records, and keep hot storage reserved for sources that materially improve response speed. Centralization works when it shortens investigations, not when it simply collects more data.
Q: Why do fragmented access logs weaken identity governance?
A: Fragmented logs weaken identity governance because they prevent teams from reconstructing access events into a reliable narrative. When evidence is split across desktop, mobile, HR, and workflow systems, reviewers cannot easily distinguish normal operational behaviour from risky access, which delays detection and erodes audit confidence.
Q: What do teams get wrong about centralized logging storage tiers?
A: They often treat storage as a cost exercise instead of an investigative design decision. Hot, warm, cold, and archive tiers should reflect how often teams need the data and how quickly they need it. If retention is not aligned to response and audit needs, the platform becomes expensive without improving security outcomes.
Q: How do organisations know if centralized logging is actually working?
A: Look for faster cross-source investigations, fewer manual timeline reconstructions, and detection rules that still work when a source changes format. If analysts still switch between consoles to confirm basic facts, the logging architecture is not yet delivering operational value. A working log plane reduces friction across both response and audit workflows.
Technical breakdown
Why decentralized logging breaks attack correlation
Decentralized logging forces analysts to move between CloudWatch, identity provider consoles, endpoint tools, and application logs just to understand one event. Each source has its own schema, retention policy, and query language, so correlation becomes a manual reconstruction task rather than a repeatable investigation process. In identity-heavy incidents, that fragmentation hides the sequence that matters most: credential use, workload activity, and downstream endpoint behaviour. A centralized security data lake solves that by preserving a shared timeline across sources.
Practical implication: prioritise log sources that are needed to reconstruct identity-driven attack paths, not every available telemetry stream.
Normalization and schema design in a security data lake
Normalization turns heterogeneous logs into a common structure so detection logic can operate across sources. Without that layer, a rule that works for one provider or workload often fails silently on the next. The article points to schema standardization as the key design choice because detection engineering depends on consistent fields for actor, action, resource, and outcome. Raw logs still matter because forensic analysis sometimes needs original context that a normalized schema hides. The technical challenge is balancing consistency with evidentiary fidelity.
Practical implication: normalize early, but keep raw logs available for investigations and audit reconstruction.
Tiered storage, indexing, and alerting as one control system
Centralized logging only works when storage, indexing, and alerting are designed together. Hot storage supports real-time detection, warm and cold tiers reduce cost, and indexed search keeps older data usable when investigations or audits need it. If time synchronization is weak or alerts are tuned poorly, the platform becomes noisy and expensive instead of useful. In operational terms, this is not just a storage decision. It is a control system for detection latency, investigation speed, and evidence retention.
Practical implication: design retention tiers around investigative need and regulatory demand, then tune alerting to the capacity of the team.
Threat narrative
Attacker objective: The attacker aims to move laterally and persist long enough that defenders cannot quickly reconstruct the full path of activity.
- Entry occurs through a compromised identity, workload, or application event that is only visible in one part of the logging stack, making the initial signal easy to miss.
- Escalation happens when analysts cannot correlate identity, cloud, and endpoint telemetry quickly enough to see the attacker’s movement across systems.
- Impact is delayed containment, weaker forensic reconstruction, and slower recovery because the timeline had to be rebuilt manually from disconnected logs.
NHI Mgmt Group analysis
Centralized logging is now an identity governance problem, not only a SOC architecture problem. When identity providers, workloads, and endpoint tools generate events in separate silos, the security team loses the ability to prove who did what, when, and from where. That makes logging foundational to IAM, PAM, and NHI accountability, not just detection. Practitioners should treat the log plane as part of access governance.
Log normalization is the named control gap teams still underestimate. The real failure mode is not lack of data, but lack of a common schema that makes that data actionable across systems. Without normalization, organisations create archives that are searchable in theory but operationally inconsistent in practice. The lesson for security architects is to measure whether detection rules survive source variation, not whether logs merely arrive.
Identity context is what turns logging into evidence. IAM logs, cloud control-plane logs, and endpoint telemetry each answer a different question, but incident response depends on joining them into one timeline. That is especially true for service accounts, API keys, and OAuth-connected workloads that may act without a human at the keyboard. Practitioners should build for cross-source proof, not isolated alerts.
Centralized logging exposes the cost of weak operational decisions earlier than most teams expect. If collection scope is undefined, storage becomes expensive noise. If retention is too short, audits fail. If time sync is inconsistent, false positives multiply. The field is moving toward evidence management as a design discipline, and teams should align logging architecture with both investigation speed and compliance retention requirements.
What this signals
Visibility debt: centralized logging only pays off when the organisation can actually see the identities producing events, and that remains a weak point across many programmes. Our research shows only 5.7% of organisations have full visibility into their service accounts, which means the logging stack can be technically strong while the identity layer remains opaque, according to the Ultimate Guide to NHIs.
The next maturity step is to connect logging strategy to identity lifecycle controls, especially for service accounts and API-driven workloads. That means pairing the security data lake with lifecycle offboarding, credential rotation, and cross-source correlation so the log plane supports both detection and proof.
For practitioners, the signal is clear: if the identity estate is not visible, centralized logging will improve investigation speed but not eliminate blind spots. The relevant question is whether your log architecture can expose NHI activity well enough to support governance decisions, not just SOC triage.
For practitioners
- Define logging scope by investigation use case Map each log source to a detection, forensics, or audit need before ingestion. If a source does not support an active use case or a compliance obligation, keep it out of hot storage and route it only where it is actually needed.
- Normalize identity and cloud telemetry to one schema Adopt a common event schema for identity, workload, and endpoint logs so rules can be written once and reused across sources. Preserve raw events alongside normalized records for investigations that need source-specific detail.
- Tier storage by investigative value Keep recent, high-value logs in hot storage, move rarely queried material to warm or cold tiers, and send compliance-only data directly to lower-cost retention. This keeps the log plane usable without turning it into an oversized archive.
- Synchronize timestamps before tuning rules Enforce time synchronization across every device and log source, then tune thresholds against actual alert volume. Correlation fails quickly when clocks drift, even if ingestion and indexing are working correctly.
- Correlate identity, cloud, and endpoint evidence Build investigations around the identity event, the cloud action, and the endpoint or application outcome on one timeline. This is the difference between seeing an alert and proving an attack chain.
Key takeaways
- Centralized logging is an investigation and governance control, not just a data platform.
- Fragmented identity, cloud, and endpoint telemetry creates blind spots that slow containment and weaken evidence.
- Teams should design scope, schema, retention, and alerting together so the log plane supports both detection and audit needs.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-7 | Centralized logging directly supports continuous monitoring and event correlation. |
| NIST SP 800-53 Rev 5 | AU-6 | Audit review and analysis is central to usable centralized logging. |
| CIS Controls v8 | CIS-8 , Audit Log Management | Audit logging and retention are the core controls discussed in the article. |
| MITRE ATT&CK | TA0007 , Discovery; TA0008 , Lateral Movement; TA0006 , Credential Access | The article focuses on reconstructing attacker movement through logs and identity events. |
Map log coverage to discovery, credential access, and lateral movement so attack chains remain visible.
Key terms
- Centralized Logging: Centralized logging moves event data into a separate system for storage, search, and analysis. This reduces the chance that a compromised production system can erase its own trail, and it gives teams one place to enforce access, retention, and integrity controls.
- Log Normalization: Log normalization is the process of converting different event formats into a common schema. It lets detection rules work across many sources, reduces source-specific rule drift, and keeps investigations consistent when infrastructure or vendors change.
- Tiered Storage: Tiered storage is a retention model that places recent data in faster, more expensive storage and older data in cheaper, slower tiers. In security operations, it helps balance search performance, cost, and compliance retention without sacrificing investigatory access.
- Cross-Source Correlation: Cross-source correlation is the process of combining weak signals from separate tools into a single, higher-confidence incident. It is the technical basis for distinguishing a normal event from a coordinated attack pattern that would be easy to miss in isolation.
What's in the full article
Panther's full article covers the operational detail this post intentionally leaves for the source:
- Step-by-step breakdown of collection patterns across DaemonSet, sidecar, and agentless logging architectures.
- Implementation details for OCSF-based normalization and rule portability across multiple telemetry sources.
- Tiered storage guidance for hot, warm, cold, and archive retention with cost and query tradeoffs.
- Platform-specific examples of detection-as-code, rule testing, and SIEM-style alert tuning.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners who need to connect identity controls to broader security operations.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org