Elastic Log For Confluence

Simple add-on to search and visualize elastic log data from remote elastic-search indexes using specific queries.

Plugin provides:


REST API

GET https://localhost:8090/rest/elasticlog/1.0/elasticlog/list/space/key/{spaceKey}/config/id/{configId}

Parameters:

  • spaceKey (String) - Confluence Space Key
  • configId (Number) - Elastic Log Config ID

Response: [Status: 200]

$ curl -u user -XGET http://localhost:8090/rest/elasticlog/1.0/elasticlog/list/space/key/~prasadve/config/id/1
Enter host password for user 'user':
{"hits":[{"_index": ...
$