Questions tagged [timelion]

The timeline feature of the Kibana interface to Elasticsearch

42 questions
0
votes
1 answer

Timelion expression for boolean fields

I am writing a Timelion expression where I want to plot only if the specified key is TRUE. .es(index=xyz*, metric=count, timefield=evaluatedAt, split=APM.CREDIT_CARD.REQUESTED:1).label(regex='.* APM.CREDIT_CARD.REQUESTED:(.*) > .*',…
Ahmed
  • 121
  • 6
  • 18
0
votes
0 answers

Timelion Error Message: [timelion_vis] > Error: in cell #1: [search_phase_execution_exception]

When trying to create visualizations with Timelion, I keep getting this error message: [timelion_vis] > Error: in cell #1: [search_phase_execution_exception] It is the full message, there is no more information provided. I recently did a project…
mpes
  • 33
  • 4
0
votes
0 answers

Splitting elasticsearch timelion visualization based on prior query

I have an ELK stack I use for monitoring performance of applications. The applications create documents of the format {"name": APPLICATION_NAME, "data": {"success": 20, "fail": 3}} Where sucess and fail are the respective metrics for a time…
dan
  • 305
  • 1
  • 13
0
votes
1 answer

Applied base filter to timelion

So in timelion you can do something like this: .es('user="bob"').divide(.es()) I would like to apply a base filter, is there a way to do it without duplicating the filter like this: .es('user="bob" AND…
Shay Tsadok
  • 913
  • 1
  • 7
  • 26
0
votes
0 answers

Nothing displayed using a Timelion syntax query

Although I have a data in the heap_committed field, when I'm trying to define this field values in the y-axe nothing had been displayed !! My query : .es(index=httpbeat-2018.09.23,…
Ikbel
  • 1,817
  • 1
  • 17
  • 30
0
votes
1 answer

How to get doc in a time range for a week

I'm trying to get all documents of the week but in the time range of 10 am to 2 pm for example, is there a way to do it in Lucene, because I have to put this query into a timelion.
RockD
  • 3
  • 3
0
votes
1 answer

Plot raw time series with Kibanan Timelion

I might not get something. How can I plot a raw time series with Timelion without applying any further aggregation? Just the raw data of a field over time that I have in an index. Of course I select the proper time window for the data.
Daniel
  • 1,522
  • 1
  • 12
  • 25
0
votes
1 answer

Unable to draw lines on timelion visualization

I am currently running kibana 5.6.2 and I can't draw data as line in timelion. Though, I'm able to draw my data with points and bars. For instance, .points(radius=3,weight=1,symbol=cross) would work but .lines(width=1,show=true) would not. Yet, when…
user
  • 65
  • 1
  • 6
0
votes
0 answers

Timelion in Kiabana with ELK

I have garbage collector events data in kibana, and i need to do the following: Make a line graph which will include the duration of every garbage collection event. Here is the Json: { "_index": "brain_sys-2017.04.24", "_type":…
0
votes
0 answers

How to show the name of the data source of the line in Timelion

I have 20+ datasources some are being update regularly and others are not. I have made a gruesome concatenate copy/paste thing in Excel. So a "for loop" would be nice, but for now I am primarily missing the names. .es(index=US, timefield=timestamp),…
rake
  • 1
  • 1
0
votes
1 answer

How to make a Timelion geo query (example)?

I'm trying to run a Timelion command that needs to include a geo filter query. What would be the correct syntax to do that? Please include an example if possible. So far, I have tried using the following JSON geo query directly, but that doesn't…
Phil B
  • 5,589
  • 7
  • 42
  • 58
0
votes
1 answer

How to show whats the difference between this Friday and last Friday by Timelion?

Timelion says that can show 'Whats the difference between this Friday and last Friday'. But I can't find any demo for that. Do you have any idea how to show whats the difference between this Friday and last Friday by Timelion?
B.H.
  • 107
  • 9
1 2
3