You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/tail.md
+26-23Lines changed: 26 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -484,9 +484,9 @@ Proper conversion ensures that your log data is correctly parsed, indexed, and s
484
484
You should use this feature if your log files or messages are not in UTF-8 and you are seeing garbled or incorrectly rendered characters.
485
485
This is common in environments that use:
486
486
487
-
* Modern Windows applications that log in UTF-16.
487
+
- Modern Windows applications that log in UTF-16.
488
488
489
-
* Legacy Windows systems with applications that use traditional code pages (e.g., ShiftJIS, GBK, Win1252).
489
+
- Legacy Windows systems with applications that use traditional code pages (e.g., ShiftJIS, GBK, Win1252).
490
490
491
491
### Configuration Parameters
492
492
@@ -496,37 +496,40 @@ To enable encoding conversion, you will use one of the following two parameters
496
496
497
497
Use this parameter for high-performance conversion of UTF-16 encoded logs to UTF-8. This method utilizes modern processor features (SIMD instructions) to accelerate the conversion process, making it highly efficient.
498
498
499
-
* Use Case: Ideal for logs coming from modern Windows environments that default to UTF-16.
500
-
* Supported Values:
501
-
* UTF-16LE (Little-Endian)
502
-
* UTF-16BE (Big-Endian)
499
+
- Use Case: Ideal for logs coming from modern Windows environments that default to UTF-16.
500
+
- Supported Values:
501
+
- UTF-16LE (Little-Endian)
502
+
- UTF-16BE (Big-Endian)
503
503
504
-
2.`Generic.Encoding`
504
+
1.`Generic.Encoding`
505
505
506
506
Use this parameter to convert from a wide variety of other character encodings, particularly legacy Windows code pages.
507
507
508
-
* Use Case: Essential for logs from older systems or applications configured for specific regions, common in East Asia and Eastern Europe.
509
-
* Supported Values: You can use any of the names or aliases listed below.
508
+
- Use Case: Essential for logs from older systems or applications configured for specific regions, common in East Asia and Eastern Europe.
509
+
- Supported Values: You can use any of the names or aliases listed below.
0 commit comments