Questions tagged [timelion]

The timeline feature of the Kibana interface to Elasticsearch

42 questions
2
votes
1 answer

kibana timelion time zone issue

sorry if this is a newbie question but i have been having a very weird issue with my installation of kibana: setting dateFormat:tz is set to UTC. searches are working great and data is shown exactly as expected when the last minute in the graph is 3…
Ofer Ziss
  • 31
  • 1
2
votes
0 answers

How to show the exact value in Timelion?

Here is the mapping of my data in ElasticSearch: mapping = { "series-map": { "properties": { "network": {"type": "string"}, "timestamp": {"type": "date"}, "value": {"type": "integer"}, } } } Example of…
Souad
  • 4,856
  • 15
  • 80
  • 140
2
votes
1 answer

Timelion syntax doesn't work

I'm trying to use timelion. When I tried es(*) function, I got no result. I have a dataset in elasticsearch, and structure is { "_index": "test", "_type": "testtype", "_id": "abcdefg0", "_score": 1, "_source": { "name":…
2
votes
1 answer

timelion metric cardinality wired behavior

i'm playing timelion, kibana's plugin. most of features works fine on my dataset except one: cardinality the demo in timelion's blog show .es(*), .es(metric=cardinality:user) in my dataset, i have a similar case: logs and city_name, i would like…
Gavin Huang
  • 177
  • 1
  • 12
1
vote
0 answers

Timelion: how to count split groups

After I call .es() and split by buildName like .es(index="build*" split=buildName.keyword) is there a way to count the total number of different buildName? Thanks!
Venus Yao
  • 11
  • 1
1
vote
1 answer

Chart a divergence between two time fields in the same elasticsearch index with timelion

So I have an elastic search index with lots of data and I have found an issue with some of the data that I would like to visualise. Some items in the index matched under the itm.description field as say FOO have two timestamp entries called…
SnazzyBootMan
  • 669
  • 2
  • 15
  • 30
1
vote
1 answer

average of a field inside of a text in kibana

I have some logs in kibana with this message: message: '{ "Type": "successfully created", "Count": 6, "ElapsedTime": 2004, "Id": "189f6293-21a1-4a74-a332-34369a0ebd0d"}' How i can create a chart with timelion that shows average value of…
1
vote
0 answers

Timelion draw a dot if log contains error

I'm using Timelion to draw my time series, but I'd like to draw points or color the lines red if the document contains an "error" field. Is there a way to do this with conditionals? Ideally, I'd like some HUGE pointer identifying where the errors…
Breedly
  • 12,838
  • 13
  • 59
  • 83
1
vote
2 answers

ElasticSearch query specifying an indexname using todays date

I'm using logstash to populate ES with a number of metrics from our live services across a number of machines. Logstash creates a new index each day and i am finding that querying ES without specifying the index, is running slowly. ( i currently…
1
vote
0 answers

Getting different count on different timefields

I have data about bookings. The data has been pulled from different tables from postgresql. And I have pushed them all under the same index and type. Now I have 6 timefields in a…
Luv33preet
  • 1,686
  • 7
  • 33
  • 66
1
vote
1 answer

Using Timelion in ElasticSearch/Kibana 5.0

I'm trying to visualize a timeseries in Timelion. I have a few hundred datapoints in elasticsearch with this sort of format - I've manually removed some fields which I never meant to use in the timeseries plot. "_index": "foo-2016-11-06", …
0
votes
0 answers

Projection in Kibana

Using Kibana, I would like to make a projection of my annual turnover. I would like to make a projection of the turnover (total amount excl. tax with discount) on a XX platform, Shopify for example) based on the sliding average of the last 30…
0
votes
0 answers

How to write the Kibana Timelion expression to get an average time of Celery task execution

I'm using ELK of version 7.17. Running different Celery tasks and logging "Task started", "Task finished" events to the Elasticsearch via Logstash. I'm adding a trace_id field as log_extra, so, I can recognize pairs related to single task. I want to…
Dogrtt
  • 103
  • 1
  • 5
0
votes
0 answers

kibana timelion reads the wrong index (two index names are similar)

i have two index b-* and a-b-* In timelion,.es(index=a-b- ).label("Events") can only load b- but i want to load a-b-* Is this a BUG or my grammar is wrong I tried es(index=a-b- ).label("Events") and es(index=b- ).label("Events") But the two console…
楊博舜
  • 1
  • 1
0
votes
1 answer

Kibana Timelion Is not graphing data from index

I'm setting up a graph to display Cisco Netflow 9 data using ELK stack 7.7.0. Data from routers reaches logstash, then to ElasticSearch and finally to Kibana. In Kibana I'm using Timelion to graph incoming Bytes on router interface. For that purpose…
olg32
  • 305
  • 2
  • 6
  • 19