/
Elastic Log Search Macro
Elastic Log Search Macro
STEP-1
Go to Space Tools > Add-ons > Elastic Log
Add Elastic Log configuration
Create query with input {0} to insert search text from macro.
{ "query": { "multi_match": { "query": "{0}", "fields": [ "field_1", "field_2" ], "operator": "or" } }, "size": 100, "sort" : { "date": { "order": "desc" } } }
{ "query": { "match": { "_all": "{0}" } }, "size": 100, "sort" : { "date": { "order": "desc" } } }
STEP-2
STEP-3
STEP-4
, multiple selections available,
Related content
Elastic Log Search Form Macro
Elastic Log Search Form Macro
More like this
Elasticsearch Query Samples
Elasticsearch Query Samples
More like this
Elasticsearch Query
Elasticsearch Query
More like this
Elastic Log For Confluence
Elastic Log For Confluence
More like this
Elastic Log Charts
Elastic Log Charts
More like this
Elastic Log For Jira
Elastic Log For Jira
More like this