[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:
Joseph McElroy 2023-05-10 12:02:21 +01:00 committed by GitHub
parent 70b4bb9678
commit ed3941d45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ const tablesParams: {
requestParams: (
dataView,
{ timeRange, sorting, pageIndex, pageSize, search },
aggregationFieldName = 'page.referrer'
aggregationFieldName = 'page.referrer.original'
) =>
getBaseSearchTemplate(
dataView,