Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
163c0db
[Streams] Significant events view
dgieselaar May 6, 2025
8060794
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 8, 2025
55120bb
Fix type issues
dgieselaar Jun 8, 2025
6315313
Expose feature flag to browser
dgieselaar Jun 9, 2025
44f2884
Refactor
dgieselaar Jun 9, 2025
bca6a43
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 9, 2025
e66087a
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Jun 9, 2025
c9aeaef
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Jun 9, 2025
67faed6
Review feedback
dgieselaar Jun 10, 2025
4ac8127
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 10, 2025
63936ad
Merge branch 'significant-events-ui-crud' of github.com:dgieselaar/ki…
dgieselaar Jun 10, 2025
b7b5f6f
Merge branch 'significant-events-ui-crud' of github.com:dgieselaar/ki…
dgieselaar Jun 10, 2025
3d5d469
Merge branch 'main' into significant-events-ui-crud
elasticmachine Jun 12, 2025
d18ba80
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 12, 2025
2f7bb40
Remove threat_intelligence storybook alias again
dgieselaar Jun 12, 2025
9a3de44
Remove empty file
dgieselaar Jun 12, 2025
4e439b8
Add exposed sig events config key
dgieselaar Jun 13, 2025
d7cae89
Merge branch 'main' into significant-events-ui-crud
elasticmachine Jun 15, 2025
37b0b80
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 24, 2025
ac4180e
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 24, 2025
068a610
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 26, 2025
3b56313
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jun 30, 2025
0653248
Use advanced setting for sig events
dgieselaar Jun 30, 2025
5c1b076
[CI] Auto-commit changed files from 'node scripts/styled_components_m…
kibanamachine Jun 30, 2025
2120c5e
Move sig events tab to management view
dgieselaar Jun 30, 2025
17fd864
Merge branch 'significant-events-ui-crud' of github.com:dgieselaar/ki…
dgieselaar Jun 30, 2025
fc7fbea
Allowlist significantEvents tab in classic
dgieselaar Jul 1, 2025
7039258
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jul 3, 2025
75de44c
Fix formatting
dgieselaar Jul 3, 2025
f0485ae
Fix query input not displayed on first render
kdelemme Jul 3, 2025
bb02780
Merge branch 'main' of github.com:elastic/kibana into significant-eve…
dgieselaar Jul 7, 2025
64cb201
Make sure page doesn't crash while license etc is loading
dgieselaar Jul 7, 2025
3ba7d81
Merge branch 'significant-events-ui-crud' of github.com:dgieselaar/ki…
dgieselaar Jul 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 92 additions & 9 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -49881,7 +49881,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -51993,7 +51992,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -53820,7 +53818,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -55679,7 +55676,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -57508,7 +57504,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -62170,7 +62165,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -62339,7 +62333,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -62388,7 +62381,6 @@
"name": "from",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand All @@ -62397,7 +62389,6 @@
"name": "to",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand Down Expand Up @@ -62441,6 +62432,98 @@
],
"x-state": "Technical Preview"
}
},
"/api/streams/{name}/significant_events/_preview": {
"post": {
"description": "Preview significant event results based on a given query<br/><br/>[Required authorization] Route required privileges: read_stream.",
"operationId": "post-streams-name-significant-events-preview",
"parameters": [
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
"name": "kbn-xsrf",
"required": true,
"schema": {
"example": "true",
"type": "string"
}
},
{
"in": "path",
"name": "name",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "from",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "to",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "bucketSize",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
"query": {
"additionalProperties": false,
"properties": {
"kql": {
"additionalProperties": false,
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}
},
"required": [
"kql"
],
"type": "object"
}
},
"required": [
"query"
],
"type": "object"
}
}
}
},
"responses": {},
"summary": "Preview significant events",
"tags": [
"streams"
],
"x-state": "Technical Preview"
}
}
},
"security": [
Expand Down
101 changes: 92 additions & 9 deletions oas_docs/bundle.serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -49472,7 +49472,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -51584,7 +51583,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -53411,7 +53409,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -55270,7 +55267,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -57099,7 +57095,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -61761,7 +61756,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -61930,7 +61924,6 @@
"additionalProperties": false,
"properties": {
"query": {
"minLength": 1,
"type": "string"
}
},
Expand Down Expand Up @@ -61979,7 +61972,6 @@
"name": "from",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand All @@ -61988,7 +61980,6 @@
"name": "to",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand Down Expand Up @@ -62032,6 +62023,98 @@
],
"x-state": "Technical Preview"
}
},
"/api/streams/{name}/significant_events/_preview": {
"post": {
"description": "Preview significant event results based on a given query<br/><br/>[Required authorization] Route required privileges: read_stream.",
"operationId": "post-streams-name-significant-events-preview",
"parameters": [
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
"name": "kbn-xsrf",
"required": true,
"schema": {
"example": "true",
"type": "string"
}
},
{
"in": "path",
"name": "name",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "from",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "to",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "bucketSize",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
"query": {
"additionalProperties": false,
"properties": {
"kql": {
"additionalProperties": false,
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}
},
"required": [
"kql"
],
"type": "object"
}
},
"required": [
"query"
],
"type": "object"
}
}
}
},
"responses": {},
"summary": "Preview significant events",
"tags": [
"streams"
],
"x-state": "Technical Preview"
}
}
},
"security": [
Expand Down
2 changes: 2 additions & 0 deletions src/dev/storybook/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export const storybookAliases = {
// security_solution_packages: 'x-pack/solutions/security/packages/storybook/config',
serverless: 'src/platform/packages/shared/serverless/storybook/config',
shared_ux: 'src/platform/packages/private/shared-ux/storybook/config',
streams_app: 'x-pack/platform/plugins/shared/streams_app/.storybook',
threat_intelligence: 'x-pack/solutions/security/plugins/threat_intelligence/.storybook',
triggers_actions_ui: 'x-pack/platform/plugins/shared/triggers_actions_ui/.storybook',
ui_actions_enhanced: 'src/platform/plugins/shared/ui_actions_enhanced/.storybook',
unified_search: 'src/platform/plugins/shared/unified_search/.storybook',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { REPO_ROOT } from './constants';
import { default as WebpackConfig } from '../webpack.config';

const MOCKS_DIRECTORY = '__storybook_mocks__';
const EXTENSIONS = ['.ts', '.js'];
const EXTENSIONS = ['.ts', '.js', '.tsx'];

/*
* false is a valid option for typescript.reactDocgen,
Expand Down
Loading