Back to Beats

Oracle module [filebeat-module-oracle]

docs/reference/filebeat/filebeat-module-oracle.md

9.4.03.6 KB
Original Source

% This file is generated! See filebeat/scripts/mage/docs.go

Oracle module [filebeat-module-oracle]

:::::{admonition} Prefer to use {{agent}} for this use case? Refer to the Elastic Integrations documentation.

::::{dropdown} Learn more {{agent}} is a single, unified way to add monitoring for logs, metrics, and other types of data to a host. It can also protect hosts from security threats, query data from operating systems, forward data from remote services or hardware, and more. Refer to the documentation for a detailed comparison of {{beats}} and {{agent}}.

::::

:::::

This is a module for ingesting Audit Trail logs from Oracle Databases.

The module expects an *.aud audit file that is generated from Oracle Databases by default. If this has been disabled then please see the Oracle Database Audit Trail Documentation.

::::{tip} Read the quick start to learn how to configure and run modules. ::::

Compatibility [_compatibility_27]

This module has been tested with Oracle Database 19c, and should work for 18c as well though it has not been tested.

Configure the module [configuring-oracle-module]

You can further refine the behavior of the oracle module by specifying variable settings in the modules.d/oracle.yml file, or overriding settings at the command line.

You must enable at least one fileset in the module. Filesets are disabled by default.

Variable settings [oracle-settings]

Each fileset has separate variable settings for configuring the behavior of the module. If you don’t specify variable settings, the oracle module uses the defaults.

For advanced use cases, you can also override input settings. See Override input settings.

::::{tip} When you specify a setting at the command line, remember to prefix the setting with the module name, for example, oracle.database_audit.var.paths instead of database_audit.var.paths. ::::

database_audit fileset settings [_database_audit_fileset_settings]

Example config:

yaml
- module: oracle
  database_audit:
    var.input: file
    var.paths: /home/user/oracleauditlogs/*/*.aud

var.paths : An array of glob-based paths that specify where to look for the log files. All patterns supported by Go Glob are also supported here. For example, you can use wildcards to fetch all files from a predefined level of subdirectories: /path/to/log/*/*.log. This fetches all .log files from the subfolders of /path/to/log. It does not fetch log files from the /path/to/log folder itself. If this setting is left empty, Filebeat will choose log paths based on your operating system.

var.tags : A list of tags to include in events. Including forwarded indicates that the events did not originate on this host and causes host.name to not be added to events. Defaults to [oracle-database-audit].

Oracle Database fields [_oracle_database_fields]

Oracle Database fields are mapped to the current ECS Fields:

Oracle FieldsECS Fields
privilegehost.user.roles
client_userclient.user.name
userhostclient.ip/domain
database_userserver.user.name

Fields [_fields]

For a description of each field in the module, see the exported fields section.