diff --git a/docs/reference/connector/docs/connectors-azure-blob.asciidoc b/docs/reference/connector/docs/connectors-azure-blob.asciidoc index 37a0acc456fb2..dd64cd3909be3 100644 --- a/docs/reference/connector/docs/connectors-azure-blob.asciidoc +++ b/docs/reference/connector/docs/connectors-azure-blob.asciidoc @@ -259,7 +259,6 @@ To perform E2E testing for the Azure Blob Storage connector, run the following c ---- $ make ftest NAME=azure_blob_storage ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -267,7 +266,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=azure_blob_storage DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-azure-blob-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-box.asciidoc b/docs/reference/connector/docs/connectors-box.asciidoc index adc259170d6f4..6d2e9d006cfdc 100644 --- a/docs/reference/connector/docs/connectors-box.asciidoc +++ b/docs/reference/connector/docs/connectors-box.asciidoc @@ -350,7 +350,6 @@ To perform E2E testing for the Box connector, run the following command: ---- $ make ftest NAME=box ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -358,7 +357,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=box DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-box-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-confluence.asciidoc b/docs/reference/connector/docs/connectors-confluence.asciidoc index ce79138d302c8..7be3c16d634e8 100644 --- a/docs/reference/connector/docs/connectors-confluence.asciidoc +++ b/docs/reference/connector/docs/connectors-confluence.asciidoc @@ -171,7 +171,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 2*: Queries for indexing data based on `created` and `lastmodified` time. @@ -186,7 +185,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 3*: Query for indexing only given types in a *Space* with key 'SD'. @@ -198,7 +196,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -435,7 +432,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 2*: Queries for indexing data based on `created` and `lastmodified` time. @@ -450,7 +446,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 3*: Query for indexing only given types in a *Space* with key 'SD'. @@ -462,7 +457,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -513,7 +507,6 @@ To perform E2E testing for the Confluence connector, run the following command: ---- $ make ftest NAME=confluence ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -521,7 +514,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=confluence DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-confluence-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-dropbox.asciidoc b/docs/reference/connector/docs/connectors-dropbox.asciidoc index d004bce2e4e8d..f38d308a284f9 100644 --- a/docs/reference/connector/docs/connectors-dropbox.asciidoc +++ b/docs/reference/connector/docs/connectors-dropbox.asciidoc @@ -89,7 +89,6 @@ An authorization code *can only be used once* to create a refresh token. ---- curl -X POST "https://api.dropboxapi.com/oauth2/token?code=&grant_type=authorization_code" -u ":" ---- -// NOTCONSOLE Store the refresh token from the response to be used in the connector configuration. + Make sure the response has a list of the following scopes: @@ -203,7 +202,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-sync-rules-advanced-example-2] ======= Example: Query with file extension filter @@ -222,7 +220,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-sync-rules-advanced-example-3] ======= Example: Query with file category filter @@ -245,7 +242,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-sync-rules-advanced-limitations] ======= Limitations @@ -348,7 +344,6 @@ An authorization code *can only be used once* to create a refresh token. ---- curl -X POST "https://api.dropboxapi.com/oauth2/token?code=&grant_type=authorization_code" -u ":" ---- -// NOTCONSOLE Store the refresh token from the response to be used in the connector configuration. + Make sure the response has a list of the following scopes: @@ -487,7 +482,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-client-sync-rules-advanced-example-2] ======= Example: Query with file extension filter @@ -506,7 +500,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-client-sync-rules-advanced-example-3] ======= Example: Query with file category filter @@ -529,7 +522,6 @@ We have some examples below for illustration. } ] ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-client-sync-rules-advanced-limitations] ======= Limitations @@ -548,7 +540,6 @@ To perform E2E testing for the Dropbox connector, run the following command: ---- $ make ftest NAME=dropbox ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -556,7 +547,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=dropbox DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-dropbox-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-github.asciidoc b/docs/reference/connector/docs/connectors-github.asciidoc index 2bc885f617b8c..86de8ad5fc0d7 100644 --- a/docs/reference/connector/docs/connectors-github.asciidoc +++ b/docs/reference/connector/docs/connectors-github.asciidoc @@ -223,7 +223,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-sync-rules-advanced-issue-key] ======= Indexing document based on issue query related to bugs via issue key @@ -239,7 +238,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-sync-rules-advanced-pr-key] ======= Indexing document based on PR query related to open PR's via PR key @@ -255,7 +253,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-sync-rules-advanced-issue-query-branch-name] ======= Indexing document and files based on queries and branch name @@ -273,7 +270,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -302,7 +298,6 @@ Check the Elasticsearch index for the actual document count. } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -563,7 +558,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-client-sync-rules-advanced-issue-key] ======= Indexing document based on issue query related to bugs via issue key @@ -579,7 +573,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-client-sync-rules-advanced-pr-key] ======= Indexing document based on PR query related to open PR's via PR key @@ -595,7 +588,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-github-client-sync-rules-advanced-issue-query-branch-name] ======= Indexing document and files based on queries and branch name @@ -613,7 +605,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -642,7 +633,6 @@ Check the Elasticsearch index for the actual document count. } ] ---- -// NOTCONSOLE [NOTE] ==== @@ -669,7 +659,6 @@ To perform E2E testing for the GitHub connector, run the following command: ---- $ make ftest NAME=github ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -677,7 +666,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=github DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-github-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-gmail.asciidoc b/docs/reference/connector/docs/connectors-gmail.asciidoc index dc9d9a79e5276..00cfe03be693d 100644 --- a/docs/reference/connector/docs/connectors-gmail.asciidoc +++ b/docs/reference/connector/docs/connectors-gmail.asciidoc @@ -143,7 +143,6 @@ For example: ] } ---- -// NOTCONSOLE [discrete#es-connectors-gmail-document-level-security] ===== Document level security @@ -325,7 +324,6 @@ For example: ] } ---- -// NOTCONSOLE [discrete#es-connectors-gmail-client-document-level-security] ===== Document level security diff --git a/docs/reference/connector/docs/connectors-google-cloud.asciidoc b/docs/reference/connector/docs/connectors-google-cloud.asciidoc index 4eaa36c7bdf2d..860607673ceb3 100644 --- a/docs/reference/connector/docs/connectors-google-cloud.asciidoc +++ b/docs/reference/connector/docs/connectors-google-cloud.asciidoc @@ -91,7 +91,6 @@ See <>. ---- $ make ftest NAME=google_cloud_storage ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -99,7 +98,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=google_cloud_storage DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-google-cloud-known-issues] ===== Known issues @@ -234,7 +232,6 @@ To perform E2E testing for the Google Cloud Storage connector, run the following ---- $ make ftest NAME=google_cloud_storage ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -242,7 +239,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=google_cloud_storage DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-google-cloud-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-google-drive.asciidoc b/docs/reference/connector/docs/connectors-google-drive.asciidoc index cc36c18988754..814827a142846 100644 --- a/docs/reference/connector/docs/connectors-google-drive.asciidoc +++ b/docs/reference/connector/docs/connectors-google-drive.asciidoc @@ -382,7 +382,6 @@ To perform E2E testing for the Google Drive connector, run the following command ---- make ftest NAME=google_drive ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -390,7 +389,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=google_drive DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-google-drive-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-graphql.asciidoc b/docs/reference/connector/docs/connectors-graphql.asciidoc index ebb4b9c6674ce..d6656dd93e770 100644 --- a/docs/reference/connector/docs/connectors-graphql.asciidoc +++ b/docs/reference/connector/docs/connectors-graphql.asciidoc @@ -84,7 +84,6 @@ query getUser($id: ID!) { } } ---- -// NOTCONSOLE `graphql_variables`:: A JSON object of key/value pairs containing variables used in the GraphQL query. @@ -114,7 +113,6 @@ To index every user as a separate document configure this field as below. "organization.users": "user_id" } ---- -// NOTCONSOLE + In this example `user_id` is unique in every user document. Therefore, we set `user_id` as the value for `organization.users`. + @@ -132,7 +130,6 @@ JSON object containing custom headers to be sent with each GraphQL request: "content-type": "Application/json" } ---- -// NOTCONSOLE `pagination_model` (required):: This field specifies the pagination model to be used by the connector. @@ -162,7 +159,6 @@ query getUsers($cursor: String!) { } } ---- -// NOTCONSOLE + The value of `pagination_key` is `sampleData.users` so it must contain: + @@ -225,7 +221,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=graphql DATA_SIZE=small ---- -// NOTCONSOLE By default, `DATA_SIZE=MEDIUM`. diff --git a/docs/reference/connector/docs/connectors-jira.asciidoc b/docs/reference/connector/docs/connectors-jira.asciidoc index d6b34c3de127a..ed2cebdef4d66 100644 --- a/docs/reference/connector/docs/connectors-jira.asciidoc +++ b/docs/reference/connector/docs/connectors-jira.asciidoc @@ -181,7 +181,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 2*: Query to index data based on priority of issues for given projects. @@ -193,7 +192,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 3*: Query to index data based on assignee and created time. @@ -205,7 +203,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE [discrete#es-connectors-jira-document-level-security] ===== Document level security @@ -445,7 +442,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 2*: Query to index data based on priority of issues for given projects. @@ -457,7 +453,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE *Example 3*: Query to index data based on assignee and created time. @@ -469,7 +464,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet. } ] ---- -// NOTCONSOLE [discrete#es-connectors-jira-client-document-level-security] ===== Document level security @@ -513,7 +507,6 @@ To perform E2E testing for the Jira connector, run the following command: ---- $ make ftest NAME=jira ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -521,7 +514,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=jira DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-jira-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-mongodb.asciidoc b/docs/reference/connector/docs/connectors-mongodb.asciidoc index e58a26dd0ddc1..34a7aae62d9b1 100644 --- a/docs/reference/connector/docs/connectors-mongodb.asciidoc +++ b/docs/reference/connector/docs/connectors-mongodb.asciidoc @@ -152,7 +152,6 @@ Incorrect (`new Date()` will be interpreted as string): } } ---- -// NOTCONSOLE Correct (usage of https://www.mongodb.com/docs/manual/reference/aggregation-variables/#mongodb-variable-variable.NOW[$$NOW]): [source,js] @@ -181,7 +180,6 @@ Correct (usage of https://www.mongodb.com/docs/manual/reference/aggregation-vari } } ---- -// NOTCONSOLE [discrete#es-connectors-mongodb-known-issues-tls-with-invalid-cert] ====== Connecting with self-signed or custom CA TLS Cert @@ -279,7 +277,6 @@ For `find` queries, the structure of this JSON DSL should look like: } ---- -// NOTCONSOLE For example: @@ -298,7 +295,6 @@ For example: } } ---- -// NOTCONSOLE `find` queries also support additional options, for example the `projection` object: @@ -320,7 +316,6 @@ For example: } } ---- -// NOTCONSOLE Where the available options are: * `allow_disk_use` (true, false) — When set to true, the server can write temporary data to disk while executing the find operation. This option is only available on MongoDB server versions 4.4 and newer. @@ -353,7 +348,6 @@ Similarly, for aggregation pipelines, the structure of the JSON DSL should look } } ---- -// NOTCONSOLE Where the available options are: @@ -532,7 +526,6 @@ Incorrect (`new Date()` will be interpreted as string): } } ---- -// NOTCONSOLE Correct (usage of https://www.mongodb.com/docs/manual/reference/aggregation-variables/#mongodb-variable-variable.NOW[$$NOW]): [source,js] @@ -561,7 +554,6 @@ Correct (usage of https://www.mongodb.com/docs/manual/reference/aggregation-vari } } ---- -// NOTCONSOLE [discrete#es-connectors-mongodb-client-known-issues-tls-with-invalid-cert] ====== Connecting with self-signed or custom CA TLS Cert @@ -672,7 +664,6 @@ For `find` queries, the structure of this JSON DSL should look like: } ---- -// NOTCONSOLE For example: @@ -691,7 +682,6 @@ For example: } } ---- -// NOTCONSOLE `find` queries also support additional options, for example the `projection` object: @@ -713,7 +703,6 @@ For example: } } ---- -// NOTCONSOLE Where the available options are: * `allow_disk_use` (true, false) — When set to true, the server can write temporary data to disk while executing the find operation. This option is only available on MongoDB server versions 4.4 and newer. @@ -746,7 +735,6 @@ Similarly, for aggregation pipelines, the structure of the JSON DSL should look } } ---- -// NOTCONSOLE Where the available options are: diff --git a/docs/reference/connector/docs/connectors-ms-sql.asciidoc b/docs/reference/connector/docs/connectors-ms-sql.asciidoc index b6aa9506d2630..2dae293960d70 100644 --- a/docs/reference/connector/docs/connectors-ms-sql.asciidoc +++ b/docs/reference/connector/docs/connectors-ms-sql.asciidoc @@ -215,7 +215,6 @@ These rules fetch all records from both the `employee` and `customer` tables. Th } ] ---- -// NOTCONSOLE [discrete#es-connectors-ms-sql-sync-rules-example-one-where] ======= Example: One WHERE query @@ -231,7 +230,6 @@ This rule fetches only the records from the `employee` table where the `emp_id` } ] ---- -// NOTCONSOLE [discrete#es-connectors-ms-sql-sync-rules-example-one-join] ======= Example: One JOIN query @@ -247,7 +245,6 @@ This rule fetches records by performing an INNER JOIN between the `employee` and } ] ---- -// NOTCONSOLE [WARNING] ==== @@ -501,7 +498,6 @@ These rules fetch all records from both the `employee` and `customer` tables. Th } ] ---- -// NOTCONSOLE [discrete#es-connectors-ms-sql-client-sync-rules-example-one-where] ======= Example: One WHERE query @@ -517,7 +513,6 @@ This rule fetches only the records from the `employee` table where the `emp_id` } ] ---- -// NOTCONSOLE [discrete#es-connectors-ms-sql-client-sync-rules-example-one-join] ======= Example: One JOIN query @@ -533,7 +528,6 @@ This rule fetches records by performing an INNER JOIN between the `employee` and } ] ---- -// NOTCONSOLE [WARNING] ==== @@ -554,7 +548,6 @@ To perform E2E testing for the Microsoft SQL connector, run the following comman ---- make ftest NAME=mssql ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -562,7 +555,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=mssql DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-ms-sql-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-mysql.asciidoc b/docs/reference/connector/docs/connectors-mysql.asciidoc index 840d6da66a752..8eeae662dfc26 100644 --- a/docs/reference/connector/docs/connectors-mysql.asciidoc +++ b/docs/reference/connector/docs/connectors-mysql.asciidoc @@ -255,7 +255,6 @@ For example: } ] ---- -// NOTCONSOLE [WARNING] ==== @@ -515,7 +514,6 @@ For example: } ] ---- -// NOTCONSOLE [WARNING] ==== diff --git a/docs/reference/connector/docs/connectors-network-drive.asciidoc b/docs/reference/connector/docs/connectors-network-drive.asciidoc index 7598b049f87be..caedf48d59e13 100644 --- a/docs/reference/connector/docs/connectors-network-drive.asciidoc +++ b/docs/reference/connector/docs/connectors-network-drive.asciidoc @@ -164,7 +164,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-indexing-files-and-folders-directly-inside-folder] ======= Indexing files and folders directly inside folder @@ -177,7 +176,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-indexing-files-and-folders-directly-inside-a-set-of-folders] ======= Indexing files and folders directly inside a set of folders @@ -190,7 +188,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-excluding-files-and-folders-that-match-a-pattern] ======= Excluding files and folders that match a pattern @@ -203,7 +200,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-content-extraction] ===== Content extraction @@ -402,7 +398,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-client-indexing-files-and-folders-directly-inside-folder] ======= Indexing files and folders directly inside folder @@ -415,7 +410,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-client-indexing-files-and-folders-directly-inside-a-set-of-folders] ======= Indexing files and folders directly inside a set of folders @@ -428,7 +422,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-client-excluding-files-and-folders-that-match-a-pattern] ======= Excluding files and folders that match a pattern @@ -441,7 +434,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-client-content-extraction] ===== Content extraction @@ -460,7 +452,6 @@ To execute a functional test for the Network Drive self-managed connector, run t ---- $ make ftest NAME=network_drive ---- -// NOTCONSOLE By default, this will use a medium-sized dataset. For faster tests add the `DATA_SIZE=small` flag: @@ -469,7 +460,6 @@ For faster tests add the `DATA_SIZE=small` flag: ---- make ftest NAME=network_drive DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-network-drive-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-notion.asciidoc b/docs/reference/connector/docs/connectors-notion.asciidoc index 75866f0d19214..70e5250806db3 100644 --- a/docs/reference/connector/docs/connectors-notion.asciidoc +++ b/docs/reference/connector/docs/connectors-notion.asciidoc @@ -157,7 +157,6 @@ Indexing every page where the title contains `Demo Page`: ] } ---- -// NOTCONSOLE [discrete] ======= Example 2 @@ -177,7 +176,6 @@ Indexing every database where the title contains `Demo Database`: ] } ---- -// NOTCONSOLE [discrete] ======= Example 3 @@ -203,7 +201,6 @@ Indexing every database where the title contains `Demo Database` and every page ] } ---- -// NOTCONSOLE [discrete] ======= Example 4 @@ -223,7 +220,6 @@ Indexing all pages in the workspace: ] } ---- -// NOTCONSOLE [discrete] ======= Example 5 @@ -240,7 +236,6 @@ Indexing all the pages and databases connected to the workspace: ] } ---- -// NOTCONSOLE [discrete] ======= Example 6 @@ -263,7 +258,6 @@ Indexing all the rows of a database where the record is `true` for the column `T ] } ---- -// NOTCONSOLE [discrete] ======= Example 7 @@ -280,7 +274,6 @@ Indexing all rows of a specific database: ] } ---- -// NOTCONSOLE [discrete] ======= Example 8 @@ -317,7 +310,6 @@ Indexing all blocks defined in `searches` and `database_query_filters`: ] } ---- -// NOTCONSOLE [NOTE] ==== @@ -515,7 +507,6 @@ Indexing every page where the title contains `Demo Page`: ] } ---- -// NOTCONSOLE [discrete] ======= Example 2 @@ -535,7 +526,6 @@ Indexing every database where the title contains `Demo Database`: ] } ---- -// NOTCONSOLE [discrete] ======= Example 3 @@ -561,7 +551,6 @@ Indexing every database where the title contains `Demo Database` and every page ] } ---- -// NOTCONSOLE [discrete] ======= Example 4 @@ -581,7 +570,6 @@ Indexing all pages in the workspace: ] } ---- -// NOTCONSOLE [discrete] ======= Example 5 @@ -598,7 +586,6 @@ Indexing all the pages and databases connected to the workspace: ] } ---- -// NOTCONSOLE [discrete] ======= Example 6 @@ -621,7 +608,6 @@ Indexing all the rows of a database where the record is `true` for the column `T ] } ---- -// NOTCONSOLE [discrete] ======= Example 7 @@ -638,7 +624,6 @@ Indexing all rows of a specific database: ] } ---- -// NOTCONSOLE [discrete] ======= Example 8 @@ -675,7 +660,6 @@ Indexing all blocks defined in `searches` and `database_query_filters`: ] } ---- -// NOTCONSOLE [NOTE] ==== @@ -700,7 +684,6 @@ To perform E2E testing for the Notion connector, run the following command: ---- $ make ftest NAME=notion ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -708,7 +691,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=notion DATA_SIZE=small ---- -// NOTCONSOLE By default, `DATA_SIZE=MEDIUM`. diff --git a/docs/reference/connector/docs/connectors-onedrive.asciidoc b/docs/reference/connector/docs/connectors-onedrive.asciidoc index 04474ee9df5d7..471c0e91698e3 100644 --- a/docs/reference/connector/docs/connectors-onedrive.asciidoc +++ b/docs/reference/connector/docs/connectors-onedrive.asciidoc @@ -173,7 +173,6 @@ All other files and folders will be indexed. } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-sync-rules-advanced-examples-2] ======= Example 2 @@ -189,7 +188,6 @@ This rule focuses on indexing files and folders owned by `user1-domain@onmicroso } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-sync-rules-advanced-examples-3] ======= Example 3 @@ -205,7 +203,6 @@ This rule indexes only the files and folders directly inside the root folder, ex } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-sync-rules-advanced-examples-4] ======= Example 4 @@ -222,7 +219,6 @@ This rule indexes files and folders owned by `user1-domain@onmicrosoft.com` and } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-sync-rules-advanced-examples-5] ======= Example 5 @@ -242,7 +238,6 @@ The second rule indexes files for all other users, but skips files with a `.py` } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-sync-rules-advanced-examples-6] ======= Example 6 @@ -263,7 +258,6 @@ The second rule indexes files and folders recursively inside the `abc` folder. } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-content-extraction] ===== Content Extraction @@ -462,7 +456,6 @@ All other files and folders will be indexed. } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-sync-rules-advanced-examples-2] ======= Example 2 @@ -478,7 +471,6 @@ This rule focuses on indexing files and folders owned by `user1-domain@onmicroso } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-sync-rules-advanced-examples-3] ======= Example 3 @@ -494,7 +486,6 @@ This rule indexes only the files and folders directly inside the root folder, ex } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-sync-rules-advanced-examples-4] ======= Example 4 @@ -511,7 +502,6 @@ This rule indexes files and folders owned by `user1-domain@onmicrosoft.com` and } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-sync-rules-advanced-examples-5] ======= Example 5 @@ -531,7 +521,6 @@ The second rule indexes files for all other users, but skips files with a `.py` } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-sync-rules-advanced-examples-6] ======= Example 6 @@ -552,7 +541,6 @@ The second rule indexes files and folders recursively inside the `abc` folder. } ] ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-content-extraction] ===== Content Extraction @@ -574,7 +562,6 @@ To perform E2E testing for the GitHub connector, run the following command: ---- $ make ftest NAME=onedrive ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -582,7 +569,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=onedrive DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-onedrive-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-opentext-documentum.asciidoc b/docs/reference/connector/docs/connectors-opentext-documentum.asciidoc index 0cf162371f79b..28a69d389ef5e 100644 --- a/docs/reference/connector/docs/connectors-opentext-documentum.asciidoc +++ b/docs/reference/connector/docs/connectors-opentext-documentum.asciidoc @@ -142,7 +142,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=opentext_documentum DATA_SIZE=small ---- -// NOTCONSOLE By default, `DATA_SIZE=MEDIUM`. diff --git a/docs/reference/connector/docs/connectors-oracle.asciidoc b/docs/reference/connector/docs/connectors-oracle.asciidoc index 2502faeebd898..96c7a013c6829 100644 --- a/docs/reference/connector/docs/connectors-oracle.asciidoc +++ b/docs/reference/connector/docs/connectors-oracle.asciidoc @@ -52,7 +52,6 @@ If configuration files are not at the default location, set the `wallet_configur ---- $ mkdir $ORACLE_HOME/ssl_wallet ---- -// NOTCONSOLE . Create file named `sqlnet.ora` at `$ORACLE_HOME/network/admin` and add the following content: + [source,shell] @@ -63,7 +62,6 @@ SSL_VERSION = 1.0 SSL_CIPHER_SUITES = (SSL_RSA_WITH_AES_256_CBC_SHA) SSL_SERVER_DN_MATCH = ON ---- -// NOTCONSOLE + . Run the following commands to create a wallet and attach an SSL certificate. Replace the file name with your file name. @@ -73,7 +71,6 @@ Replace the file name with your file name. $ orapki wallet create -wallet path-to-oracle-home/ssl_wallet -auto_login_only $ orapki wallet add -wallet path-to-oracle-home/ssl_wallet -trusted_cert -cert path-to-oracle-home/ssl_wallet/root_ca.pem -auto_login_only ---- -// NOTCONSOLE For more information, refer to this https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.html[Amazon RDS documentation^] about Oracle SSL. Oracle docs: https://docs.oracle.com/database/121/DBSEG/asossl.htm#DBSEG070. @@ -219,7 +216,6 @@ If configuration files are not at the default location, set the `wallet_configur ---- $ mkdir $ORACLE_HOME/ssl_wallet ---- -// NOTCONSOLE . Create file named `sqlnet.ora` at `$ORACLE_HOME/network/admin` and add the following content: + [source,shell] @@ -230,7 +226,6 @@ SSL_VERSION = 1.0 SSL_CIPHER_SUITES = (SSL_RSA_WITH_AES_256_CBC_SHA) SSL_SERVER_DN_MATCH = ON ---- -// NOTCONSOLE + . Run the following commands to create a wallet and attach an SSL certificate. Replace the file name with your file name. @@ -240,7 +235,6 @@ Replace the file name with your file name. $ orapki wallet create -wallet path-to-oracle-home/ssl_wallet -auto_login_only $ orapki wallet add -wallet path-to-oracle-home/ssl_wallet -trusted_cert -cert path-to-oracle-home/ssl_wallet/root_ca.pem -auto_login_only ---- -// NOTCONSOLE For more information, refer to this https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.html[Amazon RDS documentation^] about Oracle SSL. Oracle docs: https://docs.oracle.com/database/121/DBSEG/asossl.htm#DBSEG070. @@ -361,7 +355,6 @@ To execute a functional test for the Oracle connector, run the following command ---- make ftest NAME=oracle ---- -// NOTCONSOLE By default, this will use a medium-sized dataset. To make the test faster add the `DATA_SIZE=small` argument: @@ -370,7 +363,6 @@ To make the test faster add the `DATA_SIZE=small` argument: ---- make ftest NAME=oracle DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-oracle-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-postgresql.asciidoc b/docs/reference/connector/docs/connectors-postgresql.asciidoc index 0693b537614d7..057dd5c8a69a2 100644 --- a/docs/reference/connector/docs/connectors-postgresql.asciidoc +++ b/docs/reference/connector/docs/connectors-postgresql.asciidoc @@ -234,7 +234,6 @@ Here is some example data that will be used in the following examples. } ] ---- -// NOTCONSOLE [discrete#es-connectors-postgresql-client-sync-rules-advanced-examples-1-id-columns] ======== Multiple table queries with `id_columns` @@ -261,7 +260,6 @@ Use the `id_columns` field to ingest tables which do not have a primary key. Inc } ] ---- -// NOTCONSOLE This example uses the `id_columns` field to specify the unique fields `emp_id` and `c_id` for the `employee` and `customer` tables, respectively. @@ -277,7 +275,6 @@ This example uses the `id_columns` field to specify the unique fields `emp_id` a } ] ---- -// NOTCONSOLE [discrete#es-connectors-postgresql-client-sync-rules-advanced-examples-3] ======== `JOIN` operations @@ -291,7 +288,6 @@ This example uses the `id_columns` field to specify the unique fields `emp_id` a } ] ---- -// NOTCONSOLE [WARNING] ==== @@ -312,7 +308,6 @@ To perform E2E testing for the PostgreSQL connector, run the following command: ---- $ make ftest NAME=postgresql ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -320,7 +315,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=postgresql DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-postgresql-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-redis.asciidoc b/docs/reference/connector/docs/connectors-redis.asciidoc index 4ef02b4783e42..4bb342628ef0c 100644 --- a/docs/reference/connector/docs/connectors-redis.asciidoc +++ b/docs/reference/connector/docs/connectors-redis.asciidoc @@ -150,7 +150,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-2] ======= Example 2 @@ -166,7 +165,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-3] ======= Example 3 @@ -183,7 +181,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-4] ======= Example 4 @@ -199,7 +196,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-5] ======= Example 5 @@ -215,7 +211,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-6] ======= Example 6 @@ -232,7 +227,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-advanced-sync-rules-example-7] ======= Example 7 @@ -248,7 +242,6 @@ Provide at least one of the following: `key_pattern` or `type`, or both. } ] ---- -// NOTCONSOLE [discrete#es-connectors-redis-connector-connector-client-operations] ===== Connector Client operations @@ -272,7 +265,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=redis DATA_SIZE=small ---- -// NOTCONSOLE By default, `DATA_SIZE=MEDIUM`. diff --git a/docs/reference/connector/docs/connectors-run-from-source.asciidoc b/docs/reference/connector/docs/connectors-run-from-source.asciidoc index 0657b25bb0d82..a5d1dc31074f2 100644 --- a/docs/reference/connector/docs/connectors-run-from-source.asciidoc +++ b/docs/reference/connector/docs/connectors-run-from-source.asciidoc @@ -95,7 +95,6 @@ In your terminal or IDE: make install make run ---- -// NOTCONSOLE The connector service should now be running. The UI will let you know that the connector has successfully connected to your Elasticsearch instance. diff --git a/docs/reference/connector/docs/connectors-s3.asciidoc b/docs/reference/connector/docs/connectors-s3.asciidoc index 36f862520f208..e063ecd0df9f1 100644 --- a/docs/reference/connector/docs/connectors-s3.asciidoc +++ b/docs/reference/connector/docs/connectors-s3.asciidoc @@ -134,7 +134,6 @@ Defaults to `""` (syncs all bucket objects). ] ---- -// NOTCONSOLE *Example*: Fetch files/folder starting with `folder1`. @@ -147,7 +146,6 @@ Defaults to `""` (syncs all bucket objects). } ] ---- -// NOTCONSOLE *Fetching files and folders by specifying extensions* @@ -163,7 +161,6 @@ Defaults to `""` (syncs all bucket objects). } ] ---- -// NOTCONSOLE [discrete#es-connectors-s3-content-extraction] ===== Content extraction @@ -352,7 +349,6 @@ Defaults to `""` (syncs all bucket objects). ] ---- -// NOTCONSOLE *Example*: Fetch files/folder starting with `folder1`. @@ -365,7 +361,6 @@ Defaults to `""` (syncs all bucket objects). } ] ---- -// NOTCONSOLE *Fetching files and folders by specifying extensions* @@ -381,7 +376,6 @@ Defaults to `""` (syncs all bucket objects). } ] ---- -// NOTCONSOLE [discrete#es-connectors-s3-client-content-extraction] ===== Content extraction @@ -400,7 +394,6 @@ To execute a functional test for the Amazon S3 *self-managed connector*, run the ---- make ftest NAME=s3 ---- -// NOTCONSOLE By default, this will use a medium-sized dataset. To make the test faster add the `DATA_SIZE=small` argument: @@ -409,7 +402,6 @@ To make the test faster add the `DATA_SIZE=small` argument: ---- make ftest NAME=s3 DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-s3-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-salesforce.asciidoc b/docs/reference/connector/docs/connectors-salesforce.asciidoc index 92744d93102db..4a5f8526368f0 100644 --- a/docs/reference/connector/docs/connectors-salesforce.asciidoc +++ b/docs/reference/connector/docs/connectors-salesforce.asciidoc @@ -240,7 +240,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents using SOSL query. @@ -253,7 +252,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-sync-rules-advanced-fetch-objects] ======= Fetch standard and custom objects using SOQL and SOSL queries @@ -273,7 +271,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents for custom objects via SOQL and SOSL query. @@ -290,7 +287,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-sync-rules-advanced-fetch-standard-custom-fields] ======= Fetch documents with standard and custom fields @@ -306,7 +302,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents with all custom fields for Connector object. @@ -319,7 +314,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents with all standard fields for Account object. @@ -332,7 +326,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-documents-syncs] ===== Documents and syncs @@ -639,7 +632,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents using SOSL query. @@ -652,7 +644,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-client-sync-rules-advanced-fetch-objects] ======= Fetch standard and custom objects using SOQL and SOSL queries @@ -672,7 +663,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents for custom objects via SOQL and SOSL query. @@ -689,7 +679,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-client-sync-rules-advanced-fetch-standard-custom-fields] ======= Fetch documents with standard and custom fields @@ -705,7 +694,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents with all custom fields for Connector object. @@ -718,7 +706,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE **Example**: Fetch documents with all standard fields for Account object. @@ -731,7 +718,6 @@ Allowed values are *SOQL* and *SOSL*. } ] ---- -// NOTCONSOLE [discrete#es-connectors-salesforce-client-documents-syncs] ===== Documents and syncs diff --git a/docs/reference/connector/docs/connectors-servicenow.asciidoc b/docs/reference/connector/docs/connectors-servicenow.asciidoc index 909c3f5f5fff7..02b7ee516aafd 100644 --- a/docs/reference/connector/docs/connectors-servicenow.asciidoc +++ b/docs/reference/connector/docs/connectors-servicenow.asciidoc @@ -176,7 +176,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-sync-rules-active-false-user-service] ======= Indexing document based on user activity state for User service @@ -190,7 +189,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-sync-rules-author-administrator-knowledge-service] ======= Indexing document based on author name for Knowledge service @@ -204,7 +202,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-known-issues] ===== Known issues @@ -414,7 +411,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-client-sync-rules-active-false-user-service] ======= Indexing document based on user activity state for User service @@ -428,7 +424,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-client-sync-rules-author-administrator-knowledge-service] ======= Indexing document based on author name for Knowledge service @@ -442,7 +437,6 @@ The following sections provide examples of advanced sync rules for this connecto } ] ---- -// NOTCONSOLE [discrete#es-connectors-servicenow-client-connector-client-operations-testing] ===== End-to-end Testing @@ -456,7 +450,6 @@ To perform E2E testing for the ServiceNow connector, run the following command: ---- $ make ftest NAME=servicenow ---- -// NOTCONSOLE Generate performance reports using the following flag: `PERF8=yes`. Toggle test data set size between SMALL, MEDIUM and LARGE with the argument `DATA_SIZE=`. diff --git a/docs/reference/connector/docs/connectors-sharepoint-online.asciidoc b/docs/reference/connector/docs/connectors-sharepoint-online.asciidoc index 694188533e4bc..7dc5ca8459719 100644 --- a/docs/reference/connector/docs/connectors-sharepoint-online.asciidoc +++ b/docs/reference/connector/docs/connectors-sharepoint-online.asciidoc @@ -270,7 +270,6 @@ Example: "skipExtractingDriveItemsOlderThan": 60 } ---- -// NOTCONSOLE This rule will not extract content of any drive items (files in document libraries) that haven't been modified for 60 days or more. @@ -754,7 +753,6 @@ Example: } ---- -// NOTCONSOLE This rule will not extract content of any drive items (files in document libraries) that haven't been modified for 60 days or more. @@ -932,7 +930,6 @@ To perform E2E testing for the SharePoint Online connector, run the following co ---- $ make ftest NAME=sharepoint_online ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -940,7 +937,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=sharepoint_online DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-sharepoint-online-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-sharepoint.asciidoc b/docs/reference/connector/docs/connectors-sharepoint.asciidoc index 28771c1dae332..e4d5a07c359f5 100644 --- a/docs/reference/connector/docs/connectors-sharepoint.asciidoc +++ b/docs/reference/connector/docs/connectors-sharepoint.asciidoc @@ -377,7 +377,6 @@ To perform E2E testing for the sharepoint connector, run the following command: ---- $ make ftest NAME=sharepoint_server ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -385,7 +384,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=sharepoint_server DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-sharepoint-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-slack.asciidoc b/docs/reference/connector/docs/connectors-slack.asciidoc index b5b55dded66a1..9534fec962895 100644 --- a/docs/reference/connector/docs/connectors-slack.asciidoc +++ b/docs/reference/connector/docs/connectors-slack.asciidoc @@ -315,7 +315,6 @@ To perform E2E testing for the GitHub connector, run the following command: ---- $ make ftest NAME=slack ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -323,7 +322,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=slack DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-slack-client-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-teams.asciidoc b/docs/reference/connector/docs/connectors-teams.asciidoc index 13aabb3d66aa7..75d607f093879 100644 --- a/docs/reference/connector/docs/connectors-teams.asciidoc +++ b/docs/reference/connector/docs/connectors-teams.asciidoc @@ -330,7 +330,6 @@ To perform E2E testing for the Teams connector, run the following command: ---- $ make ftest NAME=microsoft_teams ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -338,7 +337,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=microsoft_teams DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-microsoft-teams-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/connectors-zoom.asciidoc b/docs/reference/connector/docs/connectors-zoom.asciidoc index 9310734ab6734..82c3a3384aff0 100644 --- a/docs/reference/connector/docs/connectors-zoom.asciidoc +++ b/docs/reference/connector/docs/connectors-zoom.asciidoc @@ -325,7 +325,6 @@ To perform E2E testing for the Zoom connector, run the following command: ---- $ make ftest NAME=zoom ---- -// NOTCONSOLE For faster tests, add the `DATA_SIZE=small` flag: @@ -333,7 +332,6 @@ For faster tests, add the `DATA_SIZE=small` flag: ---- make ftest NAME=zoom DATA_SIZE=small ---- -// NOTCONSOLE [discrete#es-connectors-zoom-client-connector-known-issues] ===== Known issues diff --git a/docs/reference/connector/docs/dls-connectors-app-search.asciidoc b/docs/reference/connector/docs/dls-connectors-app-search.asciidoc index da60b7df6bda5..1ae92af608f59 100644 --- a/docs/reference/connector/docs/dls-connectors-app-search.asciidoc +++ b/docs/reference/connector/docs/dls-connectors-app-search.asciidoc @@ -135,7 +135,6 @@ GET search-acl-filter-sharepoint/_doc/john@example.co } } ---- -// NOTCONSOLE This document contains the Elasticsearch query that describes which documents the user `john@example.com` has access to. The access control information is stored in the `access_control` field. @@ -174,7 +173,6 @@ In our case, the signed payload looks like this: "api_key_name": "search-key" } ---- -// NOTCONSOLE The payload will be signed with the value of the public search key. There are various tools and libraries to create signed JWT. diff --git a/docs/reference/connector/docs/dls-e2e-guide.asciidoc b/docs/reference/connector/docs/dls-e2e-guide.asciidoc index 17a2fe64ef8db..f00330e9bd65a 100644 --- a/docs/reference/connector/docs/dls-e2e-guide.asciidoc +++ b/docs/reference/connector/docs/dls-e2e-guide.asciidoc @@ -123,7 +123,6 @@ The access control index will contain documents similar to this example: } } ---- -// NOTCONSOLE This document contains the Elasticsearch query that describes which documents the user `john@example.com` has access to. The access control information is stored in the `access_control` field. @@ -208,7 +207,6 @@ The response will look like this: "encoded": "Qk05dy1JZ0JhRDNyNGpLQ3MwUmk6elRzdGU5QjZUY21SSWdkMldnQ1RMZw==" } ---- -// NOTCONSOLE The `api_key` field contains the API key that can be used to query the Search Application with the appropriate DLS restrictions. @@ -243,7 +241,6 @@ GET .search-acl-filter-source1 } } ---- -// NOTCONSOLE [source,js] ---- @@ -266,7 +263,6 @@ GET .search-acl-filter-source2 } } ---- -// NOTCONSOLE `.search-acl-filter-source1` and `.search-acl-filter-source2` define the access control identities for `source1` and `source2`. @@ -375,7 +371,6 @@ createApiKey({ }).then((encodedKey) => console.log(encodedKey)); ---- -// NOTCONSOLE NOTE: The example combines multiple identities into a single role descriptor. This is because an Elasticsearch API key can use role restrictions only if it has a *single role descriptor*. @@ -396,7 +391,6 @@ For example, you might use the https://github.com/elastic/search-application-cli ---- const client = SearchApplicationClient(applicationName, endpoint, apiKey, params); ---- -// NOTCONSOLE Here's what this workflow looks like in a sequence diagram: diff --git a/docs/reference/connector/docs/dls-overview.asciidoc b/docs/reference/connector/docs/dls-overview.asciidoc index 886ad6353ebad..ec78b2610fa2f 100644 --- a/docs/reference/connector/docs/dls-overview.asciidoc +++ b/docs/reference/connector/docs/dls-overview.asciidoc @@ -80,7 +80,6 @@ An example of an access control document is as follows: } } ---- -// NOTCONSOLE In this example, the identity object specifies the identity of the user that this document pertains to. The `query` object then uses a template to list the parameters that form the access control policy for this identity. @@ -110,7 +109,6 @@ In the following example we'll use the field `_allow_access_control` for specify ] } ---- -// NOTCONSOLE [discrete#es-dls-overview-sync-type-comparison] ===== Access control sync vs content sync @@ -161,7 +159,6 @@ One access control document: } } ---- -// NOTCONSOLE Let's see which of the following example documents these permissions can access, and why. [source,js] @@ -175,7 +172,6 @@ Let's see which of the following example documents these permissions can access, ] } ---- -// NOTCONSOLE The user `example username` will have access to this document as he's part of the corresponding group and his username and email address are also explicitly part of `_allow_access_control`. @@ -188,7 +184,6 @@ The user `example username` will have access to this document as he's part of th ] } ---- -// NOTCONSOLE The user `example username` will also have access to this document as they are part of the `example group`. @@ -201,7 +196,6 @@ The user `example username` will also have access to this document as they are p ] } ---- -// NOTCONSOLE The user `example username` won't have access to this document because their email does not match `another.user@example.com`. @@ -212,7 +206,6 @@ The user `example username` won't have access to this document because their ema "_allow_access_control": [] } ---- -// NOTCONSOLE No one will have access to this document as the `_allow_access_control` field is empty. @@ -250,7 +243,6 @@ GET .search-acl-filter-source1 } } ---- -// NOTCONSOLE [source,js] ---- @@ -273,7 +265,6 @@ GET .search-acl-filter-source2 } } ---- -// NOTCONSOLE `.search-acl-filter-source1` and `.search-acl-filter-source2` define the access control identities for `source1` and `source2`. diff --git a/docs/reference/connector/docs/postgresql-connector-client-tutorial.asciidoc b/docs/reference/connector/docs/postgresql-connector-client-tutorial.asciidoc index 3ad7c0aedc146..8b683e18abefd 100644 --- a/docs/reference/connector/docs/postgresql-connector-client-tutorial.asciidoc +++ b/docs/reference/connector/docs/postgresql-connector-client-tutorial.asciidoc @@ -50,7 +50,6 @@ Enable this by running the following command on the PosgreSQL server command lin ---- ALTER SYSTEM SET track_commit_timestamp = on; ---- -// NOTCONSOLE Then restart the PostgreSQL server. ==== @@ -217,7 +216,6 @@ If you navigate to the terminal window where you're running the connector servic [FMWK][23:22:28][INF0] [oRXQwYYBLhXTs-qYpJ9i] Sync done: 3864 indexed, 0 deleted. (27 seconds) ---- -// NOTCONSOLE This confirms the connector has fetched records from your PostgreSQL table(s) and transformed them into documents in your Elasticsearch index. diff --git a/docs/reference/connector/docs/sync-rules.asciidoc b/docs/reference/connector/docs/sync-rules.asciidoc index 9b2a77be7db03..31331abeb2300 100644 --- a/docs/reference/connector/docs/sync-rules.asciidoc +++ b/docs/reference/connector/docs/sync-rules.asciidoc @@ -232,7 +232,6 @@ A sample apartment looks like this in the `.json` format: } } ---- -// NOTCONSOLE The target data set should fulfill the following conditions: @@ -300,7 +299,6 @@ An aggregation pipeline to only select properties located in Portugal or Spain l } ] ---- -// NOTCONSOLE To create these advanced sync rules navigate to the sync rules creation dialog and select the 'Advanced rules' tab. You can now paste your aggregation pipeline into the input field under `aggregate.pipeline`: