Guest User

Untitled

a guest
Nov 21st, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. curl -XPOST "http://localhost:9200/.kibana/index-pattern" -H 'Content- Type: application/json' -d'
  2. {
  3. "title" : "index_name",
  4. "timeFieldName" : "execution_time"
  5. }'
  6.  
  7. {
  8. "error": {
  9. "root_cause": [
  10. {
  11. "type": "illegal_argument_exception",
  12. "reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [index-pattern, doc]"
  13. }
  14. ],
  15. "type": "illegal_argument_exception",
  16. "reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [index-pattern, doc]"
  17. },
  18. "status": 400
  19. }
Add Comment
Please, Sign In to add comment