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;








0















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!










share|improve this question




























    0















    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!










    share|improve this question
























      0












      0








      0


      2






      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!










      share|improve this question














      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 google-cloud-platform google-compute-engine google-stackdriver






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 20 at 14:21









      Ismail KhanIsmail Khan

      1104




      1104




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer























          • But we see an issue from Apr 16.

            – Ismail Khan
            Apr 24 at 5:14











          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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.






          share|improve this answer























          • But we see an issue from Apr 16.

            – Ismail Khan
            Apr 24 at 5:14















          0














          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.






          share|improve this answer























          • But we see an issue from Apr 16.

            – Ismail Khan
            Apr 24 at 5:14













          0












          0








          0







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 23 at 16:24









          user10880591user10880591

          11




          11












          • 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





          But we see an issue from Apr 16.

          – Ismail Khan
          Apr 24 at 5:14

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos