influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.51k stars 258 forks source link

Chronograf nightly, no influxeditor menu #5515

Closed Tamas92 closed 4 years ago

Tamas92 commented 4 years ago

I read on this site: https://www.influxdata.com/blog/introducing-flux-editor-in-chronograf/

That the flux editor is available in the nightly version. I installed on my Raspberry, but the menu is not visible.

pi@raspberrypi:~ $ chronograf --version Chronograf 202006170351~nightly (git: 94db028b1d127f2841c1f1df96a69c00075ecdc1)

Am I missed something?

russorat commented 4 years ago

@Tamas92 thanks for the issue. In order for the flux option to show up in chronograf, you also need to enable it in your influxdb instance. Please confirm that is the case https://docs.influxdata.com/flux/v0.65/introduction/installation#sidebar

if there is still an issue, could you add a screenshot?

Tamas92 commented 4 years ago

Yes, it is enabled:

pi@raspberrypi:~ $ cat /etc/influxdb/influxdb.conf |grep -i flux-enable flux-enabled = true Screenshot 2020-06-26 at 23 37 12

I can see Flux here, but in the screenshots what I could see as fluxeditor there was a menu below the explore.

russorat commented 4 years ago

I can see Flux here, but in the screenshots what I could see as fluxeditor there was a menu below the explore.

I'm sorry, i don't think i understand what you are trying to say. Is there any way you could help clarify?

Tamas92 commented 4 years ago

https://www.influxdata.com/blog/introducing-flux-editor-in-chronograf/

I want to reach this:

Screenshot 2020-07-07 at 20 44 14

russorat commented 4 years ago

@Tamas92 ah now i get it. That screenshot was from an older version of the editor and is no longer available in the latest version.

sranka commented 4 years ago

Closing, the current layout contains all required parts. image

djsomi commented 4 years ago

Closing, the current layout contains all required parts. image

Thanks for drawing the attention to gui change. I did not realized that this. Confed flux-enabled = true influxdb.conf, working fine now!