--
You received this message because you are subscribed to the Google Groups "Blueflood Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blueflood-discuss+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/blueflood-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/blueflood-discuss/5d2daafc-8d86-4dab-9571-b6df54086eb6%40googlegroups.com.
You can store events in OpenTSDB as annotations and Graphite as events.Have you considered just using Elasticsearch? Tools like that might be a closer fit than timeseries databases.Depending on the structure of your events, and perhaps you can proivde a few examples, you might just be talking about tags. In that case, OpenTSDB and InfluxDB are going to be good choices. I don't think Blueflood supports tags on a datapoint. (If this is wrong, I'll be very interested, and I'm sure someone will correct me)An example of an event in InfluxDb's wire protocol:event.errors,host=app103,dc=us-east-1,application=mysql sum=15,min=2,max,4 1,497,456,122,000And OpentTSDB:event.errors.sum 1497456122000 15 host=app103 dc=us-east-1 application=mysqlevent.errors.min 1497456122000 2 host=app103 dc=us-east-1 application=mysqlevent.errors.max 1497456122000 4 host=app103 dc=us-east-1 application=mysql
On Wed, Jun 14, 2017 at 9:24 AM, Chandra Addala <chandra...@gmail.com> wrote:
Blueflood is meant to be used to store metrics, not events. I dont know if other time series databases does events, but you can definitely program Cassandra to store events. Thats my 2 cents.
On Wednesday, June 14, 2017 at 1:48:37 AM UTC-5, Learner wrote:Hi All,We are in the process of evaluating various Open source, highly available time series databases like InfluxDB, KairosDB, Bluefood, Cassandra etc. for storing system events which will have many attributes(including texts and numeric values). The events will be stored for years together.Need the expert advise on Blueflood to see if Blueflood fits the requirement in hand. Anyone is using Blueflood for such use cases. Are there any known limitations which might affect such a use case?Thanks in advance for your response.Regards,Lp
--
You received this message because you are subscribed to the Google Groups "Blueflood Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blueflood-disc...@googlegroups.com.
Visit this group at https://groups.google.com/group/blueflood-discuss.