Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "_index": "kibana_sample_data_ecommerce",
- "_type": "_doc",
- "_id": "zcxfnGoBnOMA1a4kLVSr",
- "_version": 1,
- "_score": 2,
- "_source": {
- "category": [
- "Men's Clothing"
- ],
- "currency": "EUR",
- "customer_first_name": "Oliver",
- "customer_full_name": "Oliver Rios",
- "customer_gender": "MALE",
- "customer_id": 7,
- "customer_last_name": "Rios",
- "customer_phone": "",
- "day_of_week": "Monday",
- "day_of_week_i": 0,
- "manufacturer": [
- "Low Tide Media",
- "Elitelligence"
- ],
- "order_date": "2019-05-06T09:27:22+00:00",
- "order_id": 565855,
- "products": [
- {
- "base_price": 20.99,
- "discount_percentage": 0,
- "quantity": 1,
- "manufacturer": "Low Tide Media",
- "tax_amount": 0,
- "product_id": 19919,
- "category": "Men's Clothing",
- "sku": "ZO0417504175",
- "taxless_price": 20.99,
- "unit_discount_amount": 0,
- "min_price": 9.87,
- "_id": "sold_product_565855_19919",
- "discount_amount": 0,
- "created_on": "2016-12-12T09:27:22+00:00",
- "product_name": "Shirt - dark blue white",
- "price": 20.99,
- "taxful_price": 20.99,
- "base_unit_price": 20.99
- },
- {
- "base_price": 24.99,
- "discount_percentage": 0,
- "quantity": 1,
- "manufacturer": "Elitelligence",
- "tax_amount": 0,
- "product_id": 24502,
- "category": "Men's Clothing",
- "sku": "ZO0535205352",
- "taxless_price": 24.99,
- "unit_discount_amount": 0,
- "min_price": 12.49,
- "_id": "sold_product_565855_24502",
- "discount_amount": 0,
- "created_on": "2016-12-12T09:27:22+00:00",
- "product_name": "Slim fit jeans - raw blue",
- "price": 24.99,
- "taxful_price": 24.99,
- "base_unit_price": 24.99
- }
- ],
- "sku": [
- "ZO0417504175",
- "ZO0535205352"
- ],
- "taxful_total_price": 45.98,
- "taxless_total_price": 45.98,
- "total_quantity": 2,
- "total_unique_products": 2,
- "type": "order",
- "user": "oliver",
- "geoip": {
- "country_iso_code": "GB",
- "location": {
- "lon": -0.1,
- "lat": 51.5
- },
- "continent_name": "Europe"
- }
- },
- "fields": {
- "order_date": [
- "2019-05-06T09:27:22.000Z"
- ],
- "products.created_on": [
- "2016-12-12T09:27:22.000Z",
- "2016-12-12T09:27:22.000Z"
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement