Commit Graph

59 Commits

Author SHA1 Message Date
Cody Lee 07781214c3
Add config option to suppress unknown device type messages
Adds log_unknown_types config option (default: false) to control logging
of unknown UniFi device types. When disabled (default), unknown devices
are silently ignored to reduce log volume. When enabled, they are logged
as DEBUG messages instead of ERROR. Addresses issue #912.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-25 11:24:33 -06:00
aharper343 9b62519bfe Rebasing 2025-12-24 00:25:09 -05:00
Sven Grossmann a3dc4cd0b2 feat: add save_syslog option for v2 system-log API
Add new save_syslog config option to collect events from the v2 UniFi
system-log API (/v2/api/site/{site}/system-log/all).

Changes:
- Add SaveSyslog field to Controller struct
- Add collectSyslog() function using v2 API
- Keep collectEvents() using v1 API for backwards compatibility
- Add RedactIPPII() helper for PII redaction
- Update lokiunifi to log raw JSON (parseable with Loki | json)
- Reduce indexed labels to low-cardinality fields only
- Add SystemLogEntry handler in lokiunifi report

Config: save_syslog (v2 API) vs save_events (v1 API)
Env: UP_UNIFI_DEFAULT_SAVE_SYSLOG=true
2025-12-22 17:23:53 +01:00
Sofiane A 5a89a4634a Add default_site_name_override to support customizable default site names 2025-04-29 16:12:32 +02:00
Cody Lee e946f246eb
update example conf file 2025-01-10 15:25:16 -06:00
Cody Lee c002283387
fixes the webserver default file path issues 2023-04-13 09:56:24 -05:00
Cody Lee fded91ce40
fixed start loop 2022-12-11 13:00:40 -06:00
Cody Lee 8a3bb1a562
add documentation for timeout 2022-12-08 21:14:43 -06:00
Cody Lee bd51cf59f3
move to a common pattern on output plugins to catch common issues 2022-12-05 22:00:48 -06:00
Cody Lee eaecfcdbfd
add helpful comment back link for advanced options 2022-01-18 10:00:22 -06:00
Cody Lee 273ff7c90f
drop advanced defaults for datadog plugin, leave these documented upstream in the datadogunifi README 2022-01-18 09:55:32 -06:00
Cody Lee 89587ae8d2
update default comments 2022-01-18 09:53:08 -06:00
Cody Lee 7d27b8bd52
address pr comment
switch to toml, not yaml in a toml 🤦

default disable

update examples
2022-01-18 09:50:23 -06:00
Cody Lee 6c6ae18b7c
mirror default config settings 2022-01-17 15:15:32 -06:00
KzBoy bb51913c06
Removed some comment references to Unifi Poller. 2021-11-26 15:56:34 -05:00
David Newhall II d897916345 Update application builder 2021-03-15 00:41:09 -07:00
David Newhall II b0044155f5 add base for new features 2021-03-15 00:01:43 -07:00
davidnewhall2 6197177a45 update config file options 2020-07-19 00:17:47 -07:00
davidnewhall2 7e37bb5d6e minor updates 2020-07-06 02:39:38 -07:00
davidnewhall2 8abf82114c update config 2020-07-05 03:06:50 -07:00
davidnewhall2 eacce79785 updates 2020-06-29 22:36:05 -07:00
davidnewhall2 101b066036 update examples 2020-06-25 22:39:42 -07:00
davidnewhall2 4a4160d10c Add events 2020-06-20 04:18:41 -07:00
davidnewhall2 b32a9edebf fix 2020-06-15 06:05:37 -07:00
davidnewhall2 9f58c65acc update docs and examples 2020-06-15 02:19:09 -07:00
davidnewhall2 22741ccab3 update docs 2020-02-04 20:04:17 -08:00
davidnewhall2 2e252b5069 Fix defaults 2020-02-03 00:10:00 -08:00
David Newhall II e088aba9c8
Update up.conf.example 2020-01-26 18:36:14 -08:00
davidnewhall2 bd0680b92a Add DPI collection 2019-12-27 23:59:16 -08:00
davidnewhall2 84edadaa94 Make a new docker image 2019-12-24 23:43:49 -08:00
davidnewhall2 3f6a3e9721 ocd 2019-12-20 03:22:41 -08:00
davidnewhall2 ed3bed4c7b rename some things 2019-12-20 03:19:00 -08:00
davidnewhall2 de16ba2399 fixes 2019-12-20 02:44:53 -08:00
davidnewhall2 44c544d8e1 Add dynamic plugin support 2019-12-16 03:11:40 -08:00
davidnewhall2 ac39d1727f make output plugins call in to initialize 2019-12-15 02:52:43 -08:00
davidnewhall2 510251252b update docs 2019-12-14 19:37:41 -08:00
davidnewhall2 e984f1e3f6 doc updates 2019-12-01 22:19:57 -08:00
davidnewhall2 935582ce73 update example 2019-12-01 19:29:40 -08:00
davidnewhall2 cef7815e2d allow more data reduction 2019-11-30 03:42:17 -08:00
davidnewhall2 ebe05ec3e5 move pkgs, update readme, add two more metrics to influx client 2019-11-30 01:45:42 -08:00
davidnewhall2 9743a83aff fix comments 2019-11-29 13:55:59 -08:00
davidnewhall2 6bcdfcda0e Update comment 2019-11-27 02:57:24 -08:00
davidnewhall2 640075da94 fix more port numbers 2019-11-25 00:19:05 -08:00
davidnewhall2 bee5a5901c add site code 2019-11-17 03:02:25 -08:00
davidnewhall2 9bd4737730 Base layout .. maybe. 2019-11-17 00:52:13 -08:00
davidnewhall2 7094c2ce2c this is just a start, nothing works yet 2019-11-12 00:04:01 -08:00
David Newhall II bdfec45579 Remove max errors parameter 2019-09-25 00:12:09 -07:00
davidnewhall2 de365d802f Fix some bugs. 2019-09-20 18:36:20 -07:00
David Newhall II b0fbfff621 Fix default user in config files. 2019-08-26 02:16:44 -07:00
David Newhall II a9070dada9 change default config options to uncommented 2019-08-25 02:09:48 -07:00