-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Follow up on #9048 by updating data and utilities Feature branch PRs: #9038 #9006 Signed-off-by: Anan <[email protected]> * fix comment Signed-off-by: Anan <[email protected]> * update path and add utility from suchit commit Signed-off-by: Anan <[email protected]> * update the path to run sample test Signed-off-by: Anan <[email protected]> * fix PR comments Signed-off-by: Anan <[email protected]> * skip tests before enable workspace Signed-off-by: Anan <[email protected]> --------- Signed-off-by: Anan <[email protected]>
- Loading branch information
Showing
42 changed files
with
161,834 additions
and
216 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.