mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix alerts tables
This commit is contained in:
parent
1bda45874a
commit
3bf86fa973
1 changed files with 5 additions and 2 deletions
|
@ -90,8 +90,8 @@ const EntityAnalyticsPageNewComponent = () => {
|
|||
configId={`securitySolution-riskScores`}
|
||||
globalQuery={query}
|
||||
loadingEventIds={[]}
|
||||
globalFilters={filters}
|
||||
inputFilters={[
|
||||
globalFilters={[...filters]}
|
||||
defaultFilters={[
|
||||
{
|
||||
meta: {
|
||||
alias: null,
|
||||
|
@ -105,6 +105,9 @@ const EntityAnalyticsPageNewComponent = () => {
|
|||
},
|
||||
},
|
||||
]}
|
||||
// inputFilters={[
|
||||
|
||||
// ]}
|
||||
tableId={row.identifierValue}
|
||||
from={range.from}
|
||||
to={range.to}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue