Uses of Annotation Interface
org.graylog2.audit.jersey.AuditEvent
Packages that use AuditEvent
Package
Description
-
Uses of AuditEvent in org.graylog.aws.config
Methods in org.graylog.aws.config with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAWSConfigurationResource.updateConfig(@Valid AWSPluginConfigurationUpdate update) -
Uses of AuditEvent in org.graylog.events.rest
Methods in org.graylog.events.rest with annotations of type AuditEventModifier and TypeMethodDescriptionvoidEventDefinitionsResource.clearNotificationQueue(@NotBlank String definitionId) jakarta.ws.rs.core.ResponseEventDefinitionsResource.create(boolean schedule, EventDefinitionDto dto, UserContext userContext) jakarta.ws.rs.core.ResponseEventNotificationsResource.create(NotificationDto dto, UserContext userContext) EventDefinitionsResource.delete(@NotBlank String definitionId, UserContext userContext) voidEventNotificationsResource.delete(@NotBlank String notificationId, UserContext userContext) jakarta.ws.rs.core.ResponseEventDefinitionsResource.duplicate(@NotBlank String definitionId, UserContext userContext) voidEventDefinitionsResource.execute(@NotBlank String definitionId, @NotNull EventProcessorParameters parameters) EventDefinitionsResource.schedule(@NotBlank String definitionId, UserContext userContext) EventDefinitionsResource.unschedule(@NotBlank String definitionId, UserContext userContext) jakarta.ws.rs.core.ResponseEventDefinitionsResource.update(@NotBlank String definitionId, boolean schedule, EventDefinitionDto dto, UserContext userContext) jakarta.ws.rs.core.ResponseEventNotificationsResource.update(@NotBlank String notificationId, NotificationDto dto, UserContext userContext) -
Uses of AuditEvent in org.graylog.integrations.aws.resources
Methods in org.graylog.integrations.aws.resources with annotations of type AuditEventModifier and TypeMethodDescriptionKinesisSetupResource.autoKinesisPermissions(@Valid @NotNull CreateRolePermissionRequest request) jakarta.ws.rs.core.ResponseAWSResource.create(@Valid @NotNull AWSInputCreateRequest saveRequest) KinesisSetupResource.createNewKinesisStream(@Valid @NotNull KinesisNewStreamRequest request) KinesisSetupResource.createSubscription(@Valid @NotNull CreateLogSubscriptionRequest request) -
Uses of AuditEvent in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest with annotations of type AuditEventModifier and TypeMethodDescriptionPipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) PipelineConnectionsResource.connectStreams(@NotNull PipelineReverseConnections connection) PipelineResource.createFromParser(@NotNull PipelineSource pipelineSource) RuleResource.createFromParser(@NotNull RuleSource ruleSource) voidvoidPipelineResource.update(String id, @NotNull PipelineSource update) RuleResource.update(String id, @NotNull RuleSource update) RuleResource.updateMetricsConfig(RuleMetricsConfigDto config) -
Uses of AuditEvent in org.graylog.plugins.pipelineprocessor.rulebuilder.rest
Methods in org.graylog.plugins.pipelineprocessor.rulebuilder.rest with annotations of type AuditEventModifier and TypeMethodDescriptionRuleBuilderResource.createFromBuilder(@NotNull RuleBuilderDto ruleBuilderDto) RuleBuilderResource.updateFromBuilder(String id, @NotNull RuleBuilderDto ruleBuilderDto) -
Uses of AuditEvent in org.graylog.plugins.sidecar.rest.resources
Methods in org.graylog.plugins.sidecar.rest.resources with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSidecarResource.assignConfiguration(@Valid @NotNull NodeConfigurationRequest request) jakarta.ws.rs.core.ResponseCollectorResource.copyCollector(String id, String name) jakarta.ws.rs.core.ResponseConfigurationResource.copyConfiguration(String id, String name) jakarta.ws.rs.core.ResponseCollectorResource.createCollector(@Valid @NotNull Collector request) jakarta.ws.rs.core.ResponseConfigurationResource.createConfiguration(@Valid @NotNull Configuration request) jakarta.ws.rs.core.ResponseConfigurationVariableResource.createConfigurationVariable(@Valid @NotNull ConfigurationVariable request) jakarta.ws.rs.core.ResponseCollectorResource.deleteCollector(String id) jakarta.ws.rs.core.ResponseConfigurationResource.deleteConfiguration(String id) jakarta.ws.rs.core.ResponseConfigurationVariableResource.deleteConfigurationVariable(String id) jakarta.ws.rs.core.ResponseActionResource.setAction(@NotEmpty String sidecarId, @Valid @NotNull List<CollectorAction> request) jakarta.ws.rs.core.ResponseAdministrationResource.setAction(@Valid @NotNull BulkActionsRequest request) jakarta.ws.rs.core.ResponseCollectorResource.updateCollector(String id, @Valid @NotNull Collector request) jakarta.ws.rs.core.ResponseConfigurationResource.updateConfiguration(String id, @Valid @NotNull Configuration request) jakarta.ws.rs.core.ResponseConfigurationVariableResource.updateConfigurationVariable(String id, @Valid @NotNull ConfigurationVariable request) -
Uses of AuditEvent in org.graylog.plugins.views.favorites
Methods in org.graylog.plugins.views.favorites with annotations of type AuditEventModifier and TypeMethodDescriptionvoidFavoritesResource.addItemToFavorites(@NotEmpty String grn, SearchUser searchUser) voidFavoritesResource.removeItemFromFavorites(@NotEmpty String grn, SearchUser searchUser) -
Uses of AuditEvent in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with annotations of type AuditEventModifier and TypeMethodDescriptionExportJobsResource.create(@Valid MessagesRequest rawrequest) ViewsResource.create(@Valid @NotNull(message="View is mandatory") ViewDTO dto, UserContext userContext, SearchUser searchUser) ExportJobsResource.createForSearch(String searchId, @Valid ResultFormat formatFromClient) ExportJobsResource.createForSearchType(String searchId, String searchTypeId, @Valid ResultFormat formatFromClient) jakarta.ws.rs.core.ResponseSearchResource.createSearch(SearchDTO searchRequest, SearchUser searchUser) jakarta.ws.rs.core.ResponseSearchResource.createSearchV2(SearchDTOv2 searchRequest, SearchUser searchUser) ViewsResource.delete(@NotEmpty String id, SearchUser searchUser) voidViewsResource.setDefault(@NotEmpty String id) jakarta.ws.rs.core.ResponseFieldTypesResource.triggerFieldTypePolling()ViewsResource.update(@NotEmpty String id, @Valid ViewDTO dto, SearchUser searchUser) -
Uses of AuditEvent in org.graylog.security.authservice.rest
Methods in org.graylog.security.authservice.rest with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAuthServiceBackendsResource.create(@NotNull AuthServiceBackendDTO newConfig) voidjakarta.ws.rs.core.ResponseAuthServiceBackendsResource.update(@NotBlank String backendId, @NotNull AuthServiceBackendDTO updatedConfig) jakarta.ws.rs.core.ResponseGlobalAuthServiceConfigResource.update(GlobalAuthServiceConfig.Data body) HTTPHeaderAuthenticationConfigResource.updateConfig(@Valid HTTPHeaderAuthConfig config) -
Uses of AuditEvent in org.graylog.security.authzroles
Methods in org.graylog.security.authzroles with annotations of type AuditEvent -
Uses of AuditEvent in org.graylog.security.rest
Methods in org.graylog.security.rest with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseCAResource.createCA(@NotNull @Valid CreateCARequest request) jakarta.ws.rs.core.ResponseCAClientResource.createClientCert(@NotNull @Valid CreateClientCertRequest request) jakarta.ws.rs.core.ResponseCAClientResource.deleteClientCert(String role, String principal) voidCertificateRenewalResource.initiateCertRenewalForNode(String nodeID) jakarta.ws.rs.core.ResponseCAResource.uploadCA(String password, List<org.glassfish.jersey.media.multipart.FormDataBodyPart> files) -
Uses of AuditEvent in org.graylog2.contentstream.rest
Methods in org.graylog2.contentstream.rest with annotations of type AuditEventModifier and TypeMethodDescriptionContentStreamResource.setContentStreamUserSettings(String username, @Valid @NotNull ContentStreamSettings settings) -
Uses of AuditEvent in org.graylog2.rest.resources.cluster
Methods in org.graylog2.rest.resources.cluster with annotations of type AuditEventModifier and TypeMethodDescriptionClusterSystemJobResource.cancelJob(UserContext userContext, @NotEmpty String jobId) voidDeprecated. -
Uses of AuditEvent in org.graylog2.rest.resources.datanodes
Methods in org.graylog2.rest.resources.datanodes with annotations of type AuditEventModifier and TypeMethodDescriptionDataNodeManagementResource.removeNode(String nodeId, UserContext userContext) jakarta.ws.rs.core.ResponseDataNodeApiProxyResource.requestDelete(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeRestApiProxyResource.requestDelete(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeApiProxyResource.requestGet(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeRestApiProxyResource.requestGet(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeApiProxyResource.requestPost(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeRestApiProxyResource.requestPost(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeApiProxyResource.requestPut(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseDataNodeRestApiProxyResource.requestPut(String path, String hostname, jakarta.ws.rs.container.ContainerRequestContext requestContext) DataNodeManagementResource.startNode(String nodeId, UserContext userContext) DataNodeManagementResource.stopNode(String nodeId, UserContext userContext) -
Uses of AuditEvent in org.graylog2.rest.resources.roles
Methods in org.graylog2.rest.resources.roles with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponseRolesResource.create(@Valid @NotNull RoleResponse roleResponse) voidjakarta.ws.rs.core.ResponseRolesResource.removeMember(String rolename, String username) RolesResource.update(String name, RoleResponse roleRepresentation) -
Uses of AuditEvent in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search with annotations of type AuditEventModifier and TypeMethodDescriptionDecoratorResource.create(@Valid @NotNull DecoratorImpl decorator) voidDecoratorResource.update(String decoratorId, @Valid @NotNull DecoratorImpl decorator) -
Uses of AuditEvent in org.graylog2.rest.resources.streams
Methods in org.graylog2.rest.resources.streams with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseStreamResource.assignToIndexSet(String indexSetId, @Valid @NotNull List<String> streamIds) jakarta.ws.rs.core.ResponseStreamResource.cloneStream(String streamId, @Valid @NotNull CloneStreamRequest cr, UserContext userContext) jakarta.ws.rs.core.ResponseStreamResource.create(CreateStreamRequest cr, UserContext userContext) voidStreamResource.delete(String streamId, UserContext userContext) voidvoidStreamResource.resume(@NotEmpty String streamId, UserContext userContext) StreamResource.update(String streamId, @Valid @NotNull UpdateStreamRequest cr, UserContext userContext) -
Uses of AuditEvent in org.graylog2.rest.resources.streams.destinations.filters
Methods in org.graylog2.rest.resources.streams.destinations.filters with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseStreamDestinationFiltersResource.createFilter(@NotBlank String streamId, @Valid StreamDestinationFilterRuleDTO dto) jakarta.ws.rs.core.ResponseStreamDestinationFiltersResource.deleteFilter(@NotBlank String streamId, @NotBlank String filterId) jakarta.ws.rs.core.ResponseStreamDestinationFiltersResource.updateFilter(@NotBlank String streamId, @NotBlank String filterId, @Valid StreamDestinationFilterRuleDTO dto) -
Uses of AuditEvent in org.graylog2.rest.resources.streams.outputs
Methods in org.graylog2.rest.resources.streams.outputs with annotations of type AuditEvent -
Uses of AuditEvent in org.graylog2.rest.resources.streams.rules
Methods in org.graylog2.rest.resources.streams.rules with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseStreamRuleResource.create(String streamId, @Valid @NotNull CreateStreamRuleRequest cr) voidStreamRuleResource.update(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) StreamRuleResource.updateDeprecated(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) Deprecated. -
Uses of AuditEvent in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseGrokResource.bulkUpdatePatterns(@NotNull GrokPatternList patternList, boolean deprecatedDropAllExisting, GrokPatternService.ImportStrategy importStrategy) jakarta.ws.rs.core.ResponseGrokResource.bulkUpdatePatternsFromTextFile(@NotNull InputStream patternsFile, boolean deprecatedDropAllExisting, GrokPatternService.ImportStrategy importStrategy) jakarta.ws.rs.core.ResponseGrokResource.createPattern(@Valid @NotNull GrokPattern pattern) voidvoidvoidNotificationsResource.deleteKeyedNotification(String notificationType, String notificationKey) voidNotificationsResource.deleteNotification(String notificationType) voidDeflectorResource.deprecatedCycle()Deprecated.voidGettingStartedResource.dismissGettingStarted()voidSystemProcessingResource.pauseProcessing()jakarta.ws.rs.core.ResponseUrlWhitelistResource.put(@NotNull UrlWhitelist whitelist) jakarta.ws.rs.core.ResponseIndexRangesResource.rebuild()jakarta.ws.rs.core.ResponseIndexRangesResource.rebuildIndex(@NotEmpty String index) jakarta.ws.rs.core.ResponseIndexRangesResource.rebuildIndexSet(@NotBlank String indexSetId) voidGrokResource.removePattern(String patternId) voidSystemProcessingResource.resumeProcessing()jakarta.ws.rs.core.ResponseSystemShutdownResource.shutdown()Deprecated.jakarta.ws.rs.core.ResponseSessionsResource.terminateSession(jakarta.ws.rs.container.ContainerRequestContext requestContext) jakarta.ws.rs.core.ResponseSessionsResource.terminateSessionWithId(String sessionId, jakarta.ws.rs.container.ContainerRequestContext requestContext) Deprecated.voidSystemProcessingResource.unlockProcessingPause()jakarta.ws.rs.core.ResponseClusterConfigResource.update(@NotBlank String configClass, @NotNull InputStream body) MessageProcessorsResource.updateConfig(MessageProcessorsConfigWithDescriptors configWithDescriptors) GrokResource.updatePattern(String patternId, GrokPattern pattern) -
Uses of AuditEvent in org.graylog2.rest.resources.system.contentpacks
Methods in org.graylog2.rest.resources.system.contentpacks with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseContentPackResource.createContentPack(@NotNull @Valid ContentPack contentPack) voidContentPackResource.deleteContentPack(ModelId contentPackId) voidContentPackResource.deleteContentPack(ModelId contentPackId, int revision) jakarta.ws.rs.core.ResponseContentPackResource.deleteContentPackInstallationById(ModelId contentPackId, String installationId) ContentPackResource.installContentPack(ModelId id, int revision, @Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest) -
Uses of AuditEvent in org.graylog2.rest.resources.system.debug.bundle
Methods in org.graylog2.rest.resources.system.debug.bundle with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSupportBundleResource.buildBundle(jakarta.ws.rs.core.HttpHeaders httpHeaders) jakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response -
Uses of AuditEvent in org.graylog2.rest.resources.system.field_types
Methods in org.graylog2.rest.resources.system.field_types with annotations of type AuditEventModifier and TypeMethodDescriptionFieldTypeMappingsResource.changeFieldType(@Valid @NotNull(message="Request body is mandatory") FieldTypeChangeRequest request) FieldTypeMappingsResource.removeCustomMapping(@Valid @NotNull(message="Request body is mandatory") CustomFieldMappingRemovalRequest request) jakarta.ws.rs.core.ResponseFieldTypeMappingsResource.removeProfileFromIndexSets(@Valid @NotNull(message="Request body is mandatory") FieldTypeProfileUnsetRequest request) jakarta.ws.rs.core.ResponseFieldTypeMappingsResource.setProfile(@Valid @NotNull(message="Request body is mandatory") FieldTypeProfileChangeRequest request) -
Uses of AuditEvent in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer with annotations of type AuditEventModifier and TypeMethodDescriptionvoidIndexFieldTypeProfileResource.create(IndexFieldTypeProfileData profileData) IndexSetTemplateResource.create(IndexSetTemplateRequest templateData) voidvoidvoidvoidvoidIndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) IndexSetsResource.setDefault(String id) IndexTemplatesResource.syncAll()voidIndexFieldTypeProfileResource.update(IndexFieldTypeProfile profile) IndexSetsResource.update(String id, @Valid @NotNull IndexSetUpdateRequest updateRequest) voidIndexSetTemplateResource.update(String id, @NotNull IndexSetTemplateRequest template) -
Uses of AuditEvent in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseExtractorsResource.create(String inputId, @Valid @NotNull CreateExtractorRequest cer) jakarta.ws.rs.core.ResponseInputsResource.create(@Valid @NotNull InputCreateRequest lr) jakarta.ws.rs.core.ResponseStaticFieldsResource.create(String inputId, @Valid @NotNull CreateStaticFieldRequest csfr) voidvoidExtractorsResource.order(String inputPersistId, OrderExtractorsRequest oer) voidvoidExtractorsResource.update(String inputId, String extractorId, @Valid @NotNull CreateExtractorRequest cer) jakarta.ws.rs.core.ResponseInputsResource.update(@Valid @NotNull InputCreateRequest lr, String inputId) -
Uses of AuditEvent in org.graylog2.rest.resources.system.jobs
Methods in org.graylog2.rest.resources.system.jobs with annotations of type AuditEventModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSystemJobResource.acknowledgeJob(UserContext userContext, @NotEmpty String jobId) jakarta.ws.rs.core.ResponseSystemJobResource.trigger(@Valid @NotNull TriggerRequest tr) -
Uses of AuditEvent in org.graylog2.rest.resources.system.logs
Methods in org.graylog2.rest.resources.system.logs with annotations of type AuditEventModifier and TypeMethodDescriptionvoidLoggersResource.setSingleLoggerLevel(@NotEmpty String loggerName, @NotEmpty String level) voidLoggersResource.setSubsystemLoggerLevel(@NotEmpty String subsystemTitle, @NotEmpty String level) -
Uses of AuditEvent in org.graylog2.rest.resources.system.lookup
Methods in org.graylog2.rest.resources.system.lookup with annotations of type AuditEventModifier and TypeMethodDescriptionLookupTableResource.createAdapter(@Valid DataAdapterApi newAdapter) LookupTableResource.createCache(CacheApi newCache) LookupTableResource.createTable(LookupTableApi lookupTable) LookupTableResource.deleteAdapter(@NotEmpty String idOrName) LookupTableResource.deleteCache(@NotEmpty String idOrName) LookupTableResource.removeTable(@NotEmpty String idOrName) LookupTableResource.updateAdapter(@NotEmpty String idOrName, @Valid DataAdapterApi toUpdate) LookupTableResource.updateCache(@NotEmpty String idOrName, CacheApi toUpdate) LookupTableResource.updateTable(@NotEmpty String idOrName, @Valid LookupTableApi toUpdate) -
Uses of AuditEvent in org.graylog2.rest.resources.system.outputs
Methods in org.graylog2.rest.resources.system.outputs with annotations of type AuditEvent -
Uses of AuditEvent in org.graylog2.rest.resources.users
Methods in org.graylog2.rest.resources.users with annotations of type AuditEventModifier and TypeMethodDescriptionvoidUsersResource.changePassword(String userId, @Valid ChangePasswordRequest cr) voidUsersResource.changeUser(String userId, @Valid @NotNull ChangeUserRequest cr) jakarta.ws.rs.core.ResponseUsersResource.create(@Valid @NotNull CreateUserRequest cr) voidUsersResource.deletePermissions(String username) voidUsersResource.deleteUser(String username) voidUsersResource.deleteUserById(String userId) voidUsersResource.editPermissions(String username, @Valid @NotNull PermissionEditRequest permissionRequest) UsersResource.generateNewToken(String userId, String name, String body) voidUsersResource.revokeToken(String userId, String idOrToken) voidUsersResource.savePreferences(String username, UpdateUserPreferences preferencesRequest) jakarta.ws.rs.core.ResponseUsersResource.updateAccountStatus(@NotBlank String userId, @NotBlank String newStatusString, UserContext userContext)