Advertisement
Guest User

ds-logs-elastic_agent.filebeat-default-000001

a guest
Dec 9th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.53 KB | None | 0 0
  1. {
  2. ".ds-logs-elastic_agent.filebeat-default-000001" : {
  3. "mappings" : {
  4. "_data_stream_timestamp" : {
  5. "enabled" : true
  6. },
  7. "dynamic_templates" : [
  8. {
  9. "strings_as_keyword" : {
  10. "match_mapping_type" : "string",
  11. "mapping" : {
  12. "ignore_above" : 1024,
  13. "type" : "keyword"
  14. }
  15. }
  16. }
  17. ],
  18. "date_detection" : false,
  19. "properties" : {
  20. "@timestamp" : {
  21. "type" : "date"
  22. },
  23. "agent" : {
  24. "properties" : {
  25. "ephemeral_id" : {
  26. "type" : "keyword",
  27. "ignore_above" : 1024
  28. },
  29. "hostname" : {
  30. "type" : "keyword",
  31. "ignore_above" : 1024
  32. },
  33. "id" : {
  34. "type" : "keyword",
  35. "ignore_above" : 1024
  36. },
  37. "name" : {
  38. "type" : "keyword",
  39. "ignore_above" : 1024
  40. },
  41. "type" : {
  42. "type" : "keyword",
  43. "ignore_above" : 1024
  44. },
  45. "version" : {
  46. "type" : "keyword",
  47. "ignore_above" : 1024
  48. }
  49. }
  50. },
  51. "data_stream" : {
  52. "properties" : {
  53. "dataset" : {
  54. "type" : "constant_keyword",
  55. "value" : "elastic_agent.filebeat"
  56. },
  57. "namespace" : {
  58. "type" : "constant_keyword",
  59. "value" : "default"
  60. },
  61. "type" : {
  62. "type" : "constant_keyword",
  63. "value" : "logs"
  64. }
  65. }
  66. },
  67. "ecs" : {
  68. "properties" : {
  69. "version" : {
  70. "type" : "keyword",
  71. "ignore_above" : 1024
  72. }
  73. }
  74. },
  75. "elastic_agent" : {
  76. "properties" : {
  77. "id" : {
  78. "type" : "keyword",
  79. "ignore_above" : 1024
  80. },
  81. "snapshot" : {
  82. "type" : "boolean"
  83. },
  84. "version" : {
  85. "type" : "keyword",
  86. "ignore_above" : 1024
  87. }
  88. }
  89. },
  90. "event" : {
  91. "properties" : {
  92. "dataset" : {
  93. "type" : "keyword",
  94. "ignore_above" : 1024
  95. }
  96. }
  97. },
  98. "host" : {
  99. "properties" : {
  100. "architecture" : {
  101. "type" : "keyword",
  102. "ignore_above" : 1024
  103. },
  104. "hostname" : {
  105. "type" : "keyword",
  106. "ignore_above" : 1024
  107. },
  108. "id" : {
  109. "type" : "keyword",
  110. "ignore_above" : 1024
  111. },
  112. "ip" : {
  113. "type" : "ip"
  114. },
  115. "mac" : {
  116. "type" : "keyword",
  117. "ignore_above" : 1024
  118. },
  119. "name" : {
  120. "type" : "keyword",
  121. "ignore_above" : 1024
  122. },
  123. "os" : {
  124. "properties" : {
  125. "build" : {
  126. "type" : "keyword",
  127. "ignore_above" : 1024
  128. },
  129. "family" : {
  130. "type" : "keyword",
  131. "ignore_above" : 1024
  132. },
  133. "kernel" : {
  134. "type" : "keyword",
  135. "ignore_above" : 1024
  136. },
  137. "name" : {
  138. "type" : "keyword",
  139. "ignore_above" : 1024
  140. },
  141. "platform" : {
  142. "type" : "keyword",
  143. "ignore_above" : 1024
  144. },
  145. "version" : {
  146. "type" : "keyword",
  147. "ignore_above" : 1024
  148. }
  149. }
  150. }
  151. }
  152. },
  153. "input" : {
  154. "properties" : {
  155. "type" : {
  156. "type" : "keyword",
  157. "ignore_above" : 1024
  158. }
  159. }
  160. },
  161. "input_type" : {
  162. "type" : "keyword",
  163. "ignore_above" : 1024
  164. },
  165. "libbeat" : {
  166. "properties" : {
  167. "processor" : {
  168. "type" : "keyword",
  169. "ignore_above" : 1024
  170. }
  171. }
  172. },
  173. "log" : {
  174. "properties" : {
  175. "file" : {
  176. "properties" : {
  177. "path" : {
  178. "type" : "keyword",
  179. "ignore_above" : 1024
  180. }
  181. }
  182. },
  183. "level" : {
  184. "type" : "keyword",
  185. "ignore_above" : 1024
  186. },
  187. "logger" : {
  188. "type" : "keyword",
  189. "ignore_above" : 1024
  190. },
  191. "offset" : {
  192. "type" : "long"
  193. },
  194. "origin" : {
  195. "properties" : {
  196. "file" : {
  197. "properties" : {
  198. "line" : {
  199. "type" : "long"
  200. },
  201. "name" : {
  202. "type" : "keyword",
  203. "ignore_above" : 1024
  204. }
  205. }
  206. }
  207. }
  208. }
  209. }
  210. },
  211. "message" : {
  212. "type" : "text"
  213. },
  214. "monitoring" : {
  215. "properties" : {
  216. "ecs" : {
  217. "properties" : {
  218. "version" : {
  219. "type" : "keyword",
  220. "ignore_above" : 1024
  221. }
  222. }
  223. },
  224. "metrics" : {
  225. "properties" : {
  226. "beat" : {
  227. "properties" : {
  228. "cpu" : {
  229. "properties" : {
  230. "system" : {
  231. "properties" : {
  232. "ticks" : {
  233. "type" : "long"
  234. },
  235. "time" : {
  236. "properties" : {
  237. "ms" : {
  238. "type" : "long"
  239. }
  240. }
  241. }
  242. }
  243. },
  244. "total" : {
  245. "properties" : {
  246. "ticks" : {
  247. "type" : "long"
  248. },
  249. "time" : {
  250. "properties" : {
  251. "ms" : {
  252. "type" : "long"
  253. }
  254. }
  255. },
  256. "value" : {
  257. "type" : "long"
  258. }
  259. }
  260. },
  261. "user" : {
  262. "properties" : {
  263. "ticks" : {
  264. "type" : "long"
  265. },
  266. "time" : {
  267. "properties" : {
  268. "ms" : {
  269. "type" : "long"
  270. }
  271. }
  272. }
  273. }
  274. }
  275. }
  276. },
  277. "handles" : {
  278. "properties" : {
  279. "open" : {
  280. "type" : "long"
  281. }
  282. }
  283. },
  284. "info" : {
  285. "properties" : {
  286. "ephemeral_id" : {
  287. "type" : "keyword",
  288. "ignore_above" : 1024
  289. },
  290. "uptime" : {
  291. "properties" : {
  292. "ms" : {
  293. "type" : "long"
  294. }
  295. }
  296. }
  297. }
  298. },
  299. "memstats" : {
  300. "properties" : {
  301. "gc_next" : {
  302. "type" : "long"
  303. },
  304. "memory_alloc" : {
  305. "type" : "long"
  306. },
  307. "memory_total" : {
  308. "type" : "long"
  309. },
  310. "rss" : {
  311. "type" : "long"
  312. }
  313. }
  314. },
  315. "runtime" : {
  316. "properties" : {
  317. "goroutines" : {
  318. "type" : "long"
  319. }
  320. }
  321. }
  322. }
  323. },
  324. "filebeat" : {
  325. "properties" : {
  326. "harvester" : {
  327. "properties" : {
  328. "open_files" : {
  329. "type" : "long"
  330. },
  331. "running" : {
  332. "type" : "long"
  333. }
  334. }
  335. }
  336. }
  337. },
  338. "libbeat" : {
  339. "properties" : {
  340. "config" : {
  341. "properties" : {
  342. "module" : {
  343. "properties" : {
  344. "running" : {
  345. "type" : "long"
  346. },
  347. "starts" : {
  348. "type" : "long"
  349. }
  350. }
  351. },
  352. "reloads" : {
  353. "type" : "long"
  354. },
  355. "scans" : {
  356. "type" : "long"
  357. }
  358. }
  359. },
  360. "output" : {
  361. "properties" : {
  362. "type" : {
  363. "type" : "keyword",
  364. "ignore_above" : 1024
  365. }
  366. }
  367. },
  368. "pipeline" : {
  369. "properties" : {
  370. "clients" : {
  371. "type" : "long"
  372. },
  373. "events" : {
  374. "properties" : {
  375. "active" : {
  376. "type" : "long"
  377. }
  378. }
  379. }
  380. }
  381. }
  382. }
  383. },
  384. "registrar" : {
  385. "properties" : {
  386. "states" : {
  387. "properties" : {
  388. "current" : {
  389. "type" : "long"
  390. }
  391. }
  392. }
  393. }
  394. },
  395. "system" : {
  396. "properties" : {
  397. "cpu" : {
  398. "properties" : {
  399. "cores" : {
  400. "type" : "long"
  401. }
  402. }
  403. }
  404. }
  405. }
  406. }
  407. }
  408. }
  409. },
  410. "system_info" : {
  411. "properties" : {
  412. "beat" : {
  413. "properties" : {
  414. "path" : {
  415. "properties" : {
  416. "config" : {
  417. "type" : "keyword",
  418. "ignore_above" : 1024
  419. },
  420. "data" : {
  421. "type" : "keyword",
  422. "ignore_above" : 1024
  423. },
  424. "home" : {
  425. "type" : "keyword",
  426. "ignore_above" : 1024
  427. },
  428. "logs" : {
  429. "type" : "keyword",
  430. "ignore_above" : 1024
  431. }
  432. }
  433. },
  434. "type" : {
  435. "type" : "keyword",
  436. "ignore_above" : 1024
  437. },
  438. "uuid" : {
  439. "type" : "keyword",
  440. "ignore_above" : 1024
  441. }
  442. }
  443. },
  444. "build" : {
  445. "properties" : {
  446. "commit" : {
  447. "type" : "keyword",
  448. "ignore_above" : 1024
  449. },
  450. "libbeat" : {
  451. "type" : "keyword",
  452. "ignore_above" : 1024
  453. },
  454. "time" : {
  455. "type" : "keyword",
  456. "ignore_above" : 1024
  457. },
  458. "version" : {
  459. "type" : "keyword",
  460. "ignore_above" : 1024
  461. }
  462. }
  463. },
  464. "ecs" : {
  465. "properties" : {
  466. "version" : {
  467. "type" : "keyword",
  468. "ignore_above" : 1024
  469. }
  470. }
  471. },
  472. "go" : {
  473. "properties" : {
  474. "arch" : {
  475. "type" : "keyword",
  476. "ignore_above" : 1024
  477. },
  478. "max_procs" : {
  479. "type" : "long"
  480. },
  481. "os" : {
  482. "type" : "keyword",
  483. "ignore_above" : 1024
  484. },
  485. "version" : {
  486. "type" : "keyword",
  487. "ignore_above" : 1024
  488. }
  489. }
  490. },
  491. "host" : {
  492. "properties" : {
  493. "architecture" : {
  494. "type" : "keyword",
  495. "ignore_above" : 1024
  496. },
  497. "boot_time" : {
  498. "type" : "keyword",
  499. "ignore_above" : 1024
  500. },
  501. "id" : {
  502. "type" : "keyword",
  503. "ignore_above" : 1024
  504. },
  505. "ip" : {
  506. "type" : "keyword",
  507. "ignore_above" : 1024
  508. },
  509. "kernel_version" : {
  510. "type" : "keyword",
  511. "ignore_above" : 1024
  512. },
  513. "mac" : {
  514. "type" : "keyword",
  515. "ignore_above" : 1024
  516. },
  517. "name" : {
  518. "type" : "keyword",
  519. "ignore_above" : 1024
  520. },
  521. "os" : {
  522. "properties" : {
  523. "build" : {
  524. "type" : "keyword",
  525. "ignore_above" : 1024
  526. },
  527. "family" : {
  528. "type" : "keyword",
  529. "ignore_above" : 1024
  530. },
  531. "major" : {
  532. "type" : "long"
  533. },
  534. "minor" : {
  535. "type" : "long"
  536. },
  537. "name" : {
  538. "type" : "keyword",
  539. "ignore_above" : 1024
  540. },
  541. "patch" : {
  542. "type" : "long"
  543. },
  544. "platform" : {
  545. "type" : "keyword",
  546. "ignore_above" : 1024
  547. },
  548. "version" : {
  549. "type" : "keyword",
  550. "ignore_above" : 1024
  551. }
  552. }
  553. },
  554. "timezone" : {
  555. "type" : "keyword",
  556. "ignore_above" : 1024
  557. },
  558. "timezone_offset_sec" : {
  559. "type" : "long"
  560. }
  561. }
  562. },
  563. "process" : {
  564. "properties" : {
  565. "cwd" : {
  566. "type" : "keyword",
  567. "ignore_above" : 1024
  568. },
  569. "exe" : {
  570. "type" : "keyword",
  571. "ignore_above" : 1024
  572. },
  573. "name" : {
  574. "type" : "keyword",
  575. "ignore_above" : 1024
  576. },
  577. "pid" : {
  578. "type" : "long"
  579. },
  580. "ppid" : {
  581. "type" : "long"
  582. },
  583. "start_time" : {
  584. "type" : "keyword",
  585. "ignore_above" : 1024
  586. }
  587. }
  588. }
  589. }
  590. }
  591. }
  592. }
  593. }
  594. }
  595.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement