IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Oracle fields

edit

Oracle database module

oracle

edit

Oracle module

tablespace

edit

tablespace

oracle.tablespace.name

Tablespace name

type: keyword

data_file

edit

Database files information

oracle.tablespace.data_file.id

Tablespace unique identifier

type: long

oracle.tablespace.data_file.name

Filename of the data file

type: keyword

size

edit

Size information about the file

oracle.tablespace.data_file.size.max.bytes

Maximum file size in bytes

type: long

format: bytes

oracle.tablespace.data_file.size.bytes

Size of the file in bytes

type: long

format: bytes

oracle.tablespace.data_file.size.free.bytes

The size of the file available for user data. The actual size of the file minus this value is used to store file related metadata.

type: long

format: bytes

oracle.tablespace.data_file.status

File status: AVAILABLE or INVALID (INVALID means that the file number is not in use, for example, a file in a tablespace that was dropped)

type: keyword

oracle.tablespace.data_file.online_status

Last known online status of the data file. One of SYSOFF, SYSTEM, OFFLINE, ONLINE or RECOVER.

type: keyword

space

edit

Tablespace space usage information

oracle.tablespace.space.free.bytes

Tablespace total free space available, in bytes.

type: long

format: bytes

oracle.tablespace.space.used.bytes

Tablespace used space, in bytes.

type: long

format: bytes

oracle.tablespace.space.total.bytes

Tablespace total size, in bytes.

type: long

format: bytes