View Workplace Search Analytics Dashboard.ndjson
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
{"attributes":{"fields":"[{\"count\":0,\"name\":\"@timestamp\",\"type\":\"date\",\"esTypes\":[\"date\"],\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"count\":0,\"name\":\"SearchMetrics.click.result.content_source\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"count\":0,\"name\":\"SearchMetrics.click.result.document_type\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"count\":0,\"name\":\"SearchMetrics.click.result.id\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"count\":0,\"name\":\"SearchMetrics.click.result.rank\",\"type\":\"number\",\"esTypes\":[\"long\"],\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"count\":0,\"name\":\"SearchMetrics.click.r |
View Monthly Engagement Volume
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
{ | |
"size": 0, | |
"query": { | |
"bool": { | |
"minimum_should_match": 1, | |
"should": [ | |
{ | |
"match": { | |
"event.action": "SearchMetrics.query" | |
} |
View Weekly User Retention
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
{ | |
"size": 0, | |
"query": { | |
"bool": { | |
"minimum_should_match": 1, | |
"should": [ | |
{ "match": { "event.action": "SearchMetrics.query" } } | |
] | |
} | |
}, |
View WorkplaceSearch_Analytics_Transform.json
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
{ | |
"source": { | |
"index": ".ent-search-workplace-search-analytics-ecs-ilm-logs-*" | |
}, | |
"dest": { | |
"index": "workplace-search-analytics_query-stats" | |
}, | |
"pivot": { | |
"group_by": { | |
"query_id": { |
View workplace-search-top_queries_no_clicks
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
{ | |
$schema: https://vega.github.io/schema/vega-lite/v4.json | |
title: Top Queries With No Clicks | |
data: { | |
url: { | |
index: .ent-search-workplace-search-analytics-ecs-ilm-logs-* | |
body: { | |
query: { | |
bool: { |