<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:05:13 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-12424] Docs for SERVER-37823: Server Side Traffic Capture</title>
                <link>https://jira.mongodb.org/browse/DOCS-12424</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;
&lt;blockquote&gt;
&lt;h3&gt;&lt;a name=&quot;Description%3A&quot;&gt;&lt;/a&gt;Description: &lt;/h3&gt;

&lt;p&gt;Documentation for MongoTrafficReader&lt;/p&gt;

&lt;p&gt;Preliminary docs changes: &lt;a href=&quot;https://github.com/tkaye407/docs/commit/20369b1e89a3b475ac2dd2bcc30c3fd76de99210&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/tkaye407/docs/commit/20369b1e89a3b475ac2dd2bcc30c3fd76de99210&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;There are two sections of the documentation that need to be edited / added&lt;/p&gt;

&lt;p&gt;1. Add Commands startRecordingTraffic and stopRecordingTraffic&lt;br/&gt;
	Notes: &lt;br/&gt;
		mongod must be run with --setParameter=&quot;trafficRecordingDirectory=...&quot; &lt;br/&gt;
			dir above must exist and cannot have ~/ stuff&lt;br/&gt;
		&lt;del&gt;Only on admin database&lt;/del&gt;&lt;br/&gt;
		&lt;del&gt;Must have clusterManager role&lt;/del&gt;  (hostManager)&lt;br/&gt;
		Issues warning: *** important &lt;br/&gt;
			Warning: the recording file contains unencrypted user traffic, we recommend that you limit retention of this file and store it on an encrypted filesystem volume.&lt;br/&gt;
		Comment about the performance?&lt;/p&gt;


&lt;p&gt;	Parameters for startRecordingTraffic(): &lt;br/&gt;
		a. filename: string --&amp;gt; required&lt;br/&gt;
		b. bufferSize: int64 --&amp;gt; default = 134217728 (128MiB)&lt;br/&gt;
		c. maxFileSize: int64 --&amp;gt; default = 4294967296 (4GiB)&lt;/p&gt;

&lt;p&gt;	stopRecordingTraffic() &lt;br/&gt;
		returns any errors that may have happened while recording&lt;/p&gt;

&lt;p&gt;2. Server Sytatus New Fields: &lt;br/&gt;
	&quot;running&quot; : &amp;lt;boolean&amp;gt;&lt;br/&gt;
   	&quot;bufferSize&quot; : NumberLong(&amp;lt;num&amp;gt;)&lt;br/&gt;
   	&quot;bufferedBytes&quot; : NumberLong(&amp;lt;num&amp;gt;)&lt;br/&gt;
   	&quot;recordingFile&quot; : &amp;lt;string&amp;gt;&lt;br/&gt;
   	&quot;maxFileSize&quot; : NumberLong(&amp;lt;num&amp;gt;)&lt;br/&gt;
   	&quot;currentFileSize&quot; : NumberLong(&amp;lt;num&amp;gt;)&lt;/p&gt;


&lt;h3&gt;&lt;a name=&quot;EngineeringTicketDescription%3A&quot;&gt;&lt;/a&gt;Engineering Ticket Description:&lt;/h3&gt;

&lt;p&gt;Provide a mechanism for capturing client traffic sent to a mongo&lt;span class=&quot;error&quot;&gt;&amp;#91;d|s&amp;#93;&lt;/span&gt; process by observing and copying the messages after they&#8217;ve transited the transport layer &#8211; i.e. after operating system ::recv() and subsequent TLS decryption. This allows the use of mongoreplay and other tee like functionality to be used when TLS is enabled for client/server communication.&lt;/p&gt;&lt;/blockquote&gt;

&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;


&lt;p&gt;*&lt;b&gt;note:&lt;/b&gt;* mongoreplay will be updated to be able to read the captured traffic file (&lt;a href=&quot;https://jira.mongodb.org/browse/TOOLS-2201&quot; title=&quot;Mongoreplay support for new mongod traffic capture format &quot; class=&quot;issue-link&quot; data-issue-key=&quot;TOOLS-2201&quot;&gt;&lt;del&gt;TOOLS-2201&lt;/del&gt;&lt;/a&gt;) For now, will only add a little blurb.  When &lt;a href=&quot;https://jira.mongodb.org/browse/TOOLS-2201&quot; title=&quot;Mongoreplay support for new mongod traffic capture format &quot; class=&quot;issue-link&quot; data-issue-key=&quot;TOOLS-2201&quot;&gt;&lt;del&gt;TOOLS-2201&lt;/del&gt;&lt;/a&gt; finishes, will need to revamp the mongoreplay page. &lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;source/reference/built-in-roles.txt&lt;/li&gt;
	&lt;li&gt;source/reference/command/serverStatus.txt&lt;/li&gt;
	&lt;li&gt;source/reference/command/startRecordingTraffic.txt&lt;/li&gt;
	&lt;li&gt;source/reference/command/stopRecordingTraffic.txt&lt;/li&gt;
	&lt;li&gt;source/reference/parameters.txt&lt;/li&gt;
	&lt;li&gt;source/reference/program/mongoreplay.txt (More to come when &lt;a href=&quot;https://jira.mongodb.org/browse/TOOLS-2201&quot; title=&quot;Mongoreplay support for new mongod traffic capture format &quot; class=&quot;issue-link&quot; data-issue-key=&quot;TOOLS-2201&quot;&gt;&lt;del&gt;TOOLS-2201&lt;/del&gt;&lt;/a&gt; completes &amp;#8211; See &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12506&quot; title=&quot;4.2 mongoreplay update for TOOLS-2201: Mongoreplay support for new mongod traffic capture format&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12506&quot;&gt;&lt;del&gt;DOCS-12506&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;source/release-notes/4.2.txt&lt;/li&gt;
	&lt;li&gt;redirects&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;p&gt;probably &lt;a href=&quot;https://jira.mongodb.org/browse/PM-598?focusedCommentId=2111859&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-2111859&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;Atlas&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="683669">DOCS-12424</key>
            <summary>Docs for SERVER-37823: Server Side Traffic Capture</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="emet.ozar@mongodb.com">Emet Ozar</assignee>
                                    <reporter username="kay.kim@mongodb.com">Kay Kim</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Feb 2019 22:11:12 +0000</created>
                <updated>Mon, 13 Nov 2023 18:25:46 +0000</updated>
                            <resolved>Mon, 31 Oct 2022 16:25:13 +0000</resolved>
                                                    <fixVersion>4.1.8</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="4940506" author="edu.bot" created="Mon, 31 Oct 2022 16:06:22 +0000"  >&lt;p&gt;Hello! This ticket has been closed due to inactivity. If you believe this ticket is still important, please reopen it and leave a comment to explain why. Thank you!&lt;/p&gt;</comment>
                            <comment id="2305278" author="xgen-internal-githook" created="Fri, 28 Jun 2019 19:30:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kay Kim&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;username&apos;: &apos;kay-kim&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12424&quot; title=&quot;Docs for SERVER-37823: Server Side Traffic Capture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12424&quot;&gt;&lt;del&gt;DOCS-12424&lt;/del&gt;&lt;/a&gt;: Adding TrafficCapture&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 59dd8bd735dac84bfd148406b7a8b8be31dbc7d7.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/013c4db9dd5815afc44e670330936c3e0c6523fd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/013c4db9dd5815afc44e670330936c3e0c6523fd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2305276" author="xgen-internal-githook" created="Fri, 28 Jun 2019 19:29:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kay Kim&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;username&apos;: &apos;kay-kim&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12424&quot; title=&quot;Docs for SERVER-37823: Server Side Traffic Capture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12424&quot;&gt;&lt;del&gt;DOCS-12424&lt;/del&gt;&lt;/a&gt;: traffic capture part 2&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 33bc7e664dc4d22d95fb01a6793de077ee91c265.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/026c71818294f4a1f6056e133d947c8a1469d58d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/026c71818294f4a1f6056e133d947c8a1469d58d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2305257" author="alyson.cabral" created="Fri, 28 Jun 2019 19:22:00 +0000"  >&lt;p&gt;Yes, that sounds right!&lt;/p&gt;</comment>
                            <comment id="2160369" author="xgen-internal-githook" created="Fri, 22 Feb 2019 21:05:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kay Kim&apos;, &apos;username&apos;: &apos;kay-kim&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12424&quot; title=&quot;Docs for SERVER-37823: Server Side Traffic Capture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12424&quot;&gt;&lt;del&gt;DOCS-12424&lt;/del&gt;&lt;/a&gt;: traffic capture part 2&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/33bc7e664dc4d22d95fb01a6793de077ee91c265&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/33bc7e664dc4d22d95fb01a6793de077ee91c265&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2160368" author="xgen-internal-githook" created="Fri, 22 Feb 2019 21:05:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Tyler Kaye&apos;, &apos;username&apos;: &apos;tkaye407&apos;, &apos;email&apos;: &apos;tyler.kaye@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12424&quot; title=&quot;Docs for SERVER-37823: Server Side Traffic Capture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12424&quot;&gt;&lt;del&gt;DOCS-12424&lt;/del&gt;&lt;/a&gt;: Adding TrafficCapture&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/59dd8bd735dac84bfd148406b7a8b8be31dbc7d7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/59dd8bd735dac84bfd148406b7a8b8be31dbc7d7&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="674261">TOOLS-2201</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="626710">SERVER-37823</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="703266">DOCS-12506</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 22 Feb 2019 21:05:46 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 14 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/TOOLS-2201'>TOOLS-2201</a></s>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-11344</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 14 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alyson.cabral@mongodb.com</customfieldvalue>
            <customfieldvalue>edu.bot</customfieldvalue>
            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hul7nj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hub2en:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huktwv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>