1. Packages
  2. Routeros Provider
  3. API Docs
  4. SystemLoggingAction
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

routeros.SystemLoggingAction

Explore with Pulumi AI

routeros logo
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

    Create SystemLoggingAction Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SystemLoggingAction(name: string, args: SystemLoggingActionArgs, opts?: CustomResourceOptions);
    @overload
    def SystemLoggingAction(resource_name: str,
                            args: SystemLoggingActionArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemLoggingAction(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            target: Optional[str] = None,
                            memory_stop_on_full: Optional[bool] = None,
                            remember: Optional[bool] = None,
                            disk_file_count: Optional[float] = None,
                            disk_file_name: Optional[str] = None,
                            disk_lines_per_file: Optional[float] = None,
                            disk_stop_on_full: Optional[bool] = None,
                            email_start_tls: Optional[bool] = None,
                            email_to: Optional[str] = None,
                            memory_lines: Optional[float] = None,
                            remote: Optional[str] = None,
                            bsd_syslog: Optional[bool] = None,
                            name: Optional[str] = None,
                            ___id_: Optional[float] = None,
                            remote_log_format: Optional[str] = None,
                            remote_port: Optional[float] = None,
                            remote_protocol: Optional[str] = None,
                            src_address: Optional[str] = None,
                            syslog_facility: Optional[str] = None,
                            syslog_severity: Optional[str] = None,
                            syslog_time_format: Optional[str] = None,
                            system_logging_action_id: Optional[str] = None,
                            ___path_: Optional[str] = None)
    func NewSystemLoggingAction(ctx *Context, name string, args SystemLoggingActionArgs, opts ...ResourceOption) (*SystemLoggingAction, error)
    public SystemLoggingAction(string name, SystemLoggingActionArgs args, CustomResourceOptions? opts = null)
    public SystemLoggingAction(String name, SystemLoggingActionArgs args)
    public SystemLoggingAction(String name, SystemLoggingActionArgs args, CustomResourceOptions options)
    
    type: routeros:SystemLoggingAction
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SystemLoggingActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SystemLoggingActionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SystemLoggingActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemLoggingActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemLoggingActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SystemLoggingAction Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SystemLoggingAction resource accepts the following input properties:

    Target string
    Storage facility or target of log messages.
    BsdSyslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    DiskFileCount double
    Specifies number of files used to store log messages, applicable only if action=disk.
    DiskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    DiskLinesPerFile double
    Specifies maximum size of file in lines, applicable only if action=disk.
    DiskStopOnFull bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    EmailStartTls bool
    Whether to use tls when sending email, applicable only if action=email.
    EmailTo string
    Email address where logs are sent, applicable only if action=email.
    MemoryLines double
    Number of records in local memory buffer, applicable only if action=memory.
    MemoryStopOnFull bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    Name string
    Name of an action.
    Remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    Remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    RemoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    RemotePort double
    Remote logging server's UDP port, applicable if action=remote.
    RemoteProtocol string
    Protocol for remote logging messages.
    SrcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    SyslogFacility string
    SYSLOG facility, applicable if action=remote.
    SyslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    SyslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    SystemLoggingActionId string
    ___id_ double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    Target string
    Storage facility or target of log messages.
    BsdSyslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    DiskFileCount float64
    Specifies number of files used to store log messages, applicable only if action=disk.
    DiskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    DiskLinesPerFile float64
    Specifies maximum size of file in lines, applicable only if action=disk.
    DiskStopOnFull bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    EmailStartTls bool
    Whether to use tls when sending email, applicable only if action=email.
    EmailTo string
    Email address where logs are sent, applicable only if action=email.
    MemoryLines float64
    Number of records in local memory buffer, applicable only if action=memory.
    MemoryStopOnFull bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    Name string
    Name of an action.
    Remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    Remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    RemoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    RemotePort float64
    Remote logging server's UDP port, applicable if action=remote.
    RemoteProtocol string
    Protocol for remote logging messages.
    SrcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    SyslogFacility string
    SYSLOG facility, applicable if action=remote.
    SyslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    SyslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    SystemLoggingActionId string
    ___id_ float64
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    target String
    Storage facility or target of log messages.
    ___id_ Double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog Boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    diskFileCount Double
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName String
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile Double
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull Boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls Boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo String
    Email address where logs are sent, applicable only if action=email.
    memoryLines Double
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull Boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name String
    Name of an action.
    remember Boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote String
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat String
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort Double
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol String
    Protocol for remote logging messages.
    srcAddress String
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility String
    SYSLOG facility, applicable if action=remote.
    syslogSeverity String
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat String
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId String
    target string
    Storage facility or target of log messages.
    ___id_ number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    diskFileCount number
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile number
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo string
    Email address where logs are sent, applicable only if action=email.
    memoryLines number
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name string
    Name of an action.
    remember boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort number
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol string
    Protocol for remote logging messages.
    srcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility string
    SYSLOG facility, applicable if action=remote.
    syslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId string
    target str
    Storage facility or target of log messages.
    ___id_ float
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ str
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsd_syslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    disk_file_count float
    Specifies number of files used to store log messages, applicable only if action=disk.
    disk_file_name str
    Name of the file used to store log messages, applicable only if action=disk.
    disk_lines_per_file float
    Specifies maximum size of file in lines, applicable only if action=disk.
    disk_stop_on_full bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    email_start_tls bool
    Whether to use tls when sending email, applicable only if action=email.
    email_to str
    Email address where logs are sent, applicable only if action=email.
    memory_lines float
    Number of records in local memory buffer, applicable only if action=memory.
    memory_stop_on_full bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name str
    Name of an action.
    remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote str
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remote_log_format str
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remote_port float
    Remote logging server's UDP port, applicable if action=remote.
    remote_protocol str
    Protocol for remote logging messages.
    src_address str
    Source address used when sending packets to remote server, applicable if action=remote.
    syslog_facility str
    SYSLOG facility, applicable if action=remote.
    syslog_severity str
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslog_time_format str
    SYSLOG time format (bsd-syslog or iso8601).
    system_logging_action_id str
    target String
    Storage facility or target of log messages.
    ___id_ Number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog Boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    diskFileCount Number
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName String
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile Number
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull Boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls Boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo String
    Email address where logs are sent, applicable only if action=email.
    memoryLines Number
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull Boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name String
    Name of an action.
    remember Boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote String
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat String
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort Number
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol String
    Protocol for remote logging messages.
    srcAddress String
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility String
    SYSLOG facility, applicable if action=remote.
    syslogSeverity String
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat String
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystemLoggingAction resource produces the following output properties:

    Default bool
    It's the default item.
    Id string
    The provider-assigned unique ID for this managed resource.
    Default bool
    It's the default item.
    Id string
    The provider-assigned unique ID for this managed resource.
    default_ Boolean
    It's the default item.
    id String
    The provider-assigned unique ID for this managed resource.
    default boolean
    It's the default item.
    id string
    The provider-assigned unique ID for this managed resource.
    default bool
    It's the default item.
    id str
    The provider-assigned unique ID for this managed resource.
    default Boolean
    It's the default item.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing SystemLoggingAction Resource

    Get an existing SystemLoggingAction resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SystemLoggingActionState, opts?: CustomResourceOptions): SystemLoggingAction
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ___id_: Optional[float] = None,
            ___path_: Optional[str] = None,
            bsd_syslog: Optional[bool] = None,
            default: Optional[bool] = None,
            disk_file_count: Optional[float] = None,
            disk_file_name: Optional[str] = None,
            disk_lines_per_file: Optional[float] = None,
            disk_stop_on_full: Optional[bool] = None,
            email_start_tls: Optional[bool] = None,
            email_to: Optional[str] = None,
            memory_lines: Optional[float] = None,
            memory_stop_on_full: Optional[bool] = None,
            name: Optional[str] = None,
            remember: Optional[bool] = None,
            remote: Optional[str] = None,
            remote_log_format: Optional[str] = None,
            remote_port: Optional[float] = None,
            remote_protocol: Optional[str] = None,
            src_address: Optional[str] = None,
            syslog_facility: Optional[str] = None,
            syslog_severity: Optional[str] = None,
            syslog_time_format: Optional[str] = None,
            system_logging_action_id: Optional[str] = None,
            target: Optional[str] = None) -> SystemLoggingAction
    func GetSystemLoggingAction(ctx *Context, name string, id IDInput, state *SystemLoggingActionState, opts ...ResourceOption) (*SystemLoggingAction, error)
    public static SystemLoggingAction Get(string name, Input<string> id, SystemLoggingActionState? state, CustomResourceOptions? opts = null)
    public static SystemLoggingAction get(String name, Output<String> id, SystemLoggingActionState state, CustomResourceOptions options)
    resources:  _:    type: routeros:SystemLoggingAction    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BsdSyslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    Default bool
    It's the default item.
    DiskFileCount double
    Specifies number of files used to store log messages, applicable only if action=disk.
    DiskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    DiskLinesPerFile double
    Specifies maximum size of file in lines, applicable only if action=disk.
    DiskStopOnFull bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    EmailStartTls bool
    Whether to use tls when sending email, applicable only if action=email.
    EmailTo string
    Email address where logs are sent, applicable only if action=email.
    MemoryLines double
    Number of records in local memory buffer, applicable only if action=memory.
    MemoryStopOnFull bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    Name string
    Name of an action.
    Remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    Remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    RemoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    RemotePort double
    Remote logging server's UDP port, applicable if action=remote.
    RemoteProtocol string
    Protocol for remote logging messages.
    SrcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    SyslogFacility string
    SYSLOG facility, applicable if action=remote.
    SyslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    SyslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    SystemLoggingActionId string
    Target string
    Storage facility or target of log messages.
    ___id_ double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    BsdSyslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    Default bool
    It's the default item.
    DiskFileCount float64
    Specifies number of files used to store log messages, applicable only if action=disk.
    DiskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    DiskLinesPerFile float64
    Specifies maximum size of file in lines, applicable only if action=disk.
    DiskStopOnFull bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    EmailStartTls bool
    Whether to use tls when sending email, applicable only if action=email.
    EmailTo string
    Email address where logs are sent, applicable only if action=email.
    MemoryLines float64
    Number of records in local memory buffer, applicable only if action=memory.
    MemoryStopOnFull bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    Name string
    Name of an action.
    Remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    Remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    RemoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    RemotePort float64
    Remote logging server's UDP port, applicable if action=remote.
    RemoteProtocol string
    Protocol for remote logging messages.
    SrcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    SyslogFacility string
    SYSLOG facility, applicable if action=remote.
    SyslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    SyslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    SystemLoggingActionId string
    Target string
    Storage facility or target of log messages.
    ___id_ float64
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    ___id_ Double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog Boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    default_ Boolean
    It's the default item.
    diskFileCount Double
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName String
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile Double
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull Boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls Boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo String
    Email address where logs are sent, applicable only if action=email.
    memoryLines Double
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull Boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name String
    Name of an action.
    remember Boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote String
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat String
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort Double
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol String
    Protocol for remote logging messages.
    srcAddress String
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility String
    SYSLOG facility, applicable if action=remote.
    syslogSeverity String
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat String
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId String
    target String
    Storage facility or target of log messages.
    ___id_ number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    default boolean
    It's the default item.
    diskFileCount number
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName string
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile number
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo string
    Email address where logs are sent, applicable only if action=email.
    memoryLines number
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name string
    Name of an action.
    remember boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote string
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat string
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort number
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol string
    Protocol for remote logging messages.
    srcAddress string
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility string
    SYSLOG facility, applicable if action=remote.
    syslogSeverity string
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat string
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId string
    target string
    Storage facility or target of log messages.
    ___id_ float
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ str
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsd_syslog bool
    Whether to use bsd-syslog as defined in RFC 3164.
    default bool
    It's the default item.
    disk_file_count float
    Specifies number of files used to store log messages, applicable only if action=disk.
    disk_file_name str
    Name of the file used to store log messages, applicable only if action=disk.
    disk_lines_per_file float
    Specifies maximum size of file in lines, applicable only if action=disk.
    disk_stop_on_full bool
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    email_start_tls bool
    Whether to use tls when sending email, applicable only if action=email.
    email_to str
    Email address where logs are sent, applicable only if action=email.
    memory_lines float
    Number of records in local memory buffer, applicable only if action=memory.
    memory_stop_on_full bool
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name str
    Name of an action.
    remember bool
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote str
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remote_log_format str
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remote_port float
    Remote logging server's UDP port, applicable if action=remote.
    remote_protocol str
    Protocol for remote logging messages.
    src_address str
    Source address used when sending packets to remote server, applicable if action=remote.
    syslog_facility str
    SYSLOG facility, applicable if action=remote.
    syslog_severity str
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslog_time_format str
    SYSLOG time format (bsd-syslog or iso8601).
    system_logging_action_id str
    target str
    Storage facility or target of log messages.
    ___id_ Number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    bsdSyslog Boolean
    Whether to use bsd-syslog as defined in RFC 3164.
    default Boolean
    It's the default item.
    diskFileCount Number
    Specifies number of files used to store log messages, applicable only if action=disk.
    diskFileName String
    Name of the file used to store log messages, applicable only if action=disk.
    diskLinesPerFile Number
    Specifies maximum size of file in lines, applicable only if action=disk.
    diskStopOnFull Boolean
    Whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk.
    emailStartTls Boolean
    Whether to use tls when sending email, applicable only if action=email.
    emailTo String
    Email address where logs are sent, applicable only if action=email.
    memoryLines Number
    Number of records in local memory buffer, applicable only if action=memory.
    memoryStopOnFull Boolean
    Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
    name String
    Name of an action.
    remember Boolean
    Whether to keep log messages, which have not yet been displayed in console, applicable if action=echo.
    remote String
    Remote logging server's IP/IPv6 address, applicable if action=remote.
    remoteLogFormat String
    Format for logs to be sent to remote instance: - cef - logs are sent in CEF format; - default - logs are sent as it is; - syslog - logs are sent in BSD-syslog format.
    remotePort Number
    Remote logging server's UDP port, applicable if action=remote.
    remoteProtocol String
    Protocol for remote logging messages.
    srcAddress String
    Source address used when sending packets to remote server, applicable if action=remote.
    syslogFacility String
    SYSLOG facility, applicable if action=remote.
    syslogSeverity String
    Severity level indicator defined in RFC 3164, applicable if action=remote.
    syslogTimeFormat String
    SYSLOG time format (bsd-syslog or iso8601).
    systemLoggingActionId String
    target String
    Storage facility or target of log messages.

    Package Details

    Repository
    routeros terraform-routeros/terraform-provider-routeros
    License
    Notes
    This Pulumi package is based on the routeros Terraform Provider.
    routeros logo
    routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros