Open
Description
Proposal:
Ability to manipulate data (DELETE, INSERT etc.) using GUI
Current behavior:
Currently it is only possible using influx
command.
What is more, I personally think CMD interface in Influxdb 1.x was much more intuitive than in Influxdb 2.0.
In 1.x it was possible to enter the shell using influx
and then type all commands there. In 2.0 I am only aware of using commands like influx write...
etc. I also think there is no possibility to select data using 2.0 command line.
Desired behavior:
It would be perfect to be able to SELECT, INSERT, DELETE data using GUI.