Advertisement
yeryomenkom

Untitled

May 18th, 2021
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. #! [types removal] Types are deprecated in [ids] queries.
  2. #! this request accesses system indices: [.apm-agent-configuration, .apm-custom-link, .async-search, .kibana_7.12.0_001, .kibana_task_manager_7.12.0_001, .security-7, .tasks], but in a future major version, direct access to system indices will be prevented by default
  3. {
  4. "took" : 631,
  5. "timed_out" : false,
  6. "_shards" : {
  7. "total" : 155,
  8. "successful" : 155,
  9. "skipped" : 0,
  10. "failed" : 0
  11. },
  12. "hits" : {
  13. "total" : {
  14. "value" : 1,
  15. "relation" : "eq"
  16. },
  17. "max_score" : 1.0,
  18. "hits" : [
  19. {
  20. "_index" : ".ds-logs-mobile-server-test-7.12.0-2021.05.15-2021.05.14-000001",
  21. "_type" : "_doc",
  22. "_id" : "HiGfcHkBzjoQvtO_QS3G",
  23. "_score" : 1.0,
  24. "_source" : {
  25. "@timestamp" : "2021-05-15T15:22:34.844Z",
  26. "ecs" : {
  27. "version" : "1.8.0"
  28. },
  29. "host" : {
  30. "name" : "XXXXX"
  31. },
  32. "agent" : {
  33. "ephemeral_id" : "e39f5bfb-d63c-4e48-829f-aa6190ad775a",
  34. "id" : "6032c804-1ab0-4233-9ec0-9411cbfd4a01",
  35. "name" : "XXXX",
  36. "type" : "filebeat",
  37. "version" : "7.12.0",
  38. "hostname" : "XXXXX"
  39. },
  40. "context" : "default",
  41. "timestamp" : "2021-05-15T15:22:30.666Z",
  42. "logger" : "dao.mobile.server.api.CustomAkkaHttpDirectives$",
  43. "message" : "Unexpected error while serving API request. Method: GET. Path: XXXXX/catalog/flowers/details/allowedForMix/3814. Body: None.",
  44. "mdc" : {
  45. "req_agent" : "unknown",
  46. "auth_user_label" : "Guest",
  47. "auth_user_id" : "1",
  48. "req_id" : "d13d16ff-4062-4b8c-bf5b-05551098c189",
  49. "req_ip" : "XXX"
  50. },
  51. "input" : {
  52. "type" : "log"
  53. },
  54. "log" : {
  55. "offset" : 2868463,
  56. "file" : {
  57. "path" : "/home/mobile_master/dao-mobile-server-test/logs/mobile_server_main.log"
  58. }
  59. },
  60. "level" : "ERROR",
  61. "thread" : "dao-mobile-server-akka.actor.default-dispatcher-14",
  62. "exception" : """dao.mobile.server.model.error$LogicError: null
  63. at dao.mobile.server.service.CatalogService.$anonfun$getAllowedForMixFlowerSortIds$1(CatalogService.scala:557)
  64. at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:434)
  65. at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
  66. at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
  67. at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
  68. at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
  69. at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
  70. at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  71. """
  72. }
  73. }
  74. ]
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement