Questions tagged [kairosdb]

KairosDB is a fast distributed scalable time series database written on top of Cassandra. It was initially a rewrite of the original OpenTSDB project, but it evolved to a different system for which data management, data processing, and visualization are fully separated.

KairosDB runs with java 1.6 or later.

KairosDB 0.9.4 Documentation

More information about OpenTSDB

59 questions
0
votes
2 answers

KairosDB H2 vs Cassandra

I have an application where I need to load a lot of time series data to KairosDB then query it. I read on the DB-Engines website that KairosDB is a distributed time series DBMS based on either Cassandra or H2. I am curious as to what are the major…
0
votes
2 answers

Can I lose data from Cassandra cluster when updating Kairos?

We have Kairos version 1.1.0-1.20151117201521 running on one server and 3 server cluster Cassandra and we want to update Kairos to a newer version. We want to run a new Kairos version 1.2.2-1.20181109205636 on a new server (in case we need to revert…
viktorsmari
  • 179
  • 1
  • 3
  • 12
0
votes
1 answer

Kairosdb accepts only get request from node app

I have a VM running kairosDB on laptop A,the VM has two IPs: 192.168.119.132 : to access it from laptop A. 192.168.1.151 : to access from laptop B. From both laptops i can access the web app without any issue from < IP >:8080. Laptop A : If i…
0
votes
1 answer

Is KairosDB on Cassandra used for metrics alone?

I want to create real-time dashboard. My data reside on Cassandra. Is KairosDB on Cassandra used for Cassandra monitoring? It just used to collect Cassandra metrics alone? Are there any other tool / open source available to display Cassandra data on…
Suresh Rajagopal
  • 183
  • 1
  • 3
  • 21
0
votes
0 answers

starting kairosdb gives error when used with cassandra, new installation

04:39:30.558 [main] INFO [Cluster.java:1614] - Cannot connect with protocol version V4, trying with V3 04:39:30.580 [main] INFO [Cluster.java:1614] - Cannot connect with protocol version V3, trying with V2 04:39:30.671 [main] WARN …
0
votes
1 answer

How to reject request from client using Jetty config in kairosdb

I am using kairosdb latest version. I tried enabling the jetty thread pool. My expectation was if the queue size is filled with request then all the subsequent request are rejected immediately. But the request is served after sometime eventhough I…
Knight71
  • 2,927
  • 5
  • 37
  • 63
0
votes
1 answer

Connection time out in Cassandra

We have a single node Cassandra and time to time we get the following error: info_outline   04:32:41.354 octopus-cassandra-standalone /var/log/application.log docker/d9cce2283ebc[902]: INFO [epollEventLoopGroup-2-8] 2018-10-07 02:32:38,050…
user1859675
  • 201
  • 2
  • 5
0
votes
2 answers

Create Json for KairosDB api

I want to send data to KairosDB with post method but my Json is not correct. The Json must be like that: { "name":"Hermle_1", "datapoints":[ [ "1530710258000", 23.0 ], [ …
MrB3NiT0
  • 137
  • 2
  • 16
0
votes
1 answer

How to enable query logging in Kairosdb?

I want to see which queries Kairosdb receives from my application and from others. How can I enable query logging?
0
votes
1 answer

KairoDB metric names or tags for IoT

We have a lot of sensors like energymeters and want to store the data using kairosdb. Before we used a simple SQL store, where each sensor has it's own table where each measurement is one row. a measturement is published to the system from the…
Indivon
  • 1,784
  • 2
  • 17
  • 32
0
votes
1 answer

KairosDB - aggregate, groupby, than aggregate again

KairosDB version 1.1.3-1. I have dataPoints with [time, name, key, value]. Is it possible to at first group them by name and key, then aggregate results, then group them again by key and then aggregate again? So basically: All values for…
ByeBye
  • 6,650
  • 5
  • 30
  • 63
0
votes
2 answers

KairosDB - linear interpolation for missing values

My kairos client is written in Java. KairosDB version 1.1.3-1. I have data points: t1 - 1000, v1 - 100 t2 - 2000, v2 - 200 t3 - 3000, v3 - 300 t4 - 4000, v4 - 500 I want to produce an output which will be an interpolation of these points starting…
ByeBye
  • 6,650
  • 5
  • 30
  • 63
0
votes
1 answer

Python script to inject bulks into KairosDB - only 1st bulk inserted, the rest ignored

I wrote the following script that allows me to set the amount of sensors and the amount of bulk inserts for them. Each bulk insert gets a different epoch time. Each sensor insert gets a different value + different tag (temp) value. Kairos…
TomerSan
  • 1,576
  • 6
  • 12
0
votes
1 answer

KairosDB-Kafka plugin is not receiving messages

I am using kafka-kairosdb plugin for directly streaming kafka messages into kairosDB. I built and successfully added plugin in /lib folder and from logs I see that plugin is running and is connected into my kafka topic. After sending message into…
ByeBye
  • 6,650
  • 5
  • 30
  • 63
0
votes
1 answer

Is there a KairosDB component for Apache Camel?

I can't find a Camel component for KairosDB. Is there none? Should I write a custom component or is there a smarter way? Thanks
f.b.
  • 490
  • 1
  • 5
  • 17