Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

Plugin provides:


REST API

GET https://wikistg.autodesk.com/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": ...
$
  • No labels