The problem persists when saving as a new map and adding back to the dashboard. The inspect elements seem to be pretty identical.
Dashboard
{
"size": 0,
"track_total_hits": false,
"aggs": {
"gridSplit": {
"geotile_grid": {
"bounds": {
"top_left": [
-146.25,
48.9225
],
"bottom_right": [
-45,
21.94305
]
},
"field": "source.geo.location",
"precision": 7,
"size": 65535,
"shard_size": 65535
},
"aggs": {
"gridCentroid": {
"geo_centroid": {
"field": "source.geo.location"
}
}
}
}
},
"fields": [
{
"field": "@timestamp",
"format": "date_time"
},
{
"field": "event.ingested",
"format": "date_time"
},
{
"field": "file.mtime",
"format": "date_time"
}
],
"script_fields": {},
"stored_fields": [
"*"
],
"runtime_mappings": {},
"_source": {
"excludes": []
},
"query": {
"bool": {
"must": [],
"filter": [
{
"bool": {
"must": [
{
"exists": {
"field": "source.geo.location"
}
},
{
"geo_bounding_box": {
"source.geo.location": {
"top_left": [
-146.25,
50.73646
],
"bottom_right": [
-42.1875,
21.94305
]
}
}
}
]
}
},
{
"range": {
"@timestamp": {
"format": "strict_date_optional_time",
"gte": "2022-01-05T07:00:00.000Z",
"lte": "2022-01-06T06:59:59.999Z"
}
}
}
],
"should": [],
"must_not": []
}
}
}
Map
{
"size": 0,
"track_total_hits": false,
"aggs": {
"gridSplit": {
"geotile_grid": {
"bounds": {
"top_left": [
-157.5,
55.77657
],
"bottom_right": [
-33.75,
11.1784
]
},
"field": "source.geo.location",
"precision": 7,
"size": 65535,
"shard_size": 65535
},
"aggs": {
"gridCentroid": {
"geo_centroid": {
"field": "source.geo.location"
}
}
}
}
},
"fields": [
{
"field": "@timestamp",
"format": "date_time"
},
{
"field": "event.ingested",
"format": "date_time"
},
{
"field": "file.mtime",
"format": "date_time"
}
],
"script_fields": {},
"stored_fields": [
"*"
],
"runtime_mappings": {},
"_source": {
"excludes": []
},
"query": {
"bool": {
"must": [],
"filter": [
{
"bool": {
"filter": [
{
"bool": {
"should": [
{
"match_phrase": {
"event.action": "UserLoggedIn"
}
}
],
"minimum_should_match": 1
}
},
{
"bool": {
"must_not": {
"bool": {
"should": [
{
"query_string": {
"fields": [
"user.id"
],
"query": "Sync_*"
}
}
],
"minimum_should_match": 1
}
}
}
}
]
}
},
{
"match_phrase": {
"event.action": "UserLoggedIn"
}
},
{
"bool": {
"must": [
{
"exists": {
"field": "source.geo.location"
}
},
{
"geo_bounding_box": {
"source.geo.location": {
"top_left": [
-157.5,
55.77657
],
"bottom_right": [
-30.9375,
8.40717
]
}
}
}
]
}
},
{
"range": {
"@timestamp": {
"format": "strict_date_optional_time",
"gte": "2022-01-05T07:00:00.000Z",
"lte": "2022-01-06T06:59:59.999Z"
}
}
}
],
"should": [],
"must_not": []
}
}
}