Advertisement
Guest User

Untitled

a guest
May 9th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.53 KB | None | 0 0
  1. {
  2.   "_index": "kibana_sample_data_ecommerce",
  3.   "_type": "_doc",
  4.   "_id": "zcxfnGoBnOMA1a4kLVSr",
  5.   "_version": 1,
  6.   "_score": 2,
  7.   "_source": {
  8.     "category": [
  9.       "Men's Clothing"
  10.     ],
  11.     "currency": "EUR",
  12.     "customer_first_name": "Oliver",
  13.     "customer_full_name": "Oliver Rios",
  14.     "customer_gender": "MALE",
  15.     "customer_id": 7,
  16.     "customer_last_name": "Rios",
  17.     "customer_phone": "",
  18.     "day_of_week": "Monday",
  19.     "day_of_week_i": 0,
  20.     "email": "[email protected]",
  21.     "manufacturer": [
  22.       "Low Tide Media",
  23.       "Elitelligence"
  24.     ],
  25.     "order_date": "2019-05-06T09:27:22+00:00",
  26.     "order_id": 565855,
  27.     "products": [
  28.       {
  29.         "base_price": 20.99,
  30.         "discount_percentage": 0,
  31.         "quantity": 1,
  32.         "manufacturer": "Low Tide Media",
  33.         "tax_amount": 0,
  34.         "product_id": 19919,
  35.         "category": "Men's Clothing",
  36.         "sku": "ZO0417504175",
  37.         "taxless_price": 20.99,
  38.         "unit_discount_amount": 0,
  39.         "min_price": 9.87,
  40.         "_id": "sold_product_565855_19919",
  41.         "discount_amount": 0,
  42.         "created_on": "2016-12-12T09:27:22+00:00",
  43.         "product_name": "Shirt - dark blue white",
  44.         "price": 20.99,
  45.         "taxful_price": 20.99,
  46.         "base_unit_price": 20.99
  47.       },
  48.       {
  49.         "base_price": 24.99,
  50.         "discount_percentage": 0,
  51.         "quantity": 1,
  52.         "manufacturer": "Elitelligence",
  53.         "tax_amount": 0,
  54.         "product_id": 24502,
  55.         "category": "Men's Clothing",
  56.         "sku": "ZO0535205352",
  57.         "taxless_price": 24.99,
  58.         "unit_discount_amount": 0,
  59.         "min_price": 12.49,
  60.         "_id": "sold_product_565855_24502",
  61.         "discount_amount": 0,
  62.         "created_on": "2016-12-12T09:27:22+00:00",
  63.         "product_name": "Slim fit jeans - raw blue",
  64.         "price": 24.99,
  65.         "taxful_price": 24.99,
  66.         "base_unit_price": 24.99
  67.       }
  68.     ],
  69.     "sku": [
  70.       "ZO0417504175",
  71.       "ZO0535205352"
  72.     ],
  73.     "taxful_total_price": 45.98,
  74.     "taxless_total_price": 45.98,
  75.     "total_quantity": 2,
  76.     "total_unique_products": 2,
  77.     "type": "order",
  78.     "user": "oliver",
  79.     "geoip": {
  80.       "country_iso_code": "GB",
  81.       "location": {
  82.         "lon": -0.1,
  83.         "lat": 51.5
  84.       },
  85.       "continent_name": "Europe"
  86.     }
  87.   },
  88.   "fields": {
  89.     "order_date": [
  90.       "2019-05-06T09:27:22.000Z"
  91.     ],
  92.     "products.created_on": [
  93.       "2016-12-12T09:27:22.000Z",
  94.       "2016-12-12T09:27:22.000Z"
  95.     ]
  96.   }
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement