Skip to content

Commit 86b0d49

Browse files
author
Ruomeng Hao
authored
Add node level event log example output file (#112)
1. Add full output event log example file 2. Update links in document Signed-off-by: Hao, Ruomeng <[email protected]>
1 parent 1dbe895 commit 86b0d49

File tree

2 files changed

+10272
-1
lines changed

2 files changed

+10272
-1
lines changed

docs/API-usage-example.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@ cctrusted_base.binaryblob INFO 000010E0 2D 2D 0A 00
148148
## Dump the event log
149149

150150
Following are the boot-time event log collected by [VMSDK's sample code](/vmsdk/python/cc_event_log_cli.py).
151-
Please refer the event logs collected in container with runtime IMA part at [CCNP's sample output within Container](https://github.com/cc-api/confidential-cloud-native-primitives/blob/main/docs/sample-output-for-node-measurement-tool-full.txt)
151+
152+
Please refer to [TD event logs sample output](./vmsdk-eventlog-sample-output-with-IMA.txt) for the node level event log collected in Intel TDX VM with runtime IMA enabled.
153+
154+
**NOTE:**
155+
- The output may vary according to your kernel command line parameters of IMA.
156+
- Boot time event logs format is compliant to TCG_PCClientPCREvent. Runtime event logs is compliant to Canonical Event Log Specification.
157+
158+
Please refer to [CCNP's sample output within Container](https://github.com/cc-api/confidential-cloud-native-primitives/blob/main/docs/sample-output-for-container-eventlog.txt) for the container level event logs collected in container with runtime IMA enabled.
152159

153160
```
154161
$ python3 vmsdk/python/cc_event_log_cli.py

0 commit comments

Comments
 (0)