forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'alerts/convert-to-tm-intervals' of github.com:gmmorris/…
…kibana into alerts/convert-to-tm-intervals * 'alerts/convert-to-tm-intervals' of github.com:gmmorris/kibana: (88 commits) fixed jest APM Experiments settings (elastic#81554) [Resolver] Enable resolver test plugin tests (elastic#81339) Add TS project references for inspector (elastic#81792) Add uri decode to es_ui_shared and fix navigation issues with special characters (elastic#80835) [Fleet] Rename ingestManager translations fleet (elastic#81837) [Logs UI] Transmit and render array field values in log entries (elastic#81385) Audit Logging: use the original url (elastic#81282) [User experience] Fix JS error rate (elastic#81512) [UX] Add median/percentile info in titles (elastic#79824) Support export for SO with circular refs (elastic#81582) Get rid of global types (elastic#81739) [APM] Fix precommit script (elastic#81594) skips overview tests (elastic#81877) [Security Solution][Case] Fix connector's labeling (elastic#81824) Added simple test, which only covers successful case when edit happened right after task was complete previous execution [Maps] Fix EMS test (elastic#81856) [Security Solutions][Detections] - Fix bug, last response not showing for disabled rules (elastic#81783) skip flaky suite (elastic#81853) Fixed type checks and unit tests ...
- Loading branch information
Showing
1,144 changed files
with
23,965 additions
and
11,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
--- | ||
name: Bug report for Security Solution | ||
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them! | ||
title: '[Security Solution]' | ||
labels: 'Team: SecuritySolution' | ||
--- | ||
|
||
**Describe the bug:** | ||
|
||
**Kibana/Elasticsearch Stack version:** | ||
|
||
**Server OS version:** | ||
|
||
**Browser and Browser OS versions:** | ||
|
||
**Elastic Endpoint version:** | ||
|
||
**Original install method (e.g. download page, yum, from source, etc.):** | ||
|
||
**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):** | ||
|
||
**Steps to reproduce:** | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**Current behavior:** | ||
|
||
**Expected behavior:** | ||
|
||
**Screenshots (if relevant):** | ||
|
||
**Errors in browser console (if relevant):** | ||
|
||
**Provide logs and/or server output (if relevant):** | ||
|
||
**Any additional context (logs, chat logs, magical formulas, etc.):** | ||
--- | ||
name: Bug report for Security Solution | ||
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them! | ||
title: '[Security Solution]' | ||
labels: 'bug, Team: SecuritySolution' | ||
--- | ||
|
||
**Describe the bug:** | ||
|
||
**Kibana/Elasticsearch Stack version:** | ||
|
||
**Server OS version:** | ||
|
||
**Browser and Browser OS versions:** | ||
|
||
**Elastic Endpoint version:** | ||
|
||
**Original install method (e.g. download page, yum, from source, etc.):** | ||
|
||
**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):** | ||
|
||
**Steps to reproduce:** | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**Current behavior:** | ||
|
||
**Expected behavior:** | ||
|
||
**Screenshots (if relevant):** | ||
|
||
**Errors in browser console (if relevant):** | ||
|
||
**Provide logs and/or server output (if relevant):** | ||
|
||
**Any additional context (logs, chat logs, magical formulas, etc.):** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ns-expressions-public.execution.params.md → ...expressions-public.execution.execution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Execution](./kibana-plugin-plugins-expressions-public.execution.md) > [params](./kibana-plugin-plugins-expressions-public.execution.params.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Execution](./kibana-plugin-plugins-expressions-public.execution.md) > [execution](./kibana-plugin-plugins-expressions-public.execution.execution.md) | ||
|
||
## Execution.params property | ||
## Execution.execution property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
readonly params: ExecutionParams<ExtraContext>; | ||
readonly execution: ExecutionParams; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ublic.executioncontext.getinitialinput.md → ...blic.executioncontext.getsearchcontext.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionContext](./kibana-plugin-plugins-expressions-public.executioncontext.md) > [getInitialInput](./kibana-plugin-plugins-expressions-public.executioncontext.getinitialinput.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionContext](./kibana-plugin-plugins-expressions-public.executioncontext.md) > [getSearchContext](./kibana-plugin-plugins-expressions-public.executioncontext.getsearchcontext.md) | ||
|
||
## ExecutionContext.getInitialInput property | ||
## ExecutionContext.getSearchContext property | ||
|
||
Get initial input with which execution started. | ||
Get search context of the expression. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getInitialInput: () => Input; | ||
getSearchContext: () => ExecutionContextSearch; | ||
``` |
6 changes: 3 additions & 3 deletions
6
...essions-public.executioncontext.search.md → ...ic.executioncontext.getsearchsessionid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionContext](./kibana-plugin-plugins-expressions-public.executioncontext.md) > [search](./kibana-plugin-plugins-expressions-public.executioncontext.search.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionContext](./kibana-plugin-plugins-expressions-public.executioncontext.md) > [getSearchSessionId](./kibana-plugin-plugins-expressions-public.executioncontext.getsearchsessionid.md) | ||
|
||
## ExecutionContext.search property | ||
## ExecutionContext.getSearchSessionId property | ||
|
||
Search context in which expression should operate. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
search?: ExecutionContextSearch; | ||
getSearchSessionId: () => string | undefined; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...ssions/public/kibana-plugin-plugins-expressions-public.executionparams.debug.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...essions-public.executionparams.context.md → ...ressions-public.executionparams.params.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionParams](./kibana-plugin-plugins-expressions-public.executionparams.md) > [context](./kibana-plugin-plugins-expressions-public.executionparams.context.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExecutionParams](./kibana-plugin-plugins-expressions-public.executionparams.md) > [params](./kibana-plugin-plugins-expressions-public.executionparams.params.md) | ||
|
||
## ExecutionParams.context property | ||
## ExecutionParams.params property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
context?: ExtraContext; | ||
params: ExpressionExecutionParams; | ||
``` |
Oops, something went wrong.