Skip to content

Commit cf64978

Browse files
authored
Update acd.md
Signed-off-by: Sanjay BS <sanjay.bangalore.shivanna@sap.com>
1 parent 2a0c182 commit cf64978

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

acd.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Ensuring audit logs are reliably captured and transmitted is critical for compli
5151
### 4.3 Architecture Diagram
5252
lucid chart link : https://lucid.app/lucidchart/7a9fa1de-2640-4a2d-a038-0f7284a0800f/edit?page=p92ebrH0iSU9r&invitationId=inv_812faa02-bebb-4df2-aec3-882d5b027543#
5353

54-
5. ARCHITECTURE DECISIONS
54+
## 5. ARCHITECTURE DECISIONS
5555

5656
Use OpenTelemetry SDK within application code for cross-vendor and standardized telemetry generation.
5757
Externalize processing to Otel Collector for operational flexibility without code deployment.
@@ -60,15 +60,15 @@ Decouple network transmission from application code, handing over all egress res
6060
Instrument with checkpoints and monitoring at each component boundary for reliability assessment.
6161
Select AuditLog Services V3 Exporter due to organizational integration requirements.
6262

63-
6. OPEN POINTS
63+
## 6. OPEN POINTS
6464

6565
Otel SDK & Collector Version Compatibility: Need to validate if all required features and data formats are supported.
6666
API Rate Limits & Back-pressure: How will surges and API slowdowns/throttling be gracefully handled?
6767
Data Privacy & Security: Ensure logging data is sanitized/encrypted as required before egress.
6868
Collector Failure Modes: What happens to logs if Otel Collector crashes or network partition occurs?
6969
Lossy Operations in Processors: Need clear bounds on filtering/batching impacts to log completeness.
7070

71-
7. CONCLUSION AND NEXT STEPS
71+
## 7. CONCLUSION AND NEXT STEPS
7272

7373
This POC will validate the comprehensive logging flow’s reliability and highlight improvements for audit log delivery. Next steps include:
7474

@@ -78,12 +78,12 @@ Analyzing end-to-end message integrity/loss metrics.
7878
Tuning collector/processors for optimal throughput and minimal loss.
7979
Compiling a findings and recommendations report for broader system rollout.
8080

81-
8. DECISION PROTOCOL
81+
## 8. DECISION PROTOCOL
8282

8383
Decisions Tracked: All key design changes/choices documented in versioned change log.
84-
Approval: Lead architect, DevOps, and business stakeholders must sign off on go/no-go for each phase.
8584
Review Frequency: Weekly checkpoints during POC, rolling up to steering committee.
86-
9. APPENDIX
85+
86+
## 9. APPENDIX
8787

8888
References to OpenTelemetry documentation
8989
Diagrams (link/attachments)

0 commit comments

Comments
 (0)