Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Fields such as ts
(timestamp), users
, and rules
are included in every audit log by default.”
A block of code is set as follows:
apiVersion: v1
kind: ConfigMap
metadata:
name:<<any sample name we choose(1)>>
namespace: mongodb
data:
projectId:<<Project ID from above>>
baseUrl: <<BaseURI from above>>
Any command-line input or output is written as follows:
mongod --auditFilter '{ atype: "authenticate", "param.db": "test" }'
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “The project ID is typically a long hex string, for example, "620173c921b1ab3de3e8e610",
which we can retrieve from the Organization | Projects page.”
Tips or important notes
Appear like this.