influxdb
influxdb copied to clipboard
Scalable datastore for metrics, events, and real-time analytics
adds two commands, `check-schema` and `merge-schema`, to `influx_inspect`. These test for field type conflicts in all fields.idx beneath a directory and merge the derived schemas if "check-schema" has been run...
__Proposal:__ Need a function to order columns manually. __Current behavior:__ Table columns are received in a specific order and cannot be changed __Desired behavior:__ InfluxDB 2.0 result table columns could...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. I don't know how to reproduce. If a measurement is dropped and a large amount of data of...
__Use case:__ What is the maximum number of fields (attributes, columns) in a table? I have 2000 columns data and wonder that it support it. when i insert this on...
Missing data
We have 2 databases on same host. From time to time we notice that huge chunk of data is missing across all measurements. I'ts like someone hit delete from where...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Remove a bucket by deleting it in the front-end 2. For unknown reason, it crashed Influxdb (no...
Chronograf supports OAuth for authenticating users: cf [this link](https://docs.influxdata.com/chronograf/v1.7/administration/managing-security/#oauth-2-0-providers-with-jwt-tokens). I don't see such support planned in [alpha/beta](https://github.com/influxdata/influxdb#what-you-can-expect-alpha-and-beta-phases). It would be great if were supported in InfluxDB v2, too. [Related Influxdata...
__Proposal:__ Allow users to create tokens that have read, write permissions and allow you to create and delete invokable scripts. In the case where they're only using invokable scripts to...
https://github.com/influxdata/influxdb/blob/a64c4fd138ef11336de84b4bd42bc0f49b7d8d1d/cmd/influxd/launcher/launcher.go#L587-L591 Currently, scraper scheduler interval hard code to `10*time.Second`, and all scrapers share the same interval. Should each scraper has an interval option? cc @russorat
__Steps to reproduce:__ 1. Install influxdb 2.1.1 2. quick start 3. create API token __Expected behavior:__ After creating the token a modal box appears with the token in, to copy...