InfluxDB inserting from file only inserts the last line
Mortgage Pre-approval / Loan - Apply Alone or with Fiancée?
What does "Puller Prush Person" mean?
Why doesn't a class having private constructor prevent inheriting from this class? How to control which classes can inherit from a certain base?
What is the word for reserving something for yourself before others do?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Revoked SSL certificate
Was any UN Security Council vote triple-vetoed?
RSA: Danger of using p to create q
How does one intimidate enemies without having the capacity for violence?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
How to move a thin line with the black arrow in Illustrator?
Could an aircraft fly or hover using only jets of compressed air?
dbcc cleantable batch size explanation
What's that red-plus icon near a text?
Rock identification in KY
How to source a part of a file
Does detail obscure or enhance action?
Do I have a twin with permutated remainders?
How do I deal with an unproductive colleague in a small company?
What typically incentivizes a professor to change jobs to a lower ranking university?
How to format long polynomial?
Can I make popcorn with any corn?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
InfluxDB inserting from file only inserts the last line
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to insert some lines into a InfluxDB instance (running on Windows 7 x64) from both a .txt and a .csv file, but it's only inserting the last line on the file.
I'm currently using the Insomnia interface to send the file through Influx's HTTP API.
Example:
I have the following content inside a data.txt file:
any,mytag=ab value=59
any,mytag=ab value=78
any,mytag=ab value=102
All lines are ending with LF only (verifying it through N++).
Then I send this file via an HTTP request to my running InfluxDB instance:
POST http://localhost:8086/write?db=mydb&precision=ns
Yet, when I do a select * from "any" query, it shows that only the last line (value=102) was inserted. Any idea on this?
Thanks.
insert csv influx-db
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to insert some lines into a InfluxDB instance (running on Windows 7 x64) from both a .txt and a .csv file, but it's only inserting the last line on the file.
I'm currently using the Insomnia interface to send the file through Influx's HTTP API.
Example:
I have the following content inside a data.txt file:
any,mytag=ab value=59
any,mytag=ab value=78
any,mytag=ab value=102
All lines are ending with LF only (verifying it through N++).
Then I send this file via an HTTP request to my running InfluxDB instance:
POST http://localhost:8086/write?db=mydb&precision=ns
Yet, when I do a select * from "any" query, it shows that only the last line (value=102) was inserted. Any idea on this?
Thanks.
insert csv influx-db
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to insert some lines into a InfluxDB instance (running on Windows 7 x64) from both a .txt and a .csv file, but it's only inserting the last line on the file.
I'm currently using the Insomnia interface to send the file through Influx's HTTP API.
Example:
I have the following content inside a data.txt file:
any,mytag=ab value=59
any,mytag=ab value=78
any,mytag=ab value=102
All lines are ending with LF only (verifying it through N++).
Then I send this file via an HTTP request to my running InfluxDB instance:
POST http://localhost:8086/write?db=mydb&precision=ns
Yet, when I do a select * from "any" query, it shows that only the last line (value=102) was inserted. Any idea on this?
Thanks.
insert csv influx-db
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to insert some lines into a InfluxDB instance (running on Windows 7 x64) from both a .txt and a .csv file, but it's only inserting the last line on the file.
I'm currently using the Insomnia interface to send the file through Influx's HTTP API.
Example:
I have the following content inside a data.txt file:
any,mytag=ab value=59
any,mytag=ab value=78
any,mytag=ab value=102
All lines are ending with LF only (verifying it through N++).
Then I send this file via an HTTP request to my running InfluxDB instance:
POST http://localhost:8086/write?db=mydb&precision=ns
Yet, when I do a select * from "any" query, it shows that only the last line (value=102) was inserted. Any idea on this?
Thanks.
insert csv influx-db
insert csv influx-db
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 min ago
Segmentation FaultSegmentation Fault
11
11
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Segmentation Fault is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Segmentation Fault is a new contributor. Be nice, and check out our Code of Conduct.
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%2fdba.stackexchange.com%2fquestions%2f234074%2finfluxdb-inserting-from-file-only-inserts-the-last-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Segmentation Fault is a new contributor. Be nice, and check out our Code of Conduct.
Segmentation Fault is a new contributor. Be nice, and check out our Code of Conduct.
Segmentation Fault is a new contributor. Be nice, and check out our Code of Conduct.
Segmentation Fault is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Database Administrators Stack Exchange!
- 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%2fdba.stackexchange.com%2fquestions%2f234074%2finfluxdb-inserting-from-file-only-inserts-the-last-line%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