ECS::LogEntry::Package
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
package.architecture
Package architecture.
Level: Extended Type: Keyword Example:
x86_64
package.architecture
Package architecture.
Level: Extended Type: Keyword Example:
x86_64
package.build_version
Additional information about the build version of the installed package.
For example use the commit SHA of a non-released package.
Level: Extended Type: Keyword Example:
36f4f7e89dd61b0988b12ee000b98966867710cd
package.build_version
Additional information about the build version of the installed package.
For example use the commit SHA of a non-released package.
Level: Extended Type: Keyword Example:
36f4f7e89dd61b0988b12ee000b98966867710cd
package.checksum
Checksum of the installed package for verification.
Level: Extended Type: Keyword Example:
68b329da9893e34099c7d8ad5cb9c940
package.checksum
Checksum of the installed package for verification.
Level: Extended Type: Keyword Example:
68b329da9893e34099c7d8ad5cb9c940
package.description
Description of the package.
Level: Extended Type: Keyword Example:
Open source programming language to build simple/reliable/efficient software.
package.description
Description of the package.
Level: Extended Type: Keyword Example:
Open source programming language to build simple/reliable/efficient software.
package.install_scope
Indicating how the package was installed, e.g. user-local, global.
Level: Extended Type: Keyword Example:
global
package.install_scope
Indicating how the package was installed, e.g. user-local, global.
Level: Extended Type: Keyword Example:
global
package.installed
Time when package was installed.
Level: Extended Type: Date
package.license
License under which the package was released.
Use a short name, e.g. the license identifier from SPDX License List where possible (https://spdx.org/licenses/).
Level: Extended Type: Keyword Example:
Apache License 2.0
package.license
License under which the package was released.
Use a short name, e.g. the license identifier from SPDX License List where possible (https://spdx.org/licenses/).
Level: Extended Type: Keyword Example:
Apache License 2.0
package.name
Package name
Level: Extended Type: Keyword Example:
go
package.path
Path where the package is installed.
Level: Extended Type: Keyword Example:
/usr/local/Cellar/go/1.12.9/
package.path
Path where the package is installed.
Level: Extended Type: Keyword Example:
/usr/local/Cellar/go/1.12.9/
package.reference
Home page or reference URL of the software in this package, if available.
Level: Extended Type: Keyword Example:
https://golang.org
package.reference
Home page or reference URL of the software in this package, if available.
Level: Extended Type: Keyword Example:
https://golang.org
package.size
Package size in bytes.
Level: Extended Type: Long Example:
62231
package.type
Type of package.
This should contain the package file type, rather than the package manager name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.
Level: Extended Type: Keyword Example:
rpm
package.type
Type of package.
This should contain the package file type, rather than the package manager name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.
Level: Extended Type: Keyword Example:
rpm
package.version
Package version
Level: Extended Type: Keyword Example:
1.12.9