ae-tracking 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +50 -0
  3. package/dist/bin/ae-tracking.d.ts +2 -0
  4. package/dist/bin/ae-tracking.js +20 -0
  5. package/dist/scripts/postinstall.d.ts +1 -0
  6. package/dist/scripts/postinstall.js +17 -0
  7. package/dist/src/auth.d.ts +12 -0
  8. package/dist/src/auth.js +215 -0
  9. package/dist/src/cli/auth.d.ts +8 -0
  10. package/dist/src/cli/auth.js +81 -0
  11. package/dist/src/cli/code.d.ts +2 -0
  12. package/dist/src/cli/code.js +85 -0
  13. package/dist/src/cli/debug.d.ts +2 -0
  14. package/dist/src/cli/debug.js +152 -0
  15. package/dist/src/cli/home.d.ts +4 -0
  16. package/dist/src/cli/home.js +15 -0
  17. package/dist/src/cli/init.d.ts +14 -0
  18. package/dist/src/cli/init.js +107 -0
  19. package/dist/src/cli/package-root.d.ts +1 -0
  20. package/dist/src/cli/package-root.js +20 -0
  21. package/dist/src/cli/plan.d.ts +2 -0
  22. package/dist/src/cli/plan.js +242 -0
  23. package/dist/src/cli/wiki.d.ts +2 -0
  24. package/dist/src/cli/wiki.js +20 -0
  25. package/dist/src/client.d.ts +62 -0
  26. package/dist/src/client.js +56 -0
  27. package/dist/src/config.d.ts +4 -0
  28. package/dist/src/config.js +29 -0
  29. package/dist/src/plan/autotrack.d.ts +18 -0
  30. package/dist/src/plan/autotrack.js +350 -0
  31. package/dist/src/plan/conflict.d.ts +34 -0
  32. package/dist/src/plan/conflict.js +106 -0
  33. package/dist/src/plan/draft.d.ts +39 -0
  34. package/dist/src/plan/draft.js +104 -0
  35. package/dist/src/plan/fix.d.ts +32 -0
  36. package/dist/src/plan/fix.js +187 -0
  37. package/dist/src/plan/types.d.ts +57 -0
  38. package/dist/src/plan/types.js +1 -0
  39. package/dist/src/project-detect/detect.d.ts +2 -0
  40. package/dist/src/project-detect/detect.js +120 -0
  41. package/dist/src/project-detect/types.d.ts +9 -0
  42. package/dist/src/project-detect/types.js +1 -0
  43. package/dist/src/te-debug/client.d.ts +12 -0
  44. package/dist/src/te-debug/client.js +54 -0
  45. package/dist/src/te-debug/types.d.ts +16 -0
  46. package/dist/src/te-debug/types.js +1 -0
  47. package/dist/src/te-plan/fetch.d.ts +3 -0
  48. package/dist/src/te-plan/fetch.js +47 -0
  49. package/dist/src/te-plan/types.d.ts +7 -0
  50. package/dist/src/te-plan/types.js +1 -0
  51. package/dist/src/wiki/block-to-md.d.ts +74 -0
  52. package/dist/src/wiki/block-to-md.js +88 -0
  53. package/dist/src/wiki/crawler.d.ts +3 -0
  54. package/dist/src/wiki/crawler.js +71 -0
  55. package/dist/src/wiki/index-writer.d.ts +4 -0
  56. package/dist/src/wiki/index-writer.js +70 -0
  57. package/dist/src/wiki/slugify.d.ts +1 -0
  58. package/dist/src/wiki/slugify.js +11 -0
  59. package/dist/src/wiki/types.d.ts +29 -0
  60. package/dist/src/wiki/types.js +1 -0
  61. package/dist/src/wiki-query/query.d.ts +8 -0
  62. package/dist/src/wiki-query/query.js +32 -0
  63. package/dist/src/xlsx/read.d.ts +2 -0
  64. package/dist/src/xlsx/read.js +457 -0
  65. package/dist/src/xlsx/write.d.ts +3 -0
  66. package/dist/src/xlsx/write.js +251 -0
  67. package/package.json +47 -0
  68. package/skills/generate-tracking-code/SKILL.md +551 -0
  69. package/skills/generate-tracking-code/references/client-sdk-insert.md +92 -0
  70. package/skills/generate-tracking-code/references/datax-config.md +41 -0
  71. package/skills/generate-tracking-code/references/debug-script.md +99 -0
  72. package/skills/generate-tracking-code/references/logbus-config.md +224 -0
  73. package/skills/generate-tracking-code/references/modes.md +81 -0
  74. package/skills/generate-tracking-code/references/restful-call.md +34 -0
  75. package/skills/generate-tracking-code/references/sdk-index.md +123 -0
  76. package/skills/generate-tracking-code/references/server-sdk-insert.md +175 -0
  77. package/skills/generate-tracking-code/references/snippet-delivery.md +240 -0
  78. package/skills/generate-tracking-code/references/te-api.md +181 -0
  79. package/skills/generate-tracking-plan/SKILL.md +826 -0
  80. package/skills/generate-tracking-plan/references/autotrack-events.md +238 -0
  81. package/skills/generate-tracking-plan/references/te-api.md +97 -0
  82. package/skills/generate-tracking-plan/references/xlsx-schema.md +149 -0
  83. package/skills/te-wiki-synthesize/SKILL.md +142 -0
  84. package/wiki/te-docs/index.md +223 -0
  85. package/wiki/te-docs/log.md +28 -0
  86. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//346/225/260/346/215/256/350/247/204/345/210/231.md +379 -0
  87. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//347/224/250/346/210/267/350/257/206/345/210/253/350/247/204/345/210/231.md +461 -0
  88. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//351/242/204/347/275/256/345/261/236/346/200/247/344/270/216/347/263/273/347/273/237/345/255/227/346/256/265.md +634 -0
  89. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234.md +190 -0
  90. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227/restful-api-/344/275/277/347/224/250/346/214/207/345/215/227.md +195 -0
  91. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227/sdk-information-collection-rules.md +63 -0
  92. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/205/263/344/272/216-gdpr.md +81 -0
  93. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  94. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//346/233/264/346/226/260/346/227/245/345/277/227.md +502 -0
  95. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +367 -0
  96. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +117 -0
  97. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +96 -0
  98. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +947 -0
  99. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +686 -0
  100. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227.md +1126 -0
  101. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android.md +461 -0
  102. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-RCu1wk.md +64 -0
  103. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227.md +167 -0
  104. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-T57MwB.md +56 -0
  105. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +57 -0
  106. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-JARDwp.md +455 -0
  107. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227.md +477 -0
  108. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c-Uicgw2.md +145 -0
  109. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c.md +253 -0
  110. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/h5-/344/270/216-app-sdk-/346/211/223/351/200/232.md +179 -0
  111. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  112. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//346/233/264/346/226/260/346/227/245/345/277/227.md +491 -0
  113. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +154 -0
  114. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +148 -0
  115. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +92 -0
  116. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +479 -0
  117. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +587 -0
  118. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227.md +912 -0
  119. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//351/232/220/347/247/201/346/270/205/345/215/225.md +183 -0
  120. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios.md +397 -0
  121. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//345/220/210/350/247/204/346/214/207/345/215/227.md +39 -0
  122. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//346/233/264/346/226/260/346/227/245/345/277/227.md +239 -0
  123. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +55 -0
  124. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +54 -0
  125. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +113 -0
  126. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +267 -0
  127. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227.md +455 -0
  128. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript.md +257 -0
  129. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +77 -0
  130. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +249 -0
  131. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//350/277/233/351/230/266/346/214/207/345/215/227.md +738 -0
  132. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos.md +317 -0
  133. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//345/220/210/350/247/204/346/214/207/345/215/227.md +345 -0
  134. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//346/233/264/346/226/260/346/227/245/345/277/227.md +128 -0
  135. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +60 -0
  136. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +54 -0
  137. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +121 -0
  138. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +286 -0
  139. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227.md +408 -0
  140. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony.md +209 -0
  141. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/256/242/346/210/267/347/253/257-sdk-/345/270/270/350/247/201/351/227/256/351/242/230.md +72 -0
  142. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//345/220/210/350/247/204/346/214/207/345/215/227.md +56 -0
  143. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//346/233/264/346/226/260/346/227/245/345/277/227.md +313 -0
  144. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +78 -0
  145. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +58 -0
  146. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +192 -0
  147. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +301 -0
  148. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227.md +644 -0
  149. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217.md +440 -0
  150. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//345/220/210/350/247/204/346/214/207/345/215/227.md +35 -0
  151. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//346/233/264/346/226/260/346/227/245/345/277/227.md +49 -0
  152. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +53 -0
  153. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +32 -0
  154. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +65 -0
  155. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227.md +288 -0
  156. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua.md +236 -0
  157. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  158. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//346/233/264/346/226/260/346/227/245/345/277/227.md +122 -0
  159. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +27 -0
  160. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +53 -0
  161. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +34 -0
  162. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +177 -0
  163. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227.md +368 -0
  164. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x.md +311 -0
  165. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//345/220/210/350/247/204/346/214/207/345/215/227.md +42 -0
  166. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//346/233/264/346/226/260/346/227/245/345/277/227.md +184 -0
  167. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +142 -0
  168. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +60 -0
  169. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +96 -0
  170. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +255 -0
  171. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227.md +659 -0
  172. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator.md +213 -0
  173. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//345/220/210/350/247/204/346/214/207/345/215/227.md +39 -0
  174. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//346/233/264/346/226/260/346/227/245/345/277/227.md +42 -0
  175. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +59 -0
  176. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +37 -0
  177. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +50 -0
  178. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//350/277/233/351/230/266/346/214/207/345/215/227.md +281 -0
  179. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona.md +304 -0
  180. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//346/233/264/346/226/260/346/227/245/345/277/227.md +129 -0
  181. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +74 -0
  182. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +60 -0
  183. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +74 -0
  184. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +228 -0
  185. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227.md +640 -0
  186. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret.md +210 -0
  187. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//346/233/264/346/226/260/346/227/245/345/277/227.md +129 -0
  188. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +79 -0
  189. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +60 -0
  190. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +73 -0
  191. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +254 -0
  192. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227.md +626 -0
  193. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair.md +228 -0
  194. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//345/216/206/345/217/262/347/211/210/346/234/254-unity-sdk-/344/275/277/347/224/250/346/214/207/345/215/227.md +503 -0
  195. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  196. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//346/233/264/346/226/260/346/227/245/345/277/227.md +505 -0
  197. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +86 -0
  198. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//345/216/237/347/224/237-sdk-/345/217/257/346/217/222/346/213/224.md +44 -0
  199. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +55 -0
  200. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +53 -0
  201. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +156 -0
  202. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +293 -0
  203. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227.md +667 -0
  204. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity.md +203 -0
  205. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  206. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//346/233/264/346/226/260/346/227/245/345/277/227.md +209 -0
  207. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +152 -0
  208. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +41 -0
  209. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +81 -0
  210. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +181 -0
  211. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227.md +346 -0
  212. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal.md +228 -0
  213. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216.md +20 -0
  214. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  215. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//346/233/264/346/226/260/346/227/245/345/277/227.md +201 -0
  216. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +54 -0
  217. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +139 -0
  218. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +65 -0
  219. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//350/277/233/351/230/266/346/214/207/345/215/227.md +356 -0
  220. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter.md +176 -0
  221. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  222. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//346/233/264/346/226/260/346/227/245/345/277/227.md +162 -0
  223. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +60 -0
  224. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +140 -0
  225. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +23 -0
  226. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//350/277/233/351/230/266/346/214/207/345/215/227.md +375 -0
  227. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native.md +176 -0
  228. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//346/233/264/346/226/260/346/227/245/345/277/227.md +34 -0
  229. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +96 -0
  230. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +48 -0
  231. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +57 -0
  232. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +68 -0
  233. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +249 -0
  234. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227.md +420 -0
  235. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app.md +193 -0
  236. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266.md +15 -0
  237. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk.md +35 -0
  238. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/filebeat-logstash-/344/275/277/347/224/250/346/214/207/345/215/227.md +638 -0
  239. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/logbus2-/344/275/277/347/224/250/346/214/207/345/215/227.md +1140 -0
  240. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/ta-datax-writer-/346/217/222/344/273/266/344/275/277/347/224/250/346/214/207/345/215/227.md +256 -0
  241. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245.md +17 -0
  242. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/225/260/347/247/221/346/212/200sdk/351/232/220/347/247/201/345/243/260/346/230/216.md +298 -0
  243. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-HZrPwz.md +80 -0
  244. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-U1zKwj.md +108 -0
  245. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227.md +114 -0
  246. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-LEb9wx.md +46 -0
  247. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-TfR3wg.md +46 -0
  248. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +93 -0
  249. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247-U1Qvwk.md +75 -0
  250. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247-X08Fw7.md +75 -0
  251. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  252. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-Jc1dwk.md +245 -0
  253. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-YGuuwc.md +237 -0
  254. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227.md +242 -0
  255. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c-D4KBwg.md +211 -0
  256. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c-HF7Dwv.md +169 -0
  257. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c.md +225 -0
  258. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//346/233/264/346/226/260/346/227/245/345/277/227.md +55 -0
  259. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +51 -0
  260. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  261. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//350/277/233/351/230/266/346/214/207/345/215/227.md +151 -0
  262. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang.md +204 -0
  263. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//346/233/264/346/226/260/346/227/245/345/277/227.md +135 -0
  264. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +46 -0
  265. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  266. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//350/277/233/351/230/266/346/214/207/345/215/227.md +208 -0
  267. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang.md +193 -0
  268. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//346/233/264/346/226/260/346/227/245/345/277/227.md +138 -0
  269. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +52 -0
  270. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  271. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//350/277/233/351/230/266/346/214/207/345/215/227.md +289 -0
  272. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java.md +214 -0
  273. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//346/233/264/346/226/260/346/227/245/345/277/227.md +123 -0
  274. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +57 -0
  275. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  276. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//350/277/233/351/230/266/346/214/207/345/215/227.md +234 -0
  277. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua.md +165 -0
  278. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//346/233/264/346/226/260/346/227/245/345/277/227.md +89 -0
  279. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +65 -0
  280. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  281. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//350/277/233/351/230/266/346/214/207/345/215/227.md +263 -0
  282. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs.md +161 -0
  283. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//346/233/264/346/226/260/346/227/245/345/277/227.md +86 -0
  284. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +48 -0
  285. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  286. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//350/277/233/351/230/266/346/214/207/345/215/227.md +269 -0
  287. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php.md +206 -0
  288. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//346/233/264/346/226/260/346/227/245/345/277/227.md +155 -0
  289. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +47 -0
  290. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  291. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//350/277/233/351/230/266/346/214/207/345/215/227.md +274 -0
  292. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python.md +162 -0
  293. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//346/233/264/346/226/260/346/227/245/345/277/227.md +53 -0
  294. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +50 -0
  295. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +75 -0
  296. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//350/277/233/351/230/266/346/214/207/345/215/227.md +226 -0
  297. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby.md +165 -0
  298. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk.md +23 -0
  299. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227.md +64 -0
  300. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213//345/217/257/346/233/264/346/226/260/344/272/213/344/273/266.md +109 -0
  301. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213//351/246/226/346/254/241/344/272/213/344/273/266/346/240/241/351/252/214.md +88 -0
  302. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213.md +22 -0
  303. package/wiki/te-docs/schema.md +17 -0
  304. package/wiki/te-docs/synthesis/batch-ingest-comparison.md +117 -0
  305. package/wiki/te-docs/synthesis/js-sdk-cheatsheet.md +136 -0
  306. package/wiki/te-docs/synthesis/restful-api-reference.md +142 -0
  307. package/wiki/te-docs/synthesis/sdk-selection.md +79 -0
  308. package/wiki/te-docs/synthesis/server-sdk-overview.md +124 -0
@@ -0,0 +1,1140 @@
1
+ ---
2
+ code: logbus2_installation
3
+ name: "LogBus2 使用指南"
4
+ wikiToken: IfgIwkSJuiO0i2k3dw4cZtD6n4g
5
+ parentWikiToken: RjUcwyNY8iQH1dk8SP9cPyz1ngf
6
+ updateTime: 1773655403000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v5.0&lan=zh-CN&code=logbus2_installation
8
+ ---
9
+ # LogBus2 使用指南
10
+
11
+ ### 一、LogBus2 简介
12
+
13
+ <!-- unsupported block: 34 -->
14
+
15
+ LogBus2 是在原 LogBus 基础上,重新开发的日志同步工具。相比原 LogBus,其内存占用减少至原先的五分之一,速度提升5倍。
16
+
17
+ <!-- unsupported block: 22 -->
18
+
19
+ Logbus2 主要用于将后端的日志数据实时地导入到 AE 后台,其核心工作原理类似于 Flume、Loggie,会监控服务器日志目录下的文件流,当目录下任意日志文件有新数据产生时,会对新数据进行校验,并实时发送至 AE 后台。
20
+
21
+ 我们建议以下几类用户使用 LogBus2 接入数据:
22
+
23
+ 1. 使用服务端 SDK / Kafka / SLS 存储TE格式数据的用户,通过 LogBus2 上传数据
24
+ 1. 对数据的准确性及维度要求较高,仅通过客户端 SDK 无法满足数据需求,或不方便接入客户端 SDK
25
+ 1. 不想自己开发后端数据推送流程
26
+ 1. 需要传输大批量历史数据
27
+ 1. 对内存使用、传输效率有一定要求
28
+
29
+ **注意:Logbus v1 迁移至Logbus v2 请联系数数****技术****支持****.**
30
+
31
+ ### 二、下载 LogBus2
32
+
33
+ **最新版本**:2.1.2.2
34
+
35
+ **更新时间为**:2025-11-07
36
+
37
+ Linux-amd64版本下载地址
38
+
39
+ Linux-arm64版本下载地址
40
+
41
+ Windows版本下载地址
42
+
43
+ Mac Apple Silicon下载地址
44
+
45
+ Mac Intel 下载地址
46
+
47
+ Docker Image
48
+
49
+ #####
50
+
51
+ ### 三、使用前准备
52
+
53
+ #### 文件类型
54
+
55
+ 1. 确定上传数据的文件存放的目录,并配置 LogBus2 的相关配置,LogBus2 会监控文件目录下的文件变更(监控文件新建或 tail 已有文件)。
56
+ 1. 请勿对存放于监控目录下且已经上传的数据日志直接进行重命名,重命名日志相当于新建文件,LogBus2 将可能会重新上传这些文件,造成数据重复。
57
+ 1. 由于 LogBus2 运行目录下存在当前日志传输进度快照,请勿自行对 runtime 目录下的文件进行操作
58
+ #### Kafka
59
+
60
+ 1. 确定Kafka消息格式,Logbus仅会对Kafka Message的value做处理
61
+ 1. 确保用户ID于分区隔离,避免数据乱序问题
62
+ 1. 请开启自由使用Kafka Consumer Group,防止多Logbus消费时出现故障
63
+ 1. 默认从earliest开始消费,若需要从指定位点消费需要先创建consumer group和特定位点
64
+ #### SLS
65
+
66
+ 1. 联系阿里云开启Kafka协议消费
67
+ #### CLS
68
+
69
+ 1. 确保关闭CLS自动分裂。
70
+ 1. 申请相应资源的AK&SK
71
+ ### 四、LogBus2 的安装与升级
72
+
73
+ #### 安装
74
+
75
+ 下载 LogBus2 安装包,并解压。
76
+
77
+ 解压后的目录结构:
78
+
79
+ - **Logbus**:LogBus2:二进制文件
80
+ - **conf**:
81
+ - **daemon.json**:配置文件模版2
82
+ - **tools**:
83
+ - **configConvert**:配置转换工具
84
+ #### 升级
85
+
86
+ 要求:LogBus2 版本 ≥ 2.0.1.7
87
+
88
+ 直接执行
89
+
90
+ `./logbus update`即可,完成升级后执行
91
+
92
+ `./logbus start`
93
+
94
+ ### 五、Logbus2 的使用及配置
95
+
96
+ #### 启动参数
97
+
98
+ ##### 启动
99
+
100
+ ```
101
+ `./logbus start`
102
+ ```
103
+
104
+ ##### 停止
105
+
106
+ ```
107
+ `./logbus stop`
108
+ ```
109
+
110
+ ##### 重启
111
+
112
+ ```
113
+ `./logbus restart`
114
+ ```
115
+
116
+ ##### 检查配置、检查与 AE 系统的连通性
117
+
118
+ ```
119
+ `./logbus env`
120
+ ```
121
+
122
+ ##### 重置 LogBus 读取记录
123
+
124
+ ```
125
+ `./logbus reset`
126
+ # Kafka当前不可用
127
+ ```
128
+
129
+ ##### 查看传输进度
130
+
131
+ ```
132
+ `./logbus progress`
133
+ ```
134
+
135
+ ##### 校验文件格式
136
+
137
+ ```
138
+ `./logbus `dev
139
+ # Kafka当前不可用
140
+ ```
141
+
142
+ #### 配置文件指南
143
+
144
+ ##### 默认配置模版
145
+
146
+ ```
147
+ {
148
+ "datasource": [
149
+ {
150
+ "file_patterns": [
151
+ "/data/log1/*.txt", // #用户方需动态调整为源数据文件所在的绝对路径
152
+ "/data/log2/*.log"
153
+ ],//文件匹配符
154
+ "app_id": "app_id"//app_id来自TE官网的token,请在TE后台的项目配置页面获取接入项目的APPID并填入此处
155
+ }
156
+ ],
157
+ "push_url": "http://RECEIVER_URL"//http传输请使用http://receiver.ta.thinkingdata.cn/,如果您使用的是私有化部署服务,请修改传输URL为:http://数据采集地址/
158
+ }
159
+ ```
160
+
161
+ ##### 常用配置
162
+
163
+ ###### 文件
164
+
165
+ ```
166
+ {
167
+ "datasource": [
168
+ {
169
+ "type":"file",
170
+ "file_patterns": ["/data/log1/*.txt", "/data/log2/*.log"], //文件Glob匹配规则
171
+ "app_id": "app_id", //APPID来自TE官网的token,请在TE后台的项目配置页面获取接入项目的APPID并填入此处
172
+ "unit_remove": "day", //文件删除单位,支持 "day", "hour"
173
+ "offset_remove": 7,//unit_remove*offset_remove 得到最后的移除时间 **offset必须大于0,否则不会生效
174
+ "remove_dirs": true,//是否开启文件夹删除,默认false NOTE:只有当该文件夹下所有文件消费完毕之后才会进行文件夹删除
175
+ "http_compress": "gzip" //是否开启http压缩,默认为"none"
176
+ }
177
+ ],
178
+ "cpu_limit": 4, //限制Logbus2使用的CPU核数
179
+
180
+ "push_url": "http://RECEIVER_URL"
181
+ }
182
+
183
+ ```
184
+
185
+ ###### Kafka
186
+
187
+ ```
188
+ {
189
+ "datasource": [
190
+ {
191
+ "type":"kafka", //类型为Kafka
192
+ "topic":"ta", //具体消费主题
193
+ "brokers":[
194
+ "localhost:9091" //Kafka Brokers 地址
195
+ ],
196
+ "consumer_group":"logbus", //消费者组名称
197
+ "cloud_provider":"ali", //云厂商名称,支持"ali"、"tencent"、"huawei"
198
+ "username":"", //Kafka 用户名
199
+ "password":"", //Kafka 验证密码
200
+ "instance":"", //云厂商实例名
201
+ "protocol":"none", //身份验证协议,支持 "none"|"plain"|"scramsha256"|"scramsha512"
202
+ "block_partitions_revoked":true,
203
+ "app_id":"YOUR_APP_ID"
204
+ }
205
+ ],
206
+ "cpu_limit": 4, //限制Logbus2使用的CPU核数
207
+
208
+ "push_url": "http://RECEIVER_URL"
209
+ }
210
+ ```
211
+
212
+ ###### SLS
213
+
214
+ NOTE:使用SLS消费前请联系阿里云开启SLS Kafka消费协议
215
+
216
+ ```
217
+ {
218
+ "datasource": [
219
+ {
220
+ "type":"kafka",
221
+ "brokers":["{PROJECT}.{ENTRYPOINT}:{PORT}"], //NOTE:详见https://help.aliyun.com/document_detail/29008.htm#reference-wgx-pwq-zdb
222
+ "topic":"{SLS_Logstore_NAME}", //Logstore名称
223
+ "protocol":"plain",
224
+ "consumer_group":"{YOUR_CONSUMER_GROUP}", // ConsumerGroup
225
+ "username":"{PROJECT}", // Project名称
226
+ "disable_tls":true,
227
+ "password":"{ACCESS_ID}#{ACCESS_PASSWORD}", // 阿里云 RAM授权
228
+ "app_id":"YOUR_APP_ID"
229
+ }
230
+ ],
231
+ "push_url": "http://RECEIVER_URL"
232
+ }
233
+ ```
234
+
235
+ ###### CLS
236
+
237
+ NOTE:在使用前请确保消费/写入的吞吐 大于Log 保留时间
238
+
239
+ ```
240
+ {
241
+ "datasource":[
242
+ {
243
+ "type": "kafka",
244
+ "brokers":["YOUR_AZ_ENDPOINT"],
245
+ "session_timeout": 9000,
246
+ "fetch_max_bytes": 104857600,
247
+ "topic": "YOUR_TOPIC",
248
+ "protocol": "plain",
249
+ "consumer_group": "YOUR_GROUP",
250
+ "username": "",
251
+ "password": "",
252
+ "block_paritions_revoked":"true",
253
+ "app_id":"YOUR_APP_ID"
254
+ }
255
+ ],
256
+ "push_url":"http://RECEIVER_URL"
257
+ }
258
+ ```
259
+
260
+ ##### 完整配置项
261
+
262
+ ###### **配置项目列表与说明**
263
+
264
+ **配置**
265
+
266
+ **类型**
267
+
268
+ **示例**
269
+
270
+ **必填**
271
+
272
+ **说明**
273
+
274
+ cpu_limit
275
+
276
+ Number
277
+
278
+ 4
279
+
280
+ 限制 Logbus2 允许使用的最大 CPU 核数
281
+
282
+ push_url
283
+
284
+ String
285
+
286
+ ✔️
287
+
288
+ receiver 地址。需要 http/https 开头。
289
+
290
+ datasource
291
+
292
+ Object list
293
+
294
+ ✔️
295
+
296
+ 数据源列表
297
+
298
+ min_disk_free_space
299
+
300
+ uint64
301
+
302
+ 1024
303
+
304
+ logbus2所在目录可用空间检测,小于配置值时自动关闭,单位KB,默认为1*1024*1024
305
+
306
+ ###### **datasource(****数据源****配置)**
307
+
308
+ ###### 文件
309
+
310
+ 配置
311
+
312
+ 类型
313
+
314
+ 示例
315
+
316
+ 必填
317
+
318
+ 默认值
319
+
320
+ 说明
321
+
322
+ app_id
323
+
324
+ String
325
+
326
+ ✔️
327
+
328
+ ""
329
+
330
+ 数据上报项目appid
331
+
332
+ appid_in_data
333
+
334
+ Bool
335
+
336
+ false
337
+
338
+ false
339
+
340
+ 在使用文件内appid进行分发时,开启此选项,Logbus2不再使用app_id当中的appid进行分发
341
+
342
+ specified_push_url
343
+
344
+ Bool
345
+
346
+ false
347
+
348
+ true:不解析 push_url,按照用户配置的 push_url 原样进行发送,即http://yourhost:yourport。false:解析 push_url 后按照 receiver 规定的 logbus url 发送,即http://yourhost:yourport/logbus。
349
+
350
+ add_uuid
351
+
352
+ Bool
353
+
354
+ false
355
+
356
+ true: 是否在每条数据中增加 uuid 属性(开启会降低传输效率)。
357
+
358
+ file_patterns
359
+
360
+ String list
361
+
362
+ ✔️
363
+
364
+ [""]
365
+
366
+ 支持目录通配符,暂时不支持正则。如无特殊配置,默认绕过。gz/.iso/.rpm/.zip/.bz/.rar/.bz2 后缀的文件
367
+
368
+ ignore_files
369
+
370
+ String list
371
+
372
+ [""]
373
+
374
+ 在 file_patterns 中过滤的文件
375
+
376
+ unit_remove
377
+
378
+ String
379
+
380
+ ""
381
+
382
+ 用户文件删除。按天 (day) 或小时 (hour) 删除。注意:如果没有配置文件自动删除,LogBus2 内存占用会慢慢增高
383
+
384
+ offset_remove
385
+
386
+ Int
387
+
388
+ 0
389
+
390
+ 用户文件删除。offset_remove>0 且配置了 unit_remove 为 day 或 hour 时用户文件删除功能生效。
391
+
392
+ remove_dirs
393
+
394
+ Bool
395
+
396
+ true|false
397
+
398
+ false
399
+
400
+ 是否开启文件夹删除
401
+
402
+ http_timeout
403
+
404
+ String
405
+
406
+ 500ms
407
+
408
+ 600s
409
+
410
+ 向 receiver 端发送数据时的超时时间,默认值:600s。范围:200ms - 600s。支持毫秒"ms", 秒"s", 分钟"m", 小时"h"。
411
+
412
+ iops
413
+
414
+ int
415
+
416
+ 20000
417
+
418
+ 20000
419
+
420
+ 限速Logbus每秒数据流通量(条数)
421
+
422
+ limit
423
+
424
+ bool
425
+
426
+ true|false
427
+
428
+ false
429
+
430
+ 开启限速开关
431
+
432
+ http_compress
433
+
434
+ String
435
+
436
+ none | gzip
437
+
438
+ none
439
+
440
+ 发送 http 时数据压缩的格式。none=不压缩。默认值:none。
441
+
442
+ filters
443
+
444
+ object list
445
+
446
+ 事件过滤器,多个过滤器之间为或的关系
447
+
448
+ filters[0].key
449
+
450
+ string
451
+
452
+ #event_name
453
+
454
+ ✔️
455
+
456
+ 需要过滤的key值
457
+
458
+ filters[0].value
459
+
460
+ interface{}
461
+
462
+ register
463
+
464
+ ✔️
465
+
466
+ 需要过滤的value值
467
+
468
+ filter[0].type
469
+
470
+ string
471
+
472
+ string
473
+
474
+ string
475
+
476
+ value值的类型,默认string,支持 string | boolean | int64 | regex
477
+
478
+ ###### Kafka
479
+
480
+ NOTE:使用Logbus Kafka模式前,务必开启Consumer Group自由使用
481
+
482
+ 配置
483
+
484
+ 类型
485
+
486
+ 示例
487
+
488
+ 必填
489
+
490
+ 默认值
491
+
492
+ 说明
493
+
494
+ brokers
495
+
496
+ String List
497
+
498
+ ["localhost:9092"]
499
+
500
+ ✔️
501
+
502
+ [""]
503
+
504
+ Kafka Brokers
505
+
506
+ topic
507
+
508
+ String
509
+
510
+ "ta-msg-chan"
511
+
512
+ ✔️
513
+
514
+ ""
515
+
516
+ Kafka消费主题
517
+
518
+ consumer_group
519
+
520
+ String
521
+
522
+ "ta-consumer"
523
+
524
+ ✔️
525
+
526
+ ""
527
+
528
+ Kafka Consumer Group
529
+
530
+ protocol
531
+
532
+ String
533
+
534
+ "plain"
535
+
536
+ "none"
537
+
538
+ Kafka认证模式
539
+
540
+ username
541
+
542
+ String
543
+
544
+ "ta-user"
545
+
546
+ ""
547
+
548
+ Kafka 用户名
549
+
550
+ password
551
+
552
+ String
553
+
554
+ "ta-password"
555
+
556
+ ""
557
+
558
+ Kafka 密码
559
+
560
+ instance
561
+
562
+ String
563
+
564
+ ""
565
+
566
+ ""
567
+
568
+ CKafka需要的实例ID
569
+
570
+ fetch_count
571
+
572
+ Number
573
+
574
+ 1000
575
+
576
+ 10000
577
+
578
+ 每次Poll的消息数量
579
+
580
+ fetch_time_out
581
+
582
+ Number
583
+
584
+ 30
585
+
586
+ 5
587
+
588
+ Poll的超时时间
589
+
590
+ read_committed
591
+
592
+ Bool
593
+
594
+ true
595
+
596
+ false
597
+
598
+ 是否消费Kafka UnCommitted数据
599
+
600
+ disable_tls
601
+
602
+ Bool
603
+
604
+ true
605
+
606
+ false
607
+
608
+ 关闭tls验证
609
+
610
+ cloud_provider
611
+
612
+ String
613
+
614
+ "tencent"
615
+
616
+ ""
617
+
618
+ 公网接入Kafka时启用,目前支持的云厂商有:tencent,huawei,ali
619
+
620
+ block_partitions_revoked
621
+
622
+ Bool
623
+
624
+ false
625
+
626
+ false
627
+
628
+ 是否阻塞消费,若不开启,在多Logbus处于同一个consumer_group时会出现数据重复问题
629
+
630
+ auto_reset_offset
631
+
632
+ String
633
+
634
+ "earliest"
635
+
636
+ "earliest"
637
+
638
+ 指定没有提交偏移量时的默认行为的参数
639
+
640
+ NOTE:Logbusv2当前采用负载均衡模式对Kafka进行消费,Logbusv2部署数量≤partition num
641
+
642
+ ###### 监控配置以及看板搭建
643
+
644
+ 请查看:监控配置 DEMO
645
+
646
+ ###### 告警配置
647
+
648
+ 请查看:告警配置 DEMO
649
+
650
+ ###### 插件使用
651
+
652
+ 请查看:插件配置 DEMO
653
+
654
+ ### 六、进阶使用
655
+
656
+ #### 多事件使用单个Logbus进行上报
657
+
658
+ 在单Logbus部署情况下,由于IO限制,可能存在部分信息延后消费的情况,例如
659
+
660
+ 由于轮询的关系,消费顺序为`event_*/log.1 -> event_*/log.2 -> event_*/log.3`在这种情况下,会导致文件消费进度慢的情况,可以通过开启多个Logbus,对没有上下文语意的日志通过Glob进行切割,使Glob匹配到的文件并行上传
661
+
662
+ #### 多 PipeLine 配置
663
+
664
+ NOTE:多 PipeLine下 appid 不能重复
665
+
666
+ ```
667
+ {
668
+ "datasource": [
669
+ {
670
+ "file_patterns": ["/data/log1/*.txt", "/data/log2/*.log"], //文件Glob匹配规则
671
+ "app_id": "app_id", //APPID来自TE官网的token,请在TE后台的项目配置页面获取接入项目的APPID并填入此处
672
+ "unit_remove": "day", //文件删除单位,支持 "day", "hour"
673
+ "offset_remove": 7,//unit_remove*offset_remove 得到最后的移除时间 **offset必须大于0,否则不会生效
674
+ "remove_dirs": true,//是否开启文件夹删除,默认false NOTE:只有当该文件夹下所有文件消费完毕之后才会进行文件夹删除
675
+ "http_compress": "gzip"//是否开启http压缩,默认none
676
+ },
677
+ {
678
+ "file_patterns": ["/data/log1/*.txt", "/data/log2/*.log"], //文件Glob匹配规则
679
+ "app_id": "app_id", //APPID来自TE官网的token,请在TE后台的项目配置页面获取接入项目的APPID并填入此处
680
+ "unit_remove": "day", //文件删除单位,支持 "day", "hour"
681
+ "offset_remove": 7,//unit_remove*offset_remove 得到最后的移除时间 **offset必须大于0,否则不会生效
682
+ "remove_dirs": true,//是否开启文件夹删除,默认false NOTE:只有当该文件夹下所有文件消费完毕之后才会进行文件夹删除
683
+ "http_compress": "gzip"//是否开启http压缩,默认none
684
+ }
685
+ ],
686
+ "cpu_limit": 4, //限制Logbus2使用的CPU核数
687
+
688
+ "push_url": "http://RECEIVER_URL"
689
+ }
690
+ ```
691
+
692
+ #### LogBus2 On Docker
693
+
694
+ ##### 拉取最新镜像
695
+
696
+ ```
697
+ docker pull thinkingdata/ta-logbus-v2:latest
698
+ ```
699
+
700
+ ##### 宿主机上创建持久化folder,初始化配置文件
701
+
702
+ ```
703
+ mkdir -p /your/folder/path/{conf,log,runtime}
704
+ touch /your/folder/path/conf/daemon.json
705
+ vim /your/folder/path/conf/daemon.json
706
+ ```
707
+
708
+ ⚠️**警告:请勿自行删除runtime目录下的任何文件**
709
+
710
+ ##### 修改配置模版并写入至`daemon.json`
711
+
712
+ ```
713
+ {
714
+ "datasource": [
715
+ {
716
+ "type":"file",
717
+ "app_id": "YOUR APP ID",
718
+ "file_patterns": ["/test-data/*.json"]
719
+ },
720
+ {
721
+ "type":"kafka",
722
+ "app_id": "YOUR APP ID",
723
+ "brokers": ["localhot:9092"],
724
+ "topic":"ta-message",
725
+ "consumer_group":"ta"
726
+ }
727
+ ],
728
+ "push_url": "YOUR PUSH URL WITHOUT SUFFIX OF/logbus"
729
+ }
730
+ ```
731
+
732
+ ##### 挂载数据文件夹并启动LogBus
733
+
734
+ ```
735
+ docker run -d \
736
+ --name logbus-v2 \
737
+ --restart=always \
738
+ -v /your/data/folder:/test-data/ \
739
+ -v /your/folder/path/conf/:/ta/logbus/conf/ \
740
+ -v /your/folder/path/log/:/ta/logbus/log/ \
741
+ -v /your/folder/path/runtime/:/ta/logbus/runtime/ \
742
+ thinkingdata/ta-logbus-v2:latest
743
+ ```
744
+
745
+ #### LogBus2 On K8s
746
+
747
+ ##### 环境准备
748
+
749
+ 1. kubectl 可以连接到k8s集群且有部署权限。
750
+ 1. 安装依赖:按照helm文档安装helm到本地命令行 https://helm.sh/zh/docs/intro/install/
751
+
752
+ ##### 下载 logbus v2 helm 文件
753
+
754
+ 下载链接
755
+
756
+ <!-- unsupported block: 33 -->
757
+
758
+ <!-- unsupported block: 23 -->
759
+
760
+ ```
761
+ tar xvf logBusv2-helm.tar && cd logbusv2
762
+ ```
763
+
764
+ ##### 配置 logbus
765
+
766
+ ##### **准备**
767
+
768
+ 1. 控制台创建要上传的日志 pvc
769
+ 1. 获取 pvc 名称,确认namespace
770
+ 1. 获取 AE 的app id、receiver url
771
+
772
+ ##### **修改values.yaml**
773
+
774
+ ```
775
+ pvc:
776
+ name: pvc名称
777
+ logbus_version: 2.1.0.2
778
+ namespace: namcspace名称
779
+ logbus_configs:
780
+ - push_url: "http://TE上传数据的receiver地址"
781
+ datasource:
782
+ - file_patterns:
783
+ - "container:文件的相对路径的通配符" # 注意:“container:”前缀不要删除
784
+ - "container:文件的相对路径的通配符" # 注意:“container:”前缀不要删除
785
+ app_id: TE系统的app id
786
+ ```
787
+
788
+ ##### **预览渲染的 yaml**
789
+
790
+ ```
791
+ helm install --dry-run -f values.yaml logbus .
792
+ ```
793
+
794
+ ##### **使用 helm 部署 logbusv2**
795
+
796
+ ```
797
+ helm install -f values.yaml logbus-v2 .
798
+ ```
799
+
800
+ **检查创建的statefulset**
801
+
802
+ ```
803
+ kubectl get statefulset
804
+ ```
805
+
806
+ **检查创建的pod**
807
+
808
+ ```
809
+ kubectl get pods
810
+ ```
811
+
812
+ **更新K8s内****LogBus****版本**
813
+
814
+ ```
815
+ vim value.yaml # 修改之前的value.yaml文件
816
+ # 修改 logbus_version 至最新 NOTE:考虑到向后兼容,最好不要使用latest!
817
+ logbus_version:2.0.1.8 -> logbus_version:2.1.0.2
818
+ # 保存并退出
819
+ helm upgrade -f values.yaml logbus .
820
+ # 等待滚动更新
821
+ ```
822
+
823
+ ##### **注意**
824
+
825
+ logbusv2 需要对挂载的日志的 pvc 具有可读写权限。
826
+
827
+ logbusv2 把文件消费记录和运行日志按照 pod 分别写入 pvc,如果 pvc 删除 logbus 相关记录有数据重传隐患。
828
+
829
+ #### 配置详细说明
830
+
831
+ 执行命令:
832
+
833
+ ```
834
+ helm show values .
835
+ ```
836
+
837
+ 显示可用的配置:
838
+
839
+ ```
840
+ # Default values for logbusv2.
841
+ # This is a YAML-formatted file.
842
+ # Declare variables to be passed into your templates.
843
+
844
+ pvc:
845
+ name: pvc-logbus
846
+ logbus_version: 2.1.0.2
847
+ namespace: big-data
848
+
849
+ logbus_configs:
850
+ #### pod 1
851
+ #### push_url: receiver url, need http:// https:// prefix
852
+ - push_url: "http://172.17.16.6:8992/"
853
+ datasource:
854
+ - file_patterns:
855
+ #### target files relative path in pvc
856
+ - "container:/ta-logbus-0/data_path/*"
857
+ #### TA app_id
858
+ app_id: "thinkingAnalyticsAppID"
859
+ #### pod 2
860
+ - push_url: "http://172.26.18.132:8992/"
861
+ datasource:
862
+ - file_patterns:
863
+ - "container:/ta-logbus-1/data_path/*"
864
+ app_id: "thinkingAnalyticsAppID"
865
+ #### pod 3
866
+ - push_url: "http://172.26.18.132:8992/"
867
+ datasource:
868
+ - file_patterns:
869
+ - "container:/ta-logbus-2/data_path/*"
870
+ app_id: "thinkingAnalyticsAppID"
871
+
872
+ #### logbus pod requests
873
+ #requests:
874
+ # cpu: 2
875
+ # memory: 1Gi
876
+ ```
877
+
878
+ requests部分如果没有明确配置,不会体现在yaml内。
879
+
880
+ ##### pvc下单目录
881
+
882
+ ```
883
+ pvc:
884
+ name: **写入实际 pvc 名称**
885
+
886
+ namespace: **已经存在的namespace**
887
+
888
+ logbus_configs:
889
+ - push_url: **http或https,写pod可以访问到的AE receiver URL**
890
+ datasource:
891
+ - file_patterns:
892
+ - "**container:**/ta-logbus-0/data_path/*" "**container:"是占位符,在yaml部署过程中会把相对路径替换成容器可以访问的绝对路径,在配置目录时候目录需要带上container:前缀。**
893
+ app_id: "thinkingAnalyticsAppID" **TE系统app id**
894
+ ```
895
+
896
+ ##### pvc下多目录
897
+
898
+ 读取pvc内多个目录时建议分pod部署,每个pod负责一个文件夹。这样部署性能和安全性更好。
899
+
900
+ ```
901
+
902
+ pvc:
903
+ name: pvc-logbus
904
+
905
+ namespace: big-data
906
+
907
+ logbus_configs:
908
+ #### pod 1
909
+ #### push_url: receiver url, need http:// https:// prefix
910
+ - push_url: "http://172.17.16.6:8992/"
911
+ datasource:
912
+ - file_patterns:
913
+ #### target files relative path in pvc
914
+ - "**container:**/ta-logbus-0/data_path/*"
915
+ #### TA app_id
916
+ app_id: "thinkingAnalyticsAppID"
917
+ #### pod 2
918
+ - push_url: "http://172.26.18.132:8992/" **注意每个app id和push url都需要单独配置**
919
+ datasource:
920
+ - file_patterns:
921
+ - "**container:**/ta-logbus-1/data_path/*"
922
+ app_id: "thinkingAnalyticsAppID"
923
+ #### pod 3
924
+ - push_url: "http://172.26.18.132:8992/"
925
+ datasource:
926
+ - file_patterns:
927
+ - "**container:**/ta-logbus-2/data_path/*"
928
+ app_id: "thinkingAnalyticsAppID"
929
+ ```
930
+
931
+ ##### 多pvc
932
+
933
+ 目前只支持了单个 pvc 的部署,多 pvc 需要配置多次 values.yaml 文件
934
+
935
+ ### 七、常见问题
936
+
937
+ **Q**:为什么开启了文件夹删除,但是 LogBus 并没有删除文件夹
938
+
939
+ **A**:LogBus 删除文件夹的前提是,当前文件夹内的文件被 LogBus 读取过,且没有任何文件在该文件夹下,才会触发文件夹删除
940
+
941
+ **Q**:日志怎么上传不了?
942
+
943
+ **A**:LogBus 读取的数据文件中,单条数据里不要有换行符。配置的数据文件不支持正则,只能使用通配符(Glob)。配置的数据文件规则是否可以匹配到文件
944
+
945
+ **Q**:为什么文件重复上传
946
+
947
+ **A**:LogBus读取文件的进度存储在runtime目录里,如果异常操作删除了该目录,就会导致已上传的文件重复上传。
948
+
949
+ **Q**:为什么数据倾斜
950
+
951
+ **A**: 当前TE使用客户distinct_id作为数据UUID进行shuffle,在海量量数据的distinct_id使用同一字符串时,可能会导致单机内存压力增加,从而增加数据倾斜的风险
952
+
953
+ ### 八、Releases Note
954
+
955
+ #### 版本:2.1.2.2 --- 2025.11.7
956
+
957
+ **新增**
958
+
959
+ - 增加可选跳过校验解析器数据完整性
960
+ #### 版本:2.1.2.1 --- 2025.9.26
961
+
962
+ **新增**
963
+
964
+ - 增加kafka连接超时配置,默认值15000ms
965
+ **优化**
966
+
967
+ - 降低kafka获取消费信息监控指标的频率
968
+ #### 版本:2.1.2.0 --- 2025.5.8
969
+
970
+ **优化**
971
+
972
+ - 更新franz-go版本
973
+ #### 版本:2.1.1.9 --- 2025.3.24
974
+
975
+ **新增**
976
+
977
+ - 增加整行过滤功能
978
+ #### 版本:2.1.1.8 --- 2025.2.23
979
+
980
+ **优化**
981
+
982
+ - 优化读到空行等待的处理逻辑
983
+ #### 版本:2.1.1.7 --- 2025.1.20
984
+
985
+ **新增 **
986
+
987
+ - 过滤器类型增加regex,允许配置正则表达式进行过滤
988
+ #### 版本:2.1.1.6 --- 2024.12.20
989
+
990
+ **优化**
991
+
992
+ - 支持使用 env 中配置的 http 代理
993
+ #### 版本:2.1.1.4 --- 2024.5.15
994
+
995
+ **优化**
996
+
997
+ - Kafka 源支持 fetch_max_partition_bytes
998
+ - DataSource 支持 跳过远端验证,默认关闭
999
+ - 使用SIMD加速JSON处理
1000
+ #### 版本:2.1.1.3 --- 2024.2.23
1001
+
1002
+ **优化**
1003
+
1004
+ - Kafka Progress 体验增强
1005
+ - 支持auto_reset_offset参数
1006
+ - 日志记录Kafka Client 相关信息
1007
+ **修复**
1008
+
1009
+ - 强制停机导致Logbus杀死错误的进程
1010
+ - 内存泄漏问题
1011
+ - Goroutine泄漏问题
1012
+ - Kafka 超时不消费
1013
+ - Windows版本 启动失败
1014
+ - Windows版本 无法更新
1015
+ #### 版本:2.1.1.2 --- 2024.2.2
1016
+
1017
+ **优化**
1018
+
1019
+ - 日志格式以及部分i18n混杂的问题
1020
+ #### 版本:2.1.1.1 --- 2024.1.10
1021
+
1022
+ **优化**
1023
+
1024
+ - `progress` 命令的准确性
1025
+ #### 版本:2.1.1.0 --- 2023.12.11
1026
+
1027
+ **修复 **
1028
+
1029
+ - 日志默认值修正为默认保留7天、单文件100M切割、最大保留30份日志。在不升级的情况下,配置log配置项也可。
1030
+ **影响 **
1031
+
1032
+ - 在数据源产生大量不能解析的错误数据的情况下,由于日志会记录错误数据,会造成日志文件越来越大。
1033
+ #### 版本:2.1.0.9 --- 2023.10.26
1034
+
1035
+ **新增 **
1036
+
1037
+ - 支持事件过滤器,在客户端进行数据过滤
1038
+ - 支持logbus所在目录的空间检测
1039
+ #### 版本:2.1.0.8 --- 2023.6.06
1040
+
1041
+ **优化 **
1042
+
1043
+ - 保证插件正确关闭
1044
+ - 优化进程通信以及日志输出
1045
+ **修复 **
1046
+
1047
+ - cpu limit日志输出
1048
+ - linux arm架构编译过程
1049
+ #### 版本:2.1.0.7 --- 2023.4.07
1050
+
1051
+ **新增 **
1052
+
1053
+ - 支持kafka数据源progress命令
1054
+ **优化 **
1055
+
1056
+ - 自定义标签支持获取环境变量
1057
+ #### 版本:2.1.0.6 --- 2023.3.28
1058
+
1059
+ **优化 **
1060
+
1061
+ - 支持自定义标签,追踪数据来源
1062
+ - 支持自定义插件分隔符
1063
+ #### 版本:2.1.0.5 --- 2023.2.20
1064
+
1065
+ **优化 **
1066
+
1067
+ - 数据分流项目支持数组,兼容数字和字符串基本类型
1068
+ - 监控指标计算逻辑
1069
+ #### 版本:2.1.0.4 --- 2023.1.12
1070
+
1071
+ **新增 **
1072
+
1073
+ - 支持配置读取无换行符文件数据源
1074
+ - 支持配置循环读取次数与间隔时间
1075
+ **修复**
1076
+
1077
+ - 监控指标统计并发bug修复
1078
+ #### 版本:2.1.0.3 --- 2022.12.23
1079
+
1080
+ **新增**
1081
+
1082
+ - 允许通过配置覆盖数据内部appid数据
1083
+ **修复 **
1084
+
1085
+ - 使用appid_in_data,去掉appid的默认值
1086
+ #### 版本:2.1.0.2 --- 2022.12.13
1087
+
1088
+ **新增**
1089
+
1090
+ - 插件支持属性拆分
1091
+ **修复**
1092
+
1093
+ - 多pipeline下,meta_name创建
1094
+ #### 版本:2.1.0.1 --- 2022.11.29
1095
+
1096
+ **新增**
1097
+
1098
+ - kafka数据源支持事务读已提交
1099
+ - 插件命令支持sh环境依赖
1100
+ **修复**
1101
+
1102
+ - 无appid配置下,meta_name创建
1103
+ #### 版本:2.1.0.0 --- 2022.11.22
1104
+
1105
+ **新增**
1106
+
1107
+ - 数据分流,根据配置appidMap分流数据到不同项目中
1108
+ - kafka数据源支持多topic消费
1109
+ - 限流器,限制上报速度,降低服务端压力
1110
+ - 多pipeline执行数据上报
1111
+ - 基于grpc自定义插件解析器
1112
+ - 实时性能监控(prometheus、pushgateway、grafana)
1113
+ **修复**
1114
+
1115
+ - 文件消费阻塞问题
1116
+ - kafka数据源下,修复logbus无法停止的bug
1117
+ - file数据源下,修复文件活跃度高无法跳出的bug
1118
+ - 修复文件监听器关闭问题
1119
+ #### 版本:2.0.1.8 --- 2022.07.20
1120
+
1121
+ **新增**
1122
+
1123
+ - dev(格式校验命令)
1124
+ - Kafka Source
1125
+ - 多平台支持
1126
+ **修复**
1127
+
1128
+ - 多次唤醒文件传输进度进程的问题
1129
+ - 减少日志量
1130
+ - `Progress` 针对文件传输时间排序
1131
+ - 多pipeline优化
1132
+ - `Docker image`精简
1133
+ #### 版本:2.0.1.7 --- 2022.03.01
1134
+
1135
+ **优化**
1136
+
1137
+ - 运行效率,提升性能
1138
+ - 文件删除逻辑
1139
+ - 位点文件导出逻辑
1140
+ - 内存占用