Skip to content

Commit 37eda8d

Browse files
Merge branch 'master' into locator-docs
2 parents e45e289 + 45dfaac commit 37eda8d

1,706 files changed

Lines changed: 40873 additions & 22710 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NOTICE.txt

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,17 @@ SOFTWARE.
149149

150150
---
151151
Detection Rules
152-
Copyright 2020 Elasticsearch B.V.
152+
Copyright 2021 Elasticsearch B.V.
153153

154154
---
155155
This product bundles rules based on https://github.com/BlueTeamLabs/sentinel-attack
156-
which is available under a "MIT" license. The files based on this license are:
156+
which is available under a "MIT" license. The rules based on this license are:
157157

158-
- defense_evasion_via_filter_manager
159-
- discovery_process_discovery_via_tasklist_command
160-
- persistence_priv_escalation_via_accessibility_features
161-
- persistence_via_application_shimming
162-
- defense_evasion_execution_via_trusted_developer_utilities
158+
- "Potential Evasion via Filter Manager" (06dceabf-adca-48af-ac79-ffdf4c3b1e9a)
159+
- "Process Discovery via Tasklist" (cc16f774-59f9-462d-8b98-d27ccd4519ec)
160+
- "Potential Modification of Accessibility Binaries" (7405ddf1-6c8e-41ce-818f-48bea6bcaed8)
161+
- "Potential Application Shimming via Sdbinst" (fd4a992d-6130-4802-9ff8-829b89ae801f)
162+
- "Trusted Developer Application Usage" (9d110cb3-5f4b-4c9a-b9f5-53f0a1707ae1)
163163

164164
MIT License
165165

@@ -185,9 +185,9 @@ SOFTWARE.
185185

186186
---
187187
This product bundles rules based on https://github.com/FSecureLABS/leonidas
188-
which is available under a "MIT" license. The files based on this license are:
188+
which is available under a "MIT" license. The rules based on this license are:
189189

190-
- credential_access_secretsmanager_getsecretvalue.toml
190+
- "AWS Access Secret in Secrets Manager" (a00681e3-9ed6-447c-ab2c-be648821c622)
191191

192192
MIT License
193193

@@ -235,6 +235,10 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
235235
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
236236
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
237237

238+
---
239+
Portions of this code are licensed under the following license:
240+
For license information please see https://edge.fullstory.com/s/fs.js.LICENSE.txt
241+
238242
---
239243
This product bundles bootstrap@3.3.6 which is available under a
240244
"MIT" license.

docs/developer/getting-started/monorepo-packages.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ yarn kbn watch-bazel
7070
- @kbn/apm-utils
7171
- @kbn/babel-code-parser
7272
- @kbn/babel-preset
73+
- @kbn/cli-dev-mode
7374
- @kbn/config
7475
- @kbn/config-schema
7576
- @kbn/crypto
@@ -86,6 +87,8 @@ yarn kbn watch-bazel
8687
- @kbn/logging
8788
- @kbn/mapbox-gl
8889
- @kbn/monaco
90+
- @kbn/optimizer
91+
- @kbn/plugin-helpers
8992
- @kbn/rule-data-utils
9093
- @kbn/securitysolution-es-utils
9194
- @kbn/securitysolution-hook-utils

docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ readonly links: {
106106
};
107107
readonly search: {
108108
readonly sessions: string;
109+
readonly sessionLimits: string;
109110
};
110111
readonly indexPatterns: {
111112
readonly introduction: string;

docs/development/core/public/kibana-plugin-core-public.doclinksstart.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-server](./kibana-plugin-core-server.md) &gt; [CspConfig](./kibana-plugin-core-server.cspconfig.md) &gt; ["\#private"](./kibana-plugin-core-server.cspconfig.__private_.md)
4+
5+
## CspConfig."\#private" property
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
#private;
11+
```

docs/development/core/server/kibana-plugin-core-server.cspconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The constructor for this class is marked as internal. Third-party code should no
2020
2121
| Property | Modifiers | Type | Description |
2222
| --- | --- | --- | --- |
23+
| ["\#private"](./kibana-plugin-core-server.cspconfig.__private_.md) | | <code></code> | |
2324
| [DEFAULT](./kibana-plugin-core-server.cspconfig.default.md) | <code>static</code> | <code>CspConfig</code> | |
2425
| [disableEmbedding](./kibana-plugin-core-server.cspconfig.disableembedding.md) | | <code>boolean</code> | |
2526
| [header](./kibana-plugin-core-server.cspconfig.header.md) | | <code>string</code> | |

docs/development/core/server/kibana-plugin-core-server.statusservicesetup.set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ set(status$: Observable<ServiceStatus>): void;
2424

2525
## Remarks
2626

27+
The first emission from this Observable should occur within 30s, else this plugin's status will fallback to `unavailable` until the first emission.
28+
2729
See the [StatusServiceSetup.derivedStatus$](./kibana-plugin-core-server.statusservicesetup.derivedstatus_.md) API for leveraging the default status calculation that is provided by Core.
2830

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esfilters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ esFilters: {
1313
FILTERS: typeof FILTERS;
1414
FilterStateStore: typeof FilterStateStore;
1515
buildEmptyFilter: (isPinned: boolean, index?: string | undefined) => import("../common").Filter;
16-
buildPhrasesFilter: (field: import("../common").IFieldType, params: any[], indexPattern: import("../common").IIndexPattern) => import("../common").PhrasesFilter;
17-
buildExistsFilter: (field: import("../common").IFieldType, indexPattern: import("../common").IIndexPattern) => import("../common").ExistsFilter;
18-
buildPhraseFilter: (field: import("../common").IFieldType, value: any, indexPattern: import("../common").IIndexPattern) => import("../common").PhraseFilter;
16+
buildPhrasesFilter: (field: import("../common").IFieldType, params: any[], indexPattern: import("../common").MinimalIndexPattern) => import("../common").PhrasesFilter;
17+
buildExistsFilter: (field: import("../common").IFieldType, indexPattern: import("../common").MinimalIndexPattern) => import("../common").ExistsFilter;
18+
buildPhraseFilter: (field: import("../common").IFieldType, value: any, indexPattern: import("../common").MinimalIndexPattern) => import("../common").PhraseFilter;
1919
buildQueryFilter: (query: any, index: string, alias: string) => import("../common").QueryStringFilter;
20-
buildRangeFilter: (field: import("../common").IFieldType, params: import("../common").RangeFilterParams, indexPattern: import("../common").IIndexPattern, formattedValue?: string | undefined) => import("../common").RangeFilter;
20+
buildRangeFilter: (field: import("../common").IFieldType, params: import("../common").RangeFilterParams, indexPattern: import("../common").MinimalIndexPattern, formattedValue?: string | undefined) => import("../common").RangeFilter;
2121
isPhraseFilter: (filter: any) => filter is import("../common").PhraseFilter;
2222
isExistsFilter: (filter: any) => filter is import("../common").ExistsFilter;
2323
isPhrasesFilter: (filter: any) => filter is import("../common").PhrasesFilter;

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.eskuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
esKuery: {
1111
nodeTypes: import("../common/es_query/kuery/node_types").NodeTypes;
1212
fromKueryExpression: (expression: any, parseOptions?: Partial<import("../common").KueryParseOptions>) => import("../common").KueryNode;
13-
toElasticsearchQuery: (node: import("../common").KueryNode, indexPattern?: import("../common").IIndexPattern | undefined, config?: Record<string, any> | undefined, context?: Record<string, any> | undefined) => import("@kbn/common-utils").JsonObject;
13+
toElasticsearchQuery: (node: import("../common").KueryNode, indexPattern?: import("../common").MinimalIndexPattern | undefined, config?: Record<string, any> | undefined, context?: Record<string, any> | undefined) => import("@kbn/common-utils").JsonObject;
1414
}
1515
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
esQuery: {
1111
buildEsQuery: typeof buildEsQuery;
1212
getEsQueryConfig: typeof getEsQueryConfig;
13-
buildQueryFromFilters: (filters: import("../common").Filter[] | undefined, indexPattern: import("../common").IIndexPattern | undefined, ignoreFilterIfFieldNotInIndex?: boolean) => {
13+
buildQueryFromFilters: (filters: import("../common").Filter[] | undefined, indexPattern: import("../common").MinimalIndexPattern | undefined, ignoreFilterIfFieldNotInIndex?: boolean) => {
1414
must: never[];
1515
filter: import("../common").Filter[];
1616
should: never[];

0 commit comments

Comments
 (0)