I am looking for a tool that allows me to view the structure of the Task List and Operate in Elastic. Additionally, I would like to know how to create an endpoint that does not currently exist in the Swagger documentation for Task List 8.5 and Operate.
Any guidance or recommendations would be greatly appreciated!
can you explain more your need? Do you need to access Tasklist and Operate Elastic indices? Do you use a Self-managed Camunda and can access Elasticsearch? If so you can query the ElasticSearch REST api.
I would like to know how to create an endpoint that does not currently exist in the Swagger documentation for Task List 8.5 and Operate.
Is it an endpoint that is provided by Tasklist/Operate but not described in the swagger?
Then you can get the index mapping using curl {elasticsearch_baseurl}/{index_name}/_mapping
you can list the indices names using curl {elasticsearch_baseurl}/_cat/indices