See below for sample Grafana queries on Timestamping Authority logs.
Auditing the executed tsactl commands
Add the following filters under Label filters to audit the execution of the tsactl command-line tool.
Select label | Select value | Query output |
|---|---|---|
filename | /var/log/entrust/tsa/tsactl.log | A record of all the executed |
Checking the clock status
Add the following filters under Label filters to query clock status service logs.
Select label | Select value | Query output |
|---|---|---|
namespace | tsa | Timestamping Authority logs. |
app | clockstatus | Logs of the clock status service. |
Use the Line contains field to filter time-checking logs.
Line contains | Query output |
|---|---|
"GetClockData. | Logs for time checking operations. |
Querying timestamping request logs
Add the following filters under Label filters to query timestamping request logs.
Select label | Select value | Query output |
|---|---|---|
namespace | tsa | Timestamping Authority logs. |
app | tsa | Logs of the timestamping service. |
Use the Line contains fields to add filters like the following.
Line contains | Query output |
|---|---|
"ProcessTimeStampRequest. | Logs for all timestamping requests. |
"ProcessTimeStampRequest.Failed" | Logs for failed timestamping requests. |
"endpoint":"<issuerID>" | Logs for timestamping requests received by the |