Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TAC
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UIST
TAC
Commits
d4fe8192
Commit
d4fe8192
authored
5 years ago
by
Pavel Taskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agilia dataset and mappings
parent
ac4822ad
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2137 additions
and
0 deletions
+2137
-0
agilia-demo-bulk.json
ELKstack/agilia-demo-bulk.json
+2000
-0
agilia-demo-mappings.txt
ELKstack/agilia-demo-mappings.txt
+137
-0
No files found.
ELKstack/agilia-demo-bulk.json
0 → 100644
View file @
d4fe8192
This diff is collapsed.
Click to expand it.
ELKstack/agilia-demo-mappings.txt
0 → 100644
View file @
d4fe8192
PUT travel-demo
{
"mappings": {
"properties": {
"suggestedEndPlaces": {
"type": "object",
"properties": {
"destination": {
"type": "geo_point"
},
"reward": {
"type": "integer"
},
"suggestedBy": {
"type": "keyword"
}
}
},
"id": {
"type": "keyword"
},
"carLicensePlate": {
"type": "text"
},
"users": {
"type": "object",
"properties": {
"userid": {
"type": "keyword"
},
"passengers": {
"type": "integer"
}
}
},
"startPlace": {
"type": "geo_point"
},
"endPlace": {
"type": "geo_point"
},
"startDate": {
"type": "date",
"format": "yyyy-MM-dd"
},
"endDate": {
"type": "date",
"format": "yyyy-MM-dd"
},
"rentForTime": {
"type": "boolean"
},
"seats": {
"type": "integer"
},
"totalPrice": {
"type": "double"
},
"observations": {
"type": "text"
},
"finishedBy": {
"type": "object",
"properties": {
"user": {
"type": "keyword"
},
"moment": {
"type": "date",
"format": "yyyy-MM-dd"
},
"destination": {
"type": "geo_point"
}
}
},
"kmTraveled": {
"type": "double"
},
"priceBalance": {
"type": "double"
},
"depositeBalance": {
"type": "double"
},
"rewardBalance": {
"type": "double"
},
"score": {
"type": "object",
"properties": {
"user": {
"type": "keyword"
},
"value": {
"type": "integer"
}
}
},
"canceled": {
"type": "boolean"
},
"startedBy": {
"type": "object",
"properties": {
"user": {
"type": "keyword"
},
"moment": {
"type": "date",
"format": "yyyy-MM-dd"
},
"destination": {
"type": "geo_point"
}
}
},
"checkedBy": {
"type": "object",
"properties": {
"user": {
"type": "keyword"
},
"moment": {
"type": "date",
"format": "yyyy-MM-dd"
},
"destination": {
"type": "geo_point"
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment