Stash is now known as Bitbucket Server.
See the

Unknown macro: {spacejump}

of this page, or visit the Bitbucket Server documentation home page.

The auditing component of Stash will log many different events that occur when Stash is being used. The events have been assigned priorities based on how important they are – these priorities can be used to control how much information is added to the audit log file. For example, if you have a server under high load and no need for auditing, you may wish to turn audit logging off by setting it to NONE - see the audit log config properties.

Server level events

イベント説明 Priority
ApplicationConfigurationChangedEventThe server configuration has changed e.g. the display name or the base url.

HIGH

LicenseChangedEventThe server license has changed.HIGH
MailHostConfigurationChangedEventThe servers mail host has changed (used to send email notifications).HIGH
MigrationEventAudited at the begining and the end of a database migration.HIGH
ServerEmailAddressChangedEventThe server email address has changed (used in email notifications).HIGH
TicketRejectedEventCertain resources (e.g. the Git processes) are throttled, when tickets are rejected (e.g. too many Git processes are in use) this event is fired.LOW

User management events

イベント説明 Priority
DirectoryCreatedEventOccurs when a new directory is created.MEDIUM
DirectoryDeletedEventOccurs when a new directory is deleted.MEDIUM
GroupCreatedEventOccurs when a new groupis created.MEDIUM
GroupUpdatedEventOccurs when a new group is updated (not when membership changes).MEDIUM
GroupDeletedEventOccurs when a new group is deleted.MEDIUM
GroupMembershipCreatedEventOccurs when a user is added to a group.MEDIUM
GroupMembershipDeletedEventOccurs when a user is removed from a group.MEDIUM
UserAuthenticatedEventOccurs when a user is successfully authenticated (logged in).LOW
UserAuthenticationFailedInvalidAuthenticationEvent

Occurs whenever a user fails to authenticate.

Note that this can occur frequently in Stash whenever a command line CLI is used as the initial URL provided to Stash contains a username but no password, which is rejected by Crowd.

MEDIUM
UserCreatedEventOccurs when a user is created.MEDIUM
UserCredentialUpdatedEventOccurs when a user changes password.MEDIUM
UserDeletedEventOccurs when a user is deleted.MEDIUM

Permission events

(info) in the table below indicates that the event is visible in the recent audit log screen for the project or repository.

イベント説明 Priority
GlobalPermissionGrantedEventOccurs when a user or group is granted a global permission (e.g. create project).HIGH
GlobalPermissionRevokedEventOccurs when a user or group has a global permission revoked.HIGH
ProjectPermissionGrantedEvent

Occurs when a user or group is granted a permission for a specific project. (info)

HIGH
ProjectPermissionRevokedEvent

Occurs when a user or group has a permission for a specific project revoked. (info)

HIGH
RepositoryPermissionEvent

Occurs when a user or group has a permission for a specific repository altered. (info)

HIGH
RestrictedRefEvent

Children of this event are fired when a restricted ref is altered. (info)

HIGH

Project events

(info) in the table below indicates that the event is visible in the recent audit log screen for the project.

イベント説明 Priority
ProjectAvatarUpdatedEventRaised when a project avatar has been successfully updated.LOW

ProjectCreatedEvent

Raised when a project is created. (info)

HIGH
ProjectCreationRequestedEventRaised just before a project is created; can be cancelled.LOW
ProjectModifiedEvent

Raised when a project has been successfully updated (e.g. the project name). (info)

HIGH
ProjectModificationRequestedEvent Raised just before a project is updated; can be cancelled.LOW
ProjectDeletedEvent Raised when a project is deleted.HIGH
ProjectDeletionRequestedEvent Raised just before a project is deleted; can be cancelled.LOW

リポジトリ イベント

(info) in the table below indicates that the event is visible in the recent audit log screen for the project or repository.

イベント説明 Priority
RepositoryAccessedEvent

Raised when a repository is accessed by a user.
Stash currently only fires this event selectively - when users hit a repository page.

LOW

RepositoryCreatedEvent

Raised when a repository is created. (info)

MEDIUM
RepositoryCreationFailedEventRaised when an attempt to create a repository fails.LOW
RepositoryCreationRequestedEventRaised just before a repository is created; can be cancelled.LOW
RepositoryForkedEvent

Raised when a repository is forked successfully. (info)

MEDIUM
RepositoryForkFailedEventRaised when an attempt to fork a repository fails.LOW
RepositoryForkRequestedEventRaised just before a repository is forked; can be cancelled.LOW
RepositoryDefaultBranchModifiedEventRaised when the default branch of a repository is reconfigured (typically through repository settings).LOW
RepositoryDeletedEvent

Raised when a repository is deleted. (info)

HIGH
RepositoryDeletionRequestedEventRaised just before a repository is deleted; can be cancelled.LOW
RepositoryOtherReadEventRaised when the server uploads a pack file to the client via HTTP.LOW
RepositoryOtherWriteEventRaised when the server receives a pack file from the client via HTTP.LOW
RepositoryPullEventRaised when a Git client pulls from a repository (only when new content is sent to the client).LOW
RepositoryPushEventRaised when a Git client pushed to a repository.LOW

プル リクエスト イベント

イベント説明 Priority
PullRequestEventFired at different points in the pull request lifecycle (declined, merged, opened, reopened, rescoped [code updated], updated, approved, unapproved, participants updated).LOW

Plugin events

See this plugin documentation for details of when these events below are triggered.

イベント説明 Priority
PluginDisabledEventOccurs when a plugin has been disabled, either by the system or a user.MEDIUM

PluginEnabledEvent

Occurs when a plugin has been enabled, either by the system or a user.MEDIUM
PluginModuleDisabledEventOccurs when a plugin module has been disabled, either by the system or a user.MEDIUM
PluginModuleEnabledEventOccurs when a plugin module has been enabled, either by the system or a user.MEDIUM
PluginModuleUnavailableEventSignifies a plugin module is now unavailable outside the usual installation process.MEDIUM
PluginUninstalledEventOccurs when a plugin is explicitly uninstalled (as opposed to as part of an upgrade).MEDIUM
PluginUpgradedEventSignifies that a plugin has been upgraded at runtime.MEDIUM
PluginContainerUnavailableEventOccurs when the container of a plugin is being shutdown, usually as a result of the server being stopped.LOW
PluginModuleAvailableEventSignifies that a plugin module is now available outside the usual installation process.LOW
PluginFrameworkStartedEventSignifies that the plugin framework has been started and initialized.LOW
  • ラベルなし