canarytrace / documentation

Plug’n'Play stack for testing and monitoring web applications from user perspective.
http://canarytrace.com
5 stars 0 forks source link

Save timeStamp after start #162

Closed rdpanek closed 1 year ago

rdpanek commented 1 year ago

Save timestamp into c.dm index of a Elasticsearch. Other parts of a Canarytrace toolset need known, that the Data Management is deployed and that is used. It is an important for Listener and for healthy of a Elasticsearch.

rdpanek commented 1 year ago

Done

download new Docker image pull quay.io/canarytrace/dm:1.6

How to work

1). First run of DM (Data Management) create index c.dm with _id 1

{
    "latestRun": "2022-12-20T01:07:26"
}

2). Second run update date in latestRun label.