Dashboards & Visualizations

How to add annotations for non time based X-axis?

AKo
Observer

Hello,

I am trying to add annotations to a line chart, where the x-axis is a simple Id ( 1, 2, 3,....), a field named "RunId".  Each event label then should display (on mouse hover) the content of the field "Info", which is extracted in the annotation search. Both primary and annotation datasource include the field "RunId".
But no event is displayed, why ?

 

 

"viz_jcq0L1f3": {
			"type": "viz.column",
			"dataSources": {
				"primary": "ds_bNZHw3eE",
				"annotation": "ds_annotation"
			},
			"encoding": {
				"annotationX": "annotation.RunId"
			},...
                  ...
               }

 

 

 

 

"ds_annotation": {
			"type": "ds.search",
			"options": {
				"query": "index=someTestIndex source=*runids.txt | rex field=_raw \" (?<RunId>\\d+)\" |rex field=_raw \"info=\\\"(?<Info>[^\\\"]+)\" | dedup RunId | table RunId, Info"
			},
			"name": "Annotation Search"
		},

 

 

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...