Sven Rebhan
|
15b92f38c3
|
fix(inputs.tail): Do not seek on pipes (#16674)
|
2025-03-24 15:04:49 +00:00 |
Eugene
|
be6a53defe
|
fix(inputs.tail): Use correct initial_read_offset persistent offset naming in the code (#16643)
|
2025-03-21 09:55:31 -05:00 |
Paweł Żak
|
9bf9fb3a4d
|
chore(linters): Enable `usetesting` linter (#16456)
Co-authored-by: pzak <pzak>
Co-authored-by: Zak <pawel.zak@intel.com>
|
2025-03-10 02:12:42 -05:00 |
Paulo Dias
|
cb71790cf7
|
chore(linters): Enforce import grouping with gci linter (#16526)
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
|
2025-02-24 19:37:12 -06:00 |
Sven Rebhan
|
1041d331ae
|
chore(deps): Bump golangci-lint from v1.63.4 to v1.64.5 (#16512)
|
2025-02-18 09:23:28 -06:00 |
clas
|
2f6d58b94a
|
feat(input.tail): Add `initial_read_offset` config for controlling read behavior (#16342)
|
2025-01-27 13:46:36 -06:00 |
Paweł Żak
|
e57f48f608
|
chore: Fix linter findings for `revive:exported` in `plugins/inputs/[t-v]*` (#16408)
|
2025-01-21 09:17:01 -06:00 |
Paweł Żak
|
b92700f98a
|
chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[s-z]` (#16327)
|
2024-12-27 08:33:43 -06:00 |
Sven Rebhan
|
35fe105bb4
|
fix(agent): Restore setup order of stateful plugins to Init() then SetState() (#16123)
|
2024-11-13 01:21:49 -06:00 |
Paweł Żak
|
453d32bd81
|
chore: Fix linter findings for `revive:comment-spacings` (part 2) (#15897)
|
2024-09-19 11:03:28 +02:00 |
Joshua Powers
|
6874f41739
|
fix(inputs.tail): Prevent deadlock when closing and max undelivered lines hit (#15649)
|
2024-07-24 16:24:34 +02:00 |
Joshua Powers
|
ee2b806d68
|
docs: Clarify poll vs notify (#15631)
|
2024-07-17 11:21:02 -05:00 |
Dane Strandboge
|
19737fcb52
|
chore(linters): Fix remaining errcheck warnings (#15518)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
|
2024-07-10 12:51:25 +02:00 |
Joshua Powers
|
bcafb1d24d
|
chore: Print debug message when no messages generated from parse (#15463)
|
2024-06-05 15:22:55 -05:00 |
Paweł Żak
|
ae7fbc5082
|
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698)
|
2024-02-08 11:32:30 -06:00 |
Sven Rebhan
|
57fbc73814
|
fix(processors.starlark): Avoid negative refcounts for tracking metrics (#14395)
|
2023-12-07 08:45:09 -07:00 |
Paweł Żak
|
aa681be594
|
chore(linters): Remove blank identifiers and errors which are not needed to handle (#14399)
|
2023-12-07 08:09:01 -07:00 |
ericmiller-wpengine
|
e4d7be0f2b
|
fix(inputs.tail): Retry opening file after permission denied (#14357)
|
2023-11-30 15:52:28 -07:00 |
Sven Rebhan
|
7ced2606b2
|
chore(parsers)!: Remove old-style creation (#13310)
|
2023-05-23 14:17:11 -06:00 |
Joshua Powers
|
5e7c5c84e9
|
docs: Explain and note service inputs (#12870)
|
2023-03-27 14:12:35 +02:00 |
Sven Rebhan
|
f87916aaa9
|
feat: Plugin state-persistence (#12166)
|
2023-03-01 15:34:48 -07:00 |
Minsoo, Kim
|
5bbf790242
|
fix(inputs.tail): fix typo in the README (#12648)
|
2023-02-08 06:49:30 -07:00 |
Sven Rebhan
|
eb03bb5599
|
fix(inputs.exec): restore pre-v1.21 behavior for CSV data_format (#12533)
|
2023-01-26 13:51:39 -07:00 |
Thomas Casteleyn
|
61523bd4b9
|
feat(tools/readme_linter): Check for global configuration section (#12426)
|
2023-01-12 16:55:21 +01:00 |
Sven Rebhan
|
ede6cfb920
|
feat(inputs.tail): add option to preserve newlines for multiline data (#12281)
|
2022-11-28 08:18:57 -07:00 |
Sven Rebhan
|
9acbf23ebb
|
feat(inputs.tail): Allow handling of quoted strings spanning multiple lines (#11762)
|
2022-11-15 18:58:15 +01:00 |
Paweł Żak
|
b98a76372a
|
chore: wrap long lines in plugins/inputs/[t-z]* (#12218)
|
2022-11-10 11:41:43 -07:00 |
Joshua Powers
|
49ac03fa80
|
docs: add global configuration header (#12107)
|
2022-10-26 14:58:36 -05:00 |
Sebastian Spaink
|
4913392b85
|
chore: Remove deprecated build tags (#11867)
|
2022-09-22 13:25:31 -05:00 |
Sven Rebhan
|
4897f86ed7
|
fix(parsers.csv): Remove direct checks for the parser type (#11825)
|
2022-09-19 12:15:32 -06:00 |
Sebastian Spaink
|
d67f75e557
|
docs: Remove warning not to remove go:embed (#11797)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
|
2022-09-13 12:47:58 -05:00 |
Joshua Powers
|
8c49ddccc3
|
chore: update to go1.19.1 (#11776)
|
2022-09-08 12:49:36 -06:00 |
Sebastian Spaink
|
9744c3a6a2
|
feat: Migrate influx and influx_upstream parsers to new style (#11432)
|
2022-07-06 15:23:13 -05:00 |
Joshua Powers
|
56a3f18cdf
|
feat: migrate grok to new parser style (#11408)
|
2022-06-30 08:10:27 -06:00 |
Sven Rebhan
|
c46f42f797
|
feat: Migrate json parser to new style (#11226)
|
2022-06-22 09:56:51 -06:00 |
reimda
|
f7aab29381
|
chore: Fix readme linter errors for input plugins M-Z (#11274)
|
2022-06-08 15:22:56 -06:00 |
Joshua Powers
|
2fc19fa308
|
chore: correctly spell embed (#11200)
|
2022-05-27 07:13:47 -06:00 |
Sven Rebhan
|
56eb914998
|
chore: Embed sample configurations into README for inputs (#11136)
|
2022-05-24 08:49:47 -05:00 |
Sebastian Spaink
|
0f5dc9946c
|
chore(inputs_m-z): migrate sample configs into separate files (#11133)
|
2022-05-18 11:31:34 -05:00 |
Sebastian Spaink
|
5676326ae9
|
chore(inputs): add descriptions to config in README.md (#10962)
|
2022-04-12 08:29:02 -05:00 |
Sebastian Spaink
|
b355be5ccb
|
feat: migrate input plugins to new sample config format (M-Z) (#10926)
|
2022-04-11 16:32:25 -05:00 |
Aleksei Larkov
|
9d3d5b9414
|
feat: add ANSI color filter for tail input plugin (#10880)
|
2022-03-30 09:00:16 -06:00 |
Sven Rebhan
|
193dc450c3
|
feat: Parser plugin restructuring (#8791)
|
2022-01-12 15:54:42 -07:00 |
Mya
|
837465fcd5
|
chore: clean up all errors for markdown lint input plugins s through v (#10167)
|
2021-11-24 11:50:13 -07:00 |
Paweł Żak
|
146fff3183
|
fix: Linter fixes for plugins/inputs/[t-z]* (#10105)
|
2021-11-18 07:22:43 -07:00 |
Ehsan
|
db86904759
|
fix: directory monitor input plugin when data format is CSV and csv_skip_rows>0 and csv_header_row_count>=1 (#9865)
|
2021-11-16 15:05:48 -07:00 |
Eng Zer Jun
|
6a3b27126a
|
refactor: move from io/ioutil to io and os package (#9811)
|
2021-09-28 15:16:32 -06:00 |
Sebastian Spaink
|
cfd50de57c
|
fix(inputs.tail): change test default watch method to poll when Win
|
2021-09-14 15:56:49 -05:00 |
Sebastian Spaink
|
3a7d9b6d98
|
fix: support 1.17 & 1.16.7 Go versions (#9642)
|
2021-08-23 15:37:44 -05:00 |
Sven Rebhan
|
9853bf6c54
|
Get rid of deprecated internal.{Duration,Size,Number} (#8969)
|
2021-04-09 13:15:04 -04:00 |