Stackdriver logs stopped appearing in GCP Stackdriver Logging Consoleusing google fluentd to log from compute engine instance in google cloudGCP Autoscaling based on memory (stackdriver)How to get the Compute Engine logs to end up in the structured jsonPayload instead of the textPayload?How to disable Stackdriver Monitoring for a projectEnabling audit logging on GCP for VM creationGCP Cloud Router Stackdriver metrics not availableMissing logs in Stackdriver from Kubernetes deployments using GKEUse a wild card in StackDriver LoggingSpecifying resource in Stackdriver loggingUbuntu Server on GCP stops working unexpectedly
Noun clause (singular all the time?)
A Strange Latex Symbol
Are Boeing 737-800’s grounded?
Unexpected email from Yorkshire Bank
Pulling the rope with one hand is as heavy as with two hands?
How to verbalise code in Mathematica?
What's the polite way to say "I need to urinate"?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
What is the relationship between spectral sequences and obstruction theory?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Packing rectangles: Does rotation ever help?
Is it possible to determine the symmetric encryption method used by output size?
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
What language was spoken in East Asia before Proto-Turkic?
Combinable filters
Why does nature favour the Laplacian?
Apply MapThread to all but one variable
Is there an official tutorial for installing Ubuntu 18.04+ on a device with an SSD and an additional internal hard drive?
How exactly does Hawking radiation decrease the mass of black holes?
how to find the equation of a circle given points of the circle
Why is it that the natural deduction method can't test for invalidity?
Please, smoke with good manners
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
What is Niska's accent?
Stackdriver logs stopped appearing in GCP Stackdriver Logging Console
using google fluentd to log from compute engine instance in google cloudGCP Autoscaling based on memory (stackdriver)How to get the Compute Engine logs to end up in the structured jsonPayload instead of the textPayload?How to disable Stackdriver Monitoring for a projectEnabling audit logging on GCP for VM creationGCP Cloud Router Stackdriver metrics not availableMissing logs in Stackdriver from Kubernetes deployments using GKEUse a wild card in StackDriver LoggingSpecifying resource in Stackdriver loggingUbuntu Server on GCP stops working unexpectedly
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Background
I have a Flask server running on GCE's container-optimized image. This server prints a log for every request. Normally, I can view the logs my application prints in GCP Stackdriver Logging console with no problem at all.
Problem
As of a few days ago, I could no longer see any logs from the VM in the Logging console. I have not touched the VM for the last 2 weeks: no code deployment, no restart, nothing of the sort. The server is clearly still running, since it continues to respond to requests as you would expect.
To be clear, I can see logs like "Compute Engine reset", but I can see none of the logs generated by my application's code.
Attempted solutions
First, I reset the VM instance using the GCE console. Did not work.
Second, I stopped the VM instance, then started it again. Did not work.
Third, I SSHd into my VM instance, and ran logger "Test logs!". I could still see nothing in the Logging Console.
Fourth, I made sure I had no filters in the logging console.
Fifth, I checked logs for other VM instances. No problems there. Only this one specific VM is facing this issue.
My hunch is that something happened to the logging agent on this VM. But I have no idea how to resolve that :(
Any help would be much appreciated!
logging monitoring
add a comment |
Background
I have a Flask server running on GCE's container-optimized image. This server prints a log for every request. Normally, I can view the logs my application prints in GCP Stackdriver Logging console with no problem at all.
Problem
As of a few days ago, I could no longer see any logs from the VM in the Logging console. I have not touched the VM for the last 2 weeks: no code deployment, no restart, nothing of the sort. The server is clearly still running, since it continues to respond to requests as you would expect.
To be clear, I can see logs like "Compute Engine reset", but I can see none of the logs generated by my application's code.
Attempted solutions
First, I reset the VM instance using the GCE console. Did not work.
Second, I stopped the VM instance, then started it again. Did not work.
Third, I SSHd into my VM instance, and ran logger "Test logs!". I could still see nothing in the Logging Console.
Fourth, I made sure I had no filters in the logging console.
Fifth, I checked logs for other VM instances. No problems there. Only this one specific VM is facing this issue.
My hunch is that something happened to the logging agent on this VM. But I have no idea how to resolve that :(
Any help would be much appreciated!
logging monitoring
add a comment |
Background
I have a Flask server running on GCE's container-optimized image. This server prints a log for every request. Normally, I can view the logs my application prints in GCP Stackdriver Logging console with no problem at all.
Problem
As of a few days ago, I could no longer see any logs from the VM in the Logging console. I have not touched the VM for the last 2 weeks: no code deployment, no restart, nothing of the sort. The server is clearly still running, since it continues to respond to requests as you would expect.
To be clear, I can see logs like "Compute Engine reset", but I can see none of the logs generated by my application's code.
Attempted solutions
First, I reset the VM instance using the GCE console. Did not work.
Second, I stopped the VM instance, then started it again. Did not work.
Third, I SSHd into my VM instance, and ran logger "Test logs!". I could still see nothing in the Logging Console.
Fourth, I made sure I had no filters in the logging console.
Fifth, I checked logs for other VM instances. No problems there. Only this one specific VM is facing this issue.
My hunch is that something happened to the logging agent on this VM. But I have no idea how to resolve that :(
Any help would be much appreciated!
logging monitoring
Background
I have a Flask server running on GCE's container-optimized image. This server prints a log for every request. Normally, I can view the logs my application prints in GCP Stackdriver Logging console with no problem at all.
Problem
As of a few days ago, I could no longer see any logs from the VM in the Logging console. I have not touched the VM for the last 2 weeks: no code deployment, no restart, nothing of the sort. The server is clearly still running, since it continues to respond to requests as you would expect.
To be clear, I can see logs like "Compute Engine reset", but I can see none of the logs generated by my application's code.
Attempted solutions
First, I reset the VM instance using the GCE console. Did not work.
Second, I stopped the VM instance, then started it again. Did not work.
Third, I SSHd into my VM instance, and ran logger "Test logs!". I could still see nothing in the Logging Console.
Fourth, I made sure I had no filters in the logging console.
Fifth, I checked logs for other VM instances. No problems there. Only this one specific VM is facing this issue.
My hunch is that something happened to the logging agent on this VM. But I have no idea how to resolve that :(
Any help would be much appreciated!
logging monitoring
logging monitoring
asked Apr 20 at 14:21
Ismail KhanIsmail Khan
1104
1104
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The behavior you reported probably was linked to an internal Stackdriver event which happened few days ago.
Diagnosis of the incident: Customers may not see logs from later than Apr 19, 09:27 US/Pacific. Logs recently ingested into Stackdriver logging may not be available in the service.
From April 19th until April 20th some users were affected by an internal Stackdriver Logging not showing new logs issue. It was solved on 2019-04-20 02:49 PDT.
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f963903%2fstackdriver-logs-stopped-appearing-in-gcp-stackdriver-logging-console%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
The behavior you reported probably was linked to an internal Stackdriver event which happened few days ago.
Diagnosis of the incident: Customers may not see logs from later than Apr 19, 09:27 US/Pacific. Logs recently ingested into Stackdriver logging may not be available in the service.
From April 19th until April 20th some users were affected by an internal Stackdriver Logging not showing new logs issue. It was solved on 2019-04-20 02:49 PDT.
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
add a comment |
The behavior you reported probably was linked to an internal Stackdriver event which happened few days ago.
Diagnosis of the incident: Customers may not see logs from later than Apr 19, 09:27 US/Pacific. Logs recently ingested into Stackdriver logging may not be available in the service.
From April 19th until April 20th some users were affected by an internal Stackdriver Logging not showing new logs issue. It was solved on 2019-04-20 02:49 PDT.
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
add a comment |
The behavior you reported probably was linked to an internal Stackdriver event which happened few days ago.
Diagnosis of the incident: Customers may not see logs from later than Apr 19, 09:27 US/Pacific. Logs recently ingested into Stackdriver logging may not be available in the service.
From April 19th until April 20th some users were affected by an internal Stackdriver Logging not showing new logs issue. It was solved on 2019-04-20 02:49 PDT.
The behavior you reported probably was linked to an internal Stackdriver event which happened few days ago.
Diagnosis of the incident: Customers may not see logs from later than Apr 19, 09:27 US/Pacific. Logs recently ingested into Stackdriver logging may not be available in the service.
From April 19th until April 20th some users were affected by an internal Stackdriver Logging not showing new logs issue. It was solved on 2019-04-20 02:49 PDT.
answered Apr 23 at 16:24
user10880591user10880591
11
11
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
add a comment |
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
But we see an issue from Apr 16.
– Ismail Khan
Apr 24 at 5:14
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f963903%2fstackdriver-logs-stopped-appearing-in-gcp-stackdriver-logging-console%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