Commit 2f088ef
Adding as400 (#709)
* Updating dependencies
* Add collectors in agent manager
* Updating agent grpc proto, classes and backend interaction with agent manager.
* Add collectors to log-auth-proxy
* Update gRPC services
* Added AS_400 changeset
* Added AS_400 config keys
* Added AS_400 config keys
* Adding collector services and resources. Updating dependencies.
* Updating CollectorOpsService and UtmCollectorResource to handle the upsert configurations and error handling.
* Added AS_400 changeset
* Added AS_400 module
* Revert "Merge branch 'feature/10.5/as400' of ssh://github.com/utmstack/UTMStack into feature/10.5/as400"
This reverts commit ada4575, reversing
changes made to 2ebed07.
* Updating all changes because of an error during branch update from main.
* Updating master.xml missing.
* Updating comments and some handling error messages in UtmCollectorResource.
* Updating proto file and protobuf classes.
* Creating Agent Manager Image
* Update UTMStack Version
* Clean logs
* Updating filter for as 400
* Refactor AS_400 module
* Implemented a unique hostname validator by collector
* Refactor save collector config
* Refactor save collector config
* Added collector sources
* Added collector sources
* Added UX AS-400
* Added UX AS-400
* Added collector-group ux
* Added collector-group ux
* Added collector group's sources
* Added collector-group ux
* Added collector-group ux
* Fixed expire token behavior
* Refactor add tenant/collector functionality
* Fixed the search by unique group name
* Fixed the search by group in collector view
* Fixed error handling in the interceptor for status code 502
* Updated unique restriction for utm_assets_group
* Fixed Some conditions doesn't need to set value when setting fields filtering for tags rules (#690)
* Feature as-400
* Disabled alerts when datasource is down
* Refactor AS400 module
* Refactor As400 module
* Refactor AS400 module
* Refactor AS400 module
* Delete collector and agent in cache after delete
* Fixing memory problems
* add aws datasource
* add sophos datasource
* Change aws and sophos images to github
* Change environment variables for aws and sophos
* skip error logging on backend not started
* Fixed conflicts after merge with main
* Updated winlogbeat uninstall command
* Updated Bitdefender guide
* initialize timegroup map
* typo
* Updated AS400 guide
* Fix configurations names in aws and sophos integrations
* Updated AS400 guide
* Change version
* Refactor synchronize collector functionality
* Please remember the following text:
Fixed validation for collector configuration
* Please remember the following text:
Fixed variable name for Linux command installation.
* Fixed variable name for Linux command installation.
* time as epoch
* better loggin on aws datasource processor
* Refactor list collector endpoint
* Fixed collector bugs.
* Fixed collector bugs.
* Fix logging in new integrations
* Update dependabot dependencies
* reduce system reserved memory and give it to elastic
* Added delete collector endpoint
* Added delete collector functionality.
* Added validation to save collector configuration.
* Trying to fix memory leak in agent manager
* make type declarations importable from outside for testing purposes
* fix function not defined
* reduce system reserved memory and increase agent-manager minimum
* Change version 10.5.0
* Disable connection key validation to prevent unrecognized instances
* Fixed uninstall Windows command
* Fixed save collector configuration param
* Add profile to agent manager
* Updating pprof ip
* Close parked goroutine
* Processing pending collector configs
* Prevent multiple connections from same client in agent manager
* Fixed guide uninstall command
* Fixed install uninstall command
* Lowercase for log type in log auth
* Added validation to delete collector for valid configuration only
* Updated AIX and FORTIWEB functions
* Added validation to delete collector for valid configuration only
* Fixed collector name on detail view
* Fixed navigation to collector view
* Fixed add group from collector/assets groups view
* Updated IBM 400 changeset
* Fixed add group from collector/assets groups view
* Added ibm-as-400 filter
* Added ibm-as-400 filter
* Added ibm-as-400 filter
---------
Co-authored-by: Yorjander Hernandez Vergara <[email protected]>
Co-authored-by: Manuel Abascal <[email protected]>
Co-authored-by: Jose Sanchez <[email protected]>1 parent 1ec8b36 commit 2f088ef
File tree
284 files changed
+14673
-7432
lines changed- .github/workflows
- agent-manager
- agent
- auth
- config
- migration
- models
- protos
- repository
- service
- util
- agent
- agent
- agent
- logservice
- protos
- serv
- installer
- redline
- self
- updater
- aws
- configuration
- processor
- utils
- backend
- src/main
- java/com/park/utmstack
- config
- domain
- application_modules
- enums
- factory
- impl
- collector
- network_scan
- enums
- repository
- collector
- service
- agent_manager
- application_modules
- collectors
- dto/collectors
- dto
- grpc
- network_scan
- validators/collector
- web/rest
- application_modules
- collectors
- vm
- proto
- resources/config/liquibase
- changelog
- bitdefender
- configuration
- correlation
- etc/scripts
- filters/ibm
- frontend/src/app
- app-module
- app-module-view
- conf/int-generic-group-config
- guides
- guide-as400
- guide-bitdefender
- guide-winlogbeat
- module-integration
- assets-discover
- asset-groups
- asset-group-create
- collectors-view
- blocks/interceptor
- installer
- types
- utils
- log-auth-proxy
- agent
- config
- handlers
- logservice
- middleware
- model
- panelservice
- protos
- utils
- mutate
- office365
- processor
- utils
- sophos
- configuration
- processor
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
284 files changed
+14673
-7432
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
0 commit comments