InfluxDB cannot select field keyHow to get data from Oracle to send it to statsd or directly into InfluxDB?division not working with continuous query in influxdbHow to get data from JMeter to influxDB with backend listener?Temporary tables in influxdbHow do I get consistent values with influxdb non_negative_derivative?influxdb update time on rowsAdd or modify columns(fields/tags) of influxdb with collectdReturning the value as the first field in an influxdb query?influxdb and time precisionHow do I get top 5 results in influxdb after sum of values over a period
Can the electrostatic force be infinite in magnitude?
Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities
Is there an wasy way to program in Tikz something like the one in the image?
Freedom of speech and where it applies
Could solar power be utilized and substitute coal in the 19th century?
Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)
Invariance of results when scaling explanatory variables in logistic regression, is there a proof?
Can a controlled ghast be a leader of a pack of ghouls?
Simulating a probability of 1 of 2^N with less than N random bits
Superhero words!
Is there any significance to the Valyrian Stone vault door of Qarth?
For airliners, what prevents wing strikes on landing in bad weather?
What is the opposite of 'gravitas'?
What will be the benefits of Brexit?
Visiting the UK as unmarried couple
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What if somebody invests in my application?
What is Sitecore Managed Cloud?
Is there a good way to store credentials outside of a password manager?
Stereotypical names
Have I saved too much for retirement so far?
Lifted its hind leg on or lifted its hind leg towards?
Proof of Lemma: Every integer can be written as a product of primes
Java - What do constructor type arguments mean when placed *before* the type?
InfluxDB cannot select field key
How to get data from Oracle to send it to statsd or directly into InfluxDB?division not working with continuous query in influxdbHow to get data from JMeter to influxDB with backend listener?Temporary tables in influxdbHow do I get consistent values with influxdb non_negative_derivative?influxdb update time on rowsAdd or modify columns(fields/tags) of influxdb with collectdReturning the value as the first field in an influxdb query?influxdb and time precisionHow do I get top 5 results in influxdb after sum of values over a period
I'm new to InfluxDB. I have an existing database with a table language
. When I run select * from language
I get the following table:
name: language
time application_guid application_name application_type instance_index lang metric_type stream_name value
---- ---------------- ---------------- ---------------- -------------- ---- ----------- ----------- -----
2019-03-07T07:46:49.225Z 31429 counter sink 0 ar counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 ca counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 de counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 el counter tweetlang 0
When I run select "lang" from language
I get an empty result. What is the problem here?
influxdb
add a comment |
I'm new to InfluxDB. I have an existing database with a table language
. When I run select * from language
I get the following table:
name: language
time application_guid application_name application_type instance_index lang metric_type stream_name value
---- ---------------- ---------------- ---------------- -------------- ---- ----------- ----------- -----
2019-03-07T07:46:49.225Z 31429 counter sink 0 ar counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 ca counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 de counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 el counter tweetlang 0
When I run select "lang" from language
I get an empty result. What is the problem here?
influxdb
add a comment |
I'm new to InfluxDB. I have an existing database with a table language
. When I run select * from language
I get the following table:
name: language
time application_guid application_name application_type instance_index lang metric_type stream_name value
---- ---------------- ---------------- ---------------- -------------- ---- ----------- ----------- -----
2019-03-07T07:46:49.225Z 31429 counter sink 0 ar counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 ca counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 de counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 el counter tweetlang 0
When I run select "lang" from language
I get an empty result. What is the problem here?
influxdb
I'm new to InfluxDB. I have an existing database with a table language
. When I run select * from language
I get the following table:
name: language
time application_guid application_name application_type instance_index lang metric_type stream_name value
---- ---------------- ---------------- ---------------- -------------- ---- ----------- ----------- -----
2019-03-07T07:46:49.225Z 31429 counter sink 0 ar counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 ca counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 de counter tweetlang 0
2019-03-07T07:46:49.225Z 31429 counter sink 0 el counter tweetlang 0
When I run select "lang" from language
I get an empty result. What is the problem here?
influxdb
influxdb
asked Mar 7 at 10:12
user6845507user6845507
196
196
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Found the solution here:
The SELECT clause must specify at least one field when it includes a
tag.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55041166%2finfluxdb-cannot-select-field-key%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found the solution here:
The SELECT clause must specify at least one field when it includes a
tag.
add a comment |
Found the solution here:
The SELECT clause must specify at least one field when it includes a
tag.
add a comment |
Found the solution here:
The SELECT clause must specify at least one field when it includes a
tag.
Found the solution here:
The SELECT clause must specify at least one field when it includes a
tag.
answered Mar 7 at 12:28
user6845507user6845507
196
196
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55041166%2finfluxdb-cannot-select-field-key%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown