|
Is there an example of the correct xml syntax to use to define a bubble chart in a dashboard? I cannot find one in the manuals. |
|
Managed to puzzle it out, here is my example:
<chart> <searchstring> sourcetype="E:\New Folder\voice_cdr_1mil.csv" NOT "CallingCellID" TerminationReason!=1 | |bucket TimeStamp span=5h| eval Base_Transceiver_Station_Code=substr(CallingCellID,11,4) | join Base_Transceiver_Station_Code [search source="E:\New Folder\BTS_Information2.txt"] | table TERRITORY,TimeStamp,TerminationReason </searchstring> <option name="charting.chart">bubble</option> </chart> i am joining two files here and the result i need as bubble chart but i am not getting any output .. is this code is correct? please help me out
(27 Feb, 22:51)
renuka13
|