we currently want to use Pulse data for some more analysis: In our current case we want to query and report the error rate of TI-Processes for all TM1 instances on our environment for a given period. Therefore we had a look in the database and queried the table [ProcessLog].
It will give us the result (see screenshot), but it is only giving us the full history. Is there any other table we can query, so we can report the error rate for a particular month? (e.g. 01.05.2024-31.05.2024).
Are you familiar if we are able to pull this information from Elasticsearch? Or any existing report that can be used in Pulse Explorer for this already?
Yes, it is important to clarify that the mentioned table is populated from Elasticsearch. the pulse-chore-process-history* index can be searched in discover and produce a similar result. However, in the current version of Kibana there is no export feature to csv. In the coming release with open search, SQL queries can be executed against the Elastic indices and export the results to csv.