/
Elastic Log Charts
Elastic Log Charts
STEP-1
Create Elastic Log Configuration with either,
- Defining two source headers (e.g. name and value) in configuration OR
- Through elastic-search Query.
Note. You can also define two required _source header fields through elastic-search query example as below, instead in above log configuration.
{ "query": { "match_all": {} }, "size": 25, "sort" : { "Issue_Count": { "order": "desc" } }, "_source": { "includes": ["Custom_Field_Name", "Issue_Count"] } }
STEP-2
Go to edit page > Create Chart macro i.e. {chart}
Note:
- Width (pixel value only) = 600
- Height (pixel value only) = 600
- Content Orientation = vertical
- Chart Title = Hello World
STEP-3
Within Chart macro define Elastic Log Summary macro with display theme - table-basic.
STEP-4
, multiple selections available,
Related content
Elastic Log Search Form Macro
Elastic Log Search Form Macro
More like this
Elastic Log Summary Macro
Elastic Log Summary Macro
Read with this
Elastic Log Search Macro
Elastic Log Search Macro
More like this
Elastic Log for Jira (Cloud)
Elastic Log for Jira (Cloud)
Read with this
Elasticsearch Query Samples
Elasticsearch Query Samples
More like this
Elastic Log For Jira
Elastic Log For Jira
More like this