Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local data source not working #203

Closed
radu-boboc opened this issue Jun 12, 2022 · 1 comment
Closed

local data source not working #203

radu-boboc opened this issue Jun 12, 2022 · 1 comment

Comments

@radu-boboc
Copy link

Hello,

I just installed your plugin, over my grafana 8.5.0 and I am failing at adding a local csv datasource.
I created in temp a file called test.csv
ll /tmp/test.csv -rw-rw-rw- 1 root root 7.9K Jun 12 11:47 /tmp/test.csv
Added as a datasource:
image

and got this error:
stat /tmp/test.csv: no such file or directory

However, if I run that command on the server it works just fine:
stat /tmp/test.csv File: /tmp/test.csv Size: 7996 Blocks: 16 IO Block: 4096 regular file Device: fd00h/64768d Inode: 3014716 Links: 1 Access: (0666/-rw-rw-rw-) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2022-06-12 11:47:30.831015381 +0300 Modify: 2022-06-12 11:47:19.750816523 +0300 Change: 2022-06-12 11:48:17.287808559 +0300

Am I missing something?

@spiltmidi
Copy link

You need to input your full path to the .csv file. e,g, c:/test/test.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants