mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Enterprise Search] [Behavioral Analytics] fix incorrect field name (#157247)
With the url ingest processor changes, the aggregation field changed to original subfield. This changes corrects the field name
This commit is contained in:
parent
70b4bb9678
commit
ed3941d45e
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ const tablesParams: {
|
|||
requestParams: (
|
||||
dataView,
|
||||
{ timeRange, sorting, pageIndex, pageSize, search },
|
||||
aggregationFieldName = 'page.referrer'
|
||||
aggregationFieldName = 'page.referrer.original'
|
||||
) =>
|
||||
getBaseSearchTemplate(
|
||||
dataView,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue