Debugging flow for mongodb atlas alertmongoimport not working for mongodb atlasAdd userAdmin in MongoDB AtlasUsing MongoDB Atlas in VertxMongodb Atlas: not authorized on admin to execute commandIs there a way to test an M10 Atlas cluster on MongoDB Atlas?MongoDB Atlas replicaSet nameMongoDB Atlas Multi Read/WriteWhat is 'context' in mongoDB Atlas?mongoDB find a query that throws alertMongoDB Atlas - Java connection not working

Is the name of an interval between two notes unique and absolute?

EU compensation - fire alarm at the Flight Crew's hotel

Which block cipher parameters should be kept secret?

What's the word for a student who doesn't register but goes to a class anyway?

Strength of Female Chimpanzees vs. Male Chimpanzees?

Can Brexit be undone in an emergency?

My passport was stamped with an exit stamp while transiting to another Schengen country via Turkey. Was this a mistake?

What do you call the battery slot's ends?

How to convey to the people around me that I want to disengage myself from constant giving?

Can a business put a specific cancel-by date into a contract?

What exactly is a web font, and what does converting to one involve?

How do rulers get rich from war?

Why are there no programmes / playbills for movies?

Does Mage Hand give away the caster's position?

What was the deeper meaning of Hermione wanting the cloak?

What the did the controller say during my approach to land (audio clip)?

Can a Druid Wild Shaped as a horse use Horseshoes of Speed?

(How long) Should I indulge my new co-workers?

Very lazy puppy

Account creation and log-in system

Inquiry answerer

Is it safe to unplug a blinking USB drive after 'safely' ejecting it?

Delete empty subfolders, keep parent folder

What is the origin of the “clerics can create water” trope?



Debugging flow for mongodb atlas alert


mongoimport not working for mongodb atlasAdd userAdmin in MongoDB AtlasUsing MongoDB Atlas in VertxMongodb Atlas: not authorized on admin to execute commandIs there a way to test an M10 Atlas cluster on MongoDB Atlas?MongoDB Atlas replicaSet nameMongoDB Atlas Multi Read/WriteWhat is 'context' in mongoDB Atlas?mongoDB find a query that throws alertMongoDB Atlas - Java connection not working






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I'm fairly new to mongodb and atlas and am confused by the following alert



Query Targeting: Scanned Objects / Returned has gone above 1000



I expect there to be more data to aid in debugging such as the query or at least the collection. The query wasn't slow because the performance advisor didn't catch anything.



The only info given in the alert is

- time created

- the replica set

- a link to the shard

- the type of shard (primary/secondary)



how am I supposed to debug the supposed alerted issue?










share|improve this question






























    2















    I'm fairly new to mongodb and atlas and am confused by the following alert



    Query Targeting: Scanned Objects / Returned has gone above 1000



    I expect there to be more data to aid in debugging such as the query or at least the collection. The query wasn't slow because the performance advisor didn't catch anything.



    The only info given in the alert is

    - time created

    - the replica set

    - a link to the shard

    - the type of shard (primary/secondary)



    how am I supposed to debug the supposed alerted issue?










    share|improve this question


























      2












      2








      2








      I'm fairly new to mongodb and atlas and am confused by the following alert



      Query Targeting: Scanned Objects / Returned has gone above 1000



      I expect there to be more data to aid in debugging such as the query or at least the collection. The query wasn't slow because the performance advisor didn't catch anything.



      The only info given in the alert is

      - time created

      - the replica set

      - a link to the shard

      - the type of shard (primary/secondary)



      how am I supposed to debug the supposed alerted issue?










      share|improve this question














      I'm fairly new to mongodb and atlas and am confused by the following alert



      Query Targeting: Scanned Objects / Returned has gone above 1000



      I expect there to be more data to aid in debugging such as the query or at least the collection. The query wasn't slow because the performance advisor didn't catch anything.



      The only info given in the alert is

      - time created

      - the replica set

      - a link to the shard

      - the type of shard (primary/secondary)



      how am I supposed to debug the supposed alerted issue?







      mongodb-atlas






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 13:53









      aaaaaaaaaaaa

      83810 silver badges20 bronze badges




      83810 silver badges20 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          2
















          A future alert had info on how to solve the issue - which in short is to download the mongodb logs and search for the inefficient query.



          To download the logs




          1. Navigate to the Cluster page



          If you do not see the cluster you want on the page, ensure you have selected the > proper Project



          2. Select the cluster



          a. Click the ellipsis icon (...) next to the cluster containing the mongod instance whose logs you want to download.

          b. Select Download Logs.



          3. In the Download Logs modal, edit the following fields



          Select process: Select the process for which you want logs. Valid options are mongod and mongod-audit-log.
          Select server: Select the server in the cluster whose logs you want to retrieve.
          Start Time: Specify the date and time in your group’s time zone defining the inclusive lower bound of log activity to return. The start time must be less than 30 days ago.
          End Time: Specify the date and time in your group’s time zone defining the inclusive upper bound of log activity to return.



          4. Click Download Logs




          An inefficient query is explained here




          The following mongod log entry shows statistics generated from an inefficient query:



          planSummary: COLLSCAN keysExamined:0
          docsExamined: 10000 cursorExhausted:1 numYields:234
          nreturned:4 protocol:op_query 358ms<Timestamp> COMMAND <query>


          This query scanned 10,000 documents and returned only 4 for a ratio of 2500, which is highly inefficient.







          share|improve this answer
























            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/4.0/"u003ecc by-sa 4.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%2fstackoverflow.com%2fquestions%2f55399335%2fdebugging-flow-for-mongodb-atlas-alert%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









            2
















            A future alert had info on how to solve the issue - which in short is to download the mongodb logs and search for the inefficient query.



            To download the logs




            1. Navigate to the Cluster page



            If you do not see the cluster you want on the page, ensure you have selected the > proper Project



            2. Select the cluster



            a. Click the ellipsis icon (...) next to the cluster containing the mongod instance whose logs you want to download.

            b. Select Download Logs.



            3. In the Download Logs modal, edit the following fields



            Select process: Select the process for which you want logs. Valid options are mongod and mongod-audit-log.
            Select server: Select the server in the cluster whose logs you want to retrieve.
            Start Time: Specify the date and time in your group’s time zone defining the inclusive lower bound of log activity to return. The start time must be less than 30 days ago.
            End Time: Specify the date and time in your group’s time zone defining the inclusive upper bound of log activity to return.



            4. Click Download Logs




            An inefficient query is explained here




            The following mongod log entry shows statistics generated from an inefficient query:



            planSummary: COLLSCAN keysExamined:0
            docsExamined: 10000 cursorExhausted:1 numYields:234
            nreturned:4 protocol:op_query 358ms<Timestamp> COMMAND <query>


            This query scanned 10,000 documents and returned only 4 for a ratio of 2500, which is highly inefficient.







            share|improve this answer





























              2
















              A future alert had info on how to solve the issue - which in short is to download the mongodb logs and search for the inefficient query.



              To download the logs




              1. Navigate to the Cluster page



              If you do not see the cluster you want on the page, ensure you have selected the > proper Project



              2. Select the cluster



              a. Click the ellipsis icon (...) next to the cluster containing the mongod instance whose logs you want to download.

              b. Select Download Logs.



              3. In the Download Logs modal, edit the following fields



              Select process: Select the process for which you want logs. Valid options are mongod and mongod-audit-log.
              Select server: Select the server in the cluster whose logs you want to retrieve.
              Start Time: Specify the date and time in your group’s time zone defining the inclusive lower bound of log activity to return. The start time must be less than 30 days ago.
              End Time: Specify the date and time in your group’s time zone defining the inclusive upper bound of log activity to return.



              4. Click Download Logs




              An inefficient query is explained here




              The following mongod log entry shows statistics generated from an inefficient query:



              planSummary: COLLSCAN keysExamined:0
              docsExamined: 10000 cursorExhausted:1 numYields:234
              nreturned:4 protocol:op_query 358ms<Timestamp> COMMAND <query>


              This query scanned 10,000 documents and returned only 4 for a ratio of 2500, which is highly inefficient.







              share|improve this answer



























                2














                2










                2









                A future alert had info on how to solve the issue - which in short is to download the mongodb logs and search for the inefficient query.



                To download the logs




                1. Navigate to the Cluster page



                If you do not see the cluster you want on the page, ensure you have selected the > proper Project



                2. Select the cluster



                a. Click the ellipsis icon (...) next to the cluster containing the mongod instance whose logs you want to download.

                b. Select Download Logs.



                3. In the Download Logs modal, edit the following fields



                Select process: Select the process for which you want logs. Valid options are mongod and mongod-audit-log.
                Select server: Select the server in the cluster whose logs you want to retrieve.
                Start Time: Specify the date and time in your group’s time zone defining the inclusive lower bound of log activity to return. The start time must be less than 30 days ago.
                End Time: Specify the date and time in your group’s time zone defining the inclusive upper bound of log activity to return.



                4. Click Download Logs




                An inefficient query is explained here




                The following mongod log entry shows statistics generated from an inefficient query:



                planSummary: COLLSCAN keysExamined:0
                docsExamined: 10000 cursorExhausted:1 numYields:234
                nreturned:4 protocol:op_query 358ms<Timestamp> COMMAND <query>


                This query scanned 10,000 documents and returned only 4 for a ratio of 2500, which is highly inefficient.







                share|improve this answer













                A future alert had info on how to solve the issue - which in short is to download the mongodb logs and search for the inefficient query.



                To download the logs




                1. Navigate to the Cluster page



                If you do not see the cluster you want on the page, ensure you have selected the > proper Project



                2. Select the cluster



                a. Click the ellipsis icon (...) next to the cluster containing the mongod instance whose logs you want to download.

                b. Select Download Logs.



                3. In the Download Logs modal, edit the following fields



                Select process: Select the process for which you want logs. Valid options are mongod and mongod-audit-log.
                Select server: Select the server in the cluster whose logs you want to retrieve.
                Start Time: Specify the date and time in your group’s time zone defining the inclusive lower bound of log activity to return. The start time must be less than 30 days ago.
                End Time: Specify the date and time in your group’s time zone defining the inclusive upper bound of log activity to return.



                4. Click Download Logs




                An inefficient query is explained here




                The following mongod log entry shows statistics generated from an inefficient query:



                planSummary: COLLSCAN keysExamined:0
                docsExamined: 10000 cursorExhausted:1 numYields:234
                nreturned:4 protocol:op_query 358ms<Timestamp> COMMAND <query>


                This query scanned 10,000 documents and returned only 4 for a ratio of 2500, which is highly inefficient.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 1 at 22:18









                aaaaaaaaaaaa

                83810 silver badges20 bronze badges




                83810 silver badges20 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















                    draft saved

                    draft discarded















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55399335%2fdebugging-flow-for-mongodb-atlas-alert%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

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현