forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up on opensearch-project#9048 by updating data and utilities
Feature branch PRs: opensearch-project#9038 opensearch-project#9006 Signed-off-by: Anan <[email protected]>
- Loading branch information
Showing
40 changed files
with
161,816 additions
and
211 deletions.
There are no files selected for viewing
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
Binary file added
BIN
+12.5 MB
cypress/fixtures/query_enhancements/data-logs-1/data_logs_large_time_1.data.ndjson.gz
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
cypress/fixtures/query_enhancements/data-logs-1/data_logs_large_time_1.mapping.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"mappings": { | ||
"properties": { | ||
"category": { | ||
"type": "keyword" | ||
}, | ||
"status_code": { | ||
"type": "integer" | ||
}, | ||
"response_time": { | ||
"type": "float" | ||
}, | ||
"bytes_transferred": { | ||
"type": "long" | ||
}, | ||
"event_sequence_number": { | ||
"type": "long" | ||
}, | ||
"request_url": { | ||
"type": "keyword" | ||
}, | ||
"service_endpoint": { | ||
"type": "keyword" | ||
}, | ||
"personal": { | ||
"type": "nested", | ||
"properties": { | ||
"user_id": { | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"type": "keyword" | ||
}, | ||
"age": { | ||
"type": "integer" | ||
}, | ||
"email": { | ||
"type": "keyword" | ||
}, | ||
"address": { | ||
"type": "nested", | ||
"properties": { | ||
"street": { | ||
"type": "keyword" | ||
}, | ||
"city": { | ||
"type": "keyword" | ||
}, | ||
"country": { | ||
"type": "keyword" | ||
}, | ||
"coordinates": { | ||
"type": "nested", | ||
"properties": { | ||
"lat": { | ||
"type": "float" | ||
}, | ||
"lon": { | ||
"type": "float" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"birthdate": { | ||
"type": "date" | ||
} | ||
} | ||
}, | ||
"timestamp": { | ||
"type": "date" | ||
}, | ||
"event_time": { | ||
"type": "date" | ||
} | ||
} | ||
} | ||
} |
Binary file added
BIN
+12.5 MB
cypress/fixtures/query_enhancements/data-logs-1/data_logs_large_time_2.data.ndjson.gz
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
cypress/fixtures/query_enhancements/data-logs-1/data_logs_large_time_2.mapping.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"mappings": { | ||
"properties": { | ||
"category": { | ||
"type": "keyword" | ||
}, | ||
"status_code": { | ||
"type": "integer" | ||
}, | ||
"response_time": { | ||
"type": "float" | ||
}, | ||
"bytes_transferred": { | ||
"type": "long" | ||
}, | ||
"event_sequence_number": { | ||
"type": "long" | ||
}, | ||
"request_url": { | ||
"type": "keyword" | ||
}, | ||
"service_endpoint": { | ||
"type": "keyword" | ||
}, | ||
"personal": { | ||
"type": "nested", | ||
"properties": { | ||
"user_id": { | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"type": "keyword" | ||
}, | ||
"age": { | ||
"type": "integer" | ||
}, | ||
"email": { | ||
"type": "keyword" | ||
}, | ||
"address": { | ||
"type": "nested", | ||
"properties": { | ||
"street": { | ||
"type": "keyword" | ||
}, | ||
"city": { | ||
"type": "keyword" | ||
}, | ||
"country": { | ||
"type": "keyword" | ||
}, | ||
"coordinates": { | ||
"type": "nested", | ||
"properties": { | ||
"lat": { | ||
"type": "float" | ||
}, | ||
"lon": { | ||
"type": "float" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"birthdate": { | ||
"type": "date" | ||
} | ||
} | ||
}, | ||
"timestamp": { | ||
"type": "date" | ||
}, | ||
"event_time": { | ||
"type": "date" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.