Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix_flaky_analyser_test
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Oct 25, 2024
2 parents a9288ad + f1de84b commit 9d4f736
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/reference/connector/docs/connectors-servicenow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Comma-separated list of services to fetch data from ServiceNow. If the value is
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/incident-management/concept/c_IncidentManagement.html[Incident]
- link:https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/use/service-catalog-requests/task/t_AddNewRequestItems.html[Requested Item]
- link:https://docs.servicenow.com/bundle/tokyo-customer-service-management/page/product/customer-service-management/task/t_SearchTheKnowledgeBase.html[Knowledge]
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/change-management/task/t_CreateAChange.html[Change Request]
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/change-management/task/t_CreateAChange.html[Change request]
+
[NOTE]
====
If you have configured a custom service, the `*` value will not fetch data from the basic services above by default. In this case you'll need to mention these service names explicitly.
====
Default value is `*`. Examples:
+
- `User, Incident, Requested Item, Knowledge, Change Request`
- `User, Incident, Requested Item, Knowledge, Change request`
- `*`
Enable document level security::
Expand Down Expand Up @@ -139,7 +139,7 @@ For default services, connectors use the following roles to find users who have
| Knowledge | `admin`, `knowledge`, `knowledge_manager`, `knowledge_admin`
| Change Request | `admin`, `sn_change_read`, `itil`
| Change request | `admin`, `sn_change_read`, `itil`
|===
For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.
Expand Down Expand Up @@ -305,15 +305,15 @@ Comma-separated list of services to fetch data from ServiceNow. If the value is
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/incident-management/concept/c_IncidentManagement.html[Incident]
- link:https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/use/service-catalog-requests/task/t_AddNewRequestItems.html[Requested Item]
- link:https://docs.servicenow.com/bundle/tokyo-customer-service-management/page/product/customer-service-management/task/t_SearchTheKnowledgeBase.html[Knowledge]
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/change-management/task/t_CreateAChange.html[Change Request]
- link:https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/change-management/task/t_CreateAChange.html[Change request]
+
[NOTE]
====
If you have configured a custom service, the `*` value will not fetch data from the basic services above by default. In this case you'll need to mention these service names explicitly.
====
Default value is `*`. Examples:
+
- `User, Incident, Requested Item, Knowledge, Change Request`
- `User, Incident, Requested Item, Knowledge, Change request`
- `*`
`retry_count`::
Expand Down Expand Up @@ -374,7 +374,7 @@ For default services, connectors use the following roles to find users who have
| Knowledge | `admin`, `knowledge`, `knowledge_manager`, `knowledge_admin`
| Change Request | `admin`, `sn_change_read`, `itil`
| Change request | `admin`, `sn_change_read`, `itil`
|===
For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To create a new search application in {kib}:
. Name your search application.
. Select *Create*.

Your search application should now be available in the list of search applications.
Your search application should now be available in the list.

//[.screenshot]
// image::../../images/search-applications/search-applications-create.png[Create search application screen]
Expand Down
3 changes: 3 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ tests:
- class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
method: testOldRepoAccess
issue: https://github.com/elastic/elasticsearch/issues/115631
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
method: testMvAppendValidation
issue: https://github.com/elastic/elasticsearch/issues/115636

# Examples:
#
Expand Down

0 comments on commit 9d4f736

Please sign in to comment.