TSVB Kibana data representation

Hello All,

Can someone help me with making timeseries visual for below use case:
Display the amount value for different state coming from backend script and show in accordance to time.
Qsearch index updated,nodes traversed are seperate fields created in template.

Many Thanks

What if you use Lens Line chart with two metrics defined?

Hello @Marta_Bondyra ,

The thing I'm trying to achieve over here is, I want to show intime(statistic time) values
for qsearch index and nodes traversed .So whatever the data is diaplayed in table should be seen as time series visual.I'm trying to achieve this through TSVB.I don't need to sum up values but simply to represent intime values as timeseries.

Kibana version-7.9.1

Thanx

Hello @Marta_Bondyra

Thanks for your response.Below is the sample data and Image.
As in Image below its diffrent graphs shown ,but similar have to be plotted as timeseries data in
kibana i.e all four fileds count values wrt to stats time field.For every statistic time field what is the count of fileds(chunks,nodes traversed,chunks,search processed) have to be shown.

This is same as: If one need to show cpu % wrt to pid.(Average of cpu group by pid),but here case is show count wrt to every sec and nothing to group.

Sample data:

search.statisticTime	search.indexesUpdated	search.nodesTraversed	search.queueEntriesProcessed	search.chunks
7/19/2022 15:11	0	150	150	3
7/19/2022 15:10	0	0	0	0
7/19/2022 15:10	0	0	0	0
7/19/2022 15:09	0	0	0	0
7/19/2022 15:09	0	0	0	0
7/19/2022 15:08	0	0	0	0
7/19/2022 15:08	0	0	0	0
7/19/2022 15:07	0	0	0	0
7/19/2022 15:07	0	80	80	80
7/19/2022 15:06	0	0	0	0
7/19/2022 15:06	0	0	0	0
7/19/2022 15:05	0	0	0	0
7/19/2022 15:05	0	60	60	3
7/19/2022 15:04	0	0	0	0
7/19/2022 15:04	0	0	0	0
7/19/2022 15:03	0	0	0	0
7/19/2022 15:03	0	0	0	0
7/19/2022 15:02	0	100	100	1
7/19/2022 15:02	0	87	87	2
7/19/2022 15:01	0	75	75	2
7/19/2022 15:01	0	0	0	0
7/19/2022 15:00	0	0	0	0
7/19/2022 15:00	0	0	0	0
7/19/2022 14:59	0	0	0	0
7/18/2022 23:49	0	1	1	1
7/18/2022 23:49	0	1	1	1
7/18/2022 23:48	0	0	0	0
7/18/2022 23:48	0	1	1	1
7/18/2022 23:47	0	0	0	0
7/18/2022 23:47	0	0	0	0
7/18/2022 23:46	0	1	1	1
7/18/2022 23:46	0	1	1	1
7/17/2022 19:51	0	0	0	0
7/17/2022 19:50	0	0	0	0
7/17/2022 19:50	0	0	0	0


Sample Image:

Itention is to show as timeseries data as it comes approx every sec.

Thanks

Hello Elastic Team,

Is there a way to do this in kibana?

thanx

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.