1. Packages
  2. Fortios
  3. API Docs
  4. log
  5. log/fortianalyzer
  6. log/fortianalyzer/v3
  7. Setting
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.log/fortianalyzer/v3.Setting

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Global FortiAnalyzer settings.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortios from "@pulumiverse/fortios";
    
    const trname = new fortios.log.fortianalyzer.v3.Setting("trname", {
        __changeIp: 0,
        connTimeout: 10,
        encAlgorithm: "high",
        fazType: 3,
        hmacAlgorithm: "sha256",
        ipsArchive: "enable",
        mgmtName: "FGh_Log3",
        monitorFailureRetryPeriod: 5,
        monitorKeepalivePeriod: 5,
        reliable: "disable",
        sslMinProtoVersion: "default",
        status: "disable",
        uploadInterval: "daily",
        uploadOption: "5-minute",
        uploadTime: "00:59",
    });
    
    import pulumi
    import pulumiverse_fortios as fortios
    
    trname = fortios.log.fortianalyzer.v3.Setting("trname",
        __change_ip=0,
        conn_timeout=10,
        enc_algorithm="high",
        faz_type=3,
        hmac_algorithm="sha256",
        ips_archive="enable",
        mgmt_name="FGh_Log3",
        monitor_failure_retry_period=5,
        monitor_keepalive_period=5,
        reliable="disable",
        ssl_min_proto_version="default",
        status="disable",
        upload_interval="daily",
        upload_option="5-minute",
        upload_time="00:59")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/log"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := log.NewSetting(ctx, "trname", &log.SettingArgs{
    			__changeIp:                pulumi.Int(0),
    			ConnTimeout:               pulumi.Int(10),
    			EncAlgorithm:              pulumi.String("high"),
    			FazType:                   pulumi.Int(3),
    			HmacAlgorithm:             pulumi.String("sha256"),
    			IpsArchive:                pulumi.String("enable"),
    			MgmtName:                  pulumi.String("FGh_Log3"),
    			MonitorFailureRetryPeriod: pulumi.Int(5),
    			MonitorKeepalivePeriod:    pulumi.Int(5),
    			Reliable:                  pulumi.String("disable"),
    			SslMinProtoVersion:        pulumi.String("default"),
    			Status:                    pulumi.String("disable"),
    			UploadInterval:            pulumi.String("daily"),
    			UploadOption:              pulumi.String("5-minute"),
    			UploadTime:                pulumi.String("00:59"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortios = Pulumiverse.Fortios;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortios.Log.Fortianalyzer.V3.Setting("trname", new()
        {
            __changeIp = 0,
            ConnTimeout = 10,
            EncAlgorithm = "high",
            FazType = 3,
            HmacAlgorithm = "sha256",
            IpsArchive = "enable",
            MgmtName = "FGh_Log3",
            MonitorFailureRetryPeriod = 5,
            MonitorKeepalivePeriod = 5,
            Reliable = "disable",
            SslMinProtoVersion = "default",
            Status = "disable",
            UploadInterval = "daily",
            UploadOption = "5-minute",
            UploadTime = "00:59",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortios.log.Setting;
    import com.pulumi.fortios.log.SettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var trname = new Setting("trname", SettingArgs.builder()
                .__changeIp(0)
                .connTimeout(10)
                .encAlgorithm("high")
                .fazType(3)
                .hmacAlgorithm("sha256")
                .ipsArchive("enable")
                .mgmtName("FGh_Log3")
                .monitorFailureRetryPeriod(5)
                .monitorKeepalivePeriod(5)
                .reliable("disable")
                .sslMinProtoVersion("default")
                .status("disable")
                .uploadInterval("daily")
                .uploadOption("5-minute")
                .uploadTime("00:59")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortios:log/fortianalyzer/v3:Setting
        properties:
          __changeIp: 0
          connTimeout: 10
          encAlgorithm: high
          fazType: 3
          hmacAlgorithm: sha256
          ipsArchive: enable
          mgmtName: FGh_Log3
          monitorFailureRetryPeriod: 5
          monitorKeepalivePeriod: 5
          reliable: disable
          sslMinProtoVersion: default
          status: disable
          uploadInterval: daily
          uploadOption: 5-minute
          uploadTime: 00:59
    

    Create Setting Resource

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

    Constructor syntax

    new Setting(name: string, args?: SettingArgs, opts?: CustomResourceOptions);
    @overload
    def Setting(resource_name: str,
                args: Optional[SettingArgs] = None,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Setting(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                __change_ip: Optional[int] = None,
                access_config: Optional[str] = None,
                alt_server: Optional[str] = None,
                certificate: Optional[str] = None,
                certificate_verification: Optional[str] = None,
                conn_timeout: Optional[int] = None,
                dynamic_sort_subtable: Optional[str] = None,
                enc_algorithm: Optional[str] = None,
                fallback_to_primary: Optional[str] = None,
                faz_type: Optional[int] = None,
                get_all_tables: Optional[str] = None,
                hmac_algorithm: Optional[str] = None,
                interface: Optional[str] = None,
                interface_select_method: Optional[str] = None,
                ips_archive: Optional[str] = None,
                max_log_rate: Optional[int] = None,
                mgmt_name: Optional[str] = None,
                monitor_failure_retry_period: Optional[int] = None,
                monitor_keepalive_period: Optional[int] = None,
                preshared_key: Optional[str] = None,
                priority: Optional[str] = None,
                reliable: Optional[str] = None,
                serials: Optional[Sequence[SettingSerialArgs]] = None,
                server: Optional[str] = None,
                server_cert_ca: Optional[str] = None,
                source_ip: Optional[str] = None,
                ssl_min_proto_version: Optional[str] = None,
                status: Optional[str] = None,
                upload_day: Optional[str] = None,
                upload_interval: Optional[str] = None,
                upload_option: Optional[str] = None,
                upload_time: Optional[str] = None,
                vdomparam: Optional[str] = None)
    func NewSetting(ctx *Context, name string, args *SettingArgs, opts ...ResourceOption) (*Setting, error)
    public Setting(string name, SettingArgs? args = null, CustomResourceOptions? opts = null)
    public Setting(String name, SettingArgs args)
    public Setting(String name, SettingArgs args, CustomResourceOptions options)
    
    type: fortios:log/fortianalyzer/v3/setting:Setting
    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 SettingArgs
    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 SettingArgs
    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 SettingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SettingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SettingArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Setting Resource Properties

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

    Inputs

    The Setting resource accepts the following input properties:

    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    AltServer string
    Alternate FortiAnalyzer.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    ConnTimeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    EncAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    FallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    FazType int
    Hidden setting index of FortiAnalyzer.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    MaxLogRate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MgmtName string
    Hidden management name of FortiAnalyzer.
    MonitorFailureRetryPeriod int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod int
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: default, low.
    Reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    Serials List<Pulumiverse.Fortios.Log.Fortianalyzer.V3.Inputs.SettingSerial>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    Server string
    The remote FortiAnalyzer.
    ServerCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp int
    Hidden attribute.
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    AltServer string
    Alternate FortiAnalyzer.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    ConnTimeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    EncAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    FallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    FazType int
    Hidden setting index of FortiAnalyzer.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    MaxLogRate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MgmtName string
    Hidden management name of FortiAnalyzer.
    MonitorFailureRetryPeriod int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod int
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: default, low.
    Reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    Serials []SettingSerialArgs
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    Server string
    The remote FortiAnalyzer.
    ServerCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp int
    Hidden attribute.
    __changeIp Integer
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer String
    Alternate FortiAnalyzer.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout Integer
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm String
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary String
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType Integer
    Hidden setting index of FortiAnalyzer.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate Integer
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName String
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod Integer
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Integer
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: default, low.
    reliable String
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials List<SettingSerial>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server String
    The remote FortiAnalyzer.
    serverCertCa String
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp number
    Hidden attribute.
    accessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer string
    Alternate FortiAnalyzer.
    certificate string
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType number
    Hidden setting index of FortiAnalyzer.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName string
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority string
    Set log transmission priority. Valid values: default, low.
    reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials SettingSerial[]
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server string
    The remote FortiAnalyzer.
    serverCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay string
    Day of week (month) to upload logs.
    uploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime string
    Time to upload logs (hh:mm).
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __change_ip int
    Hidden attribute.
    access_config str
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    alt_server str
    Alternate FortiAnalyzer.
    certificate str
    Certificate used to communicate with FortiAnalyzer.
    certificate_verification str
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    conn_timeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    enc_algorithm str
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallback_to_primary str
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    faz_type int
    Hidden setting index of FortiAnalyzer.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmac_algorithm str
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ips_archive str
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    max_log_rate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmt_name str
    Hidden management name of FortiAnalyzer.
    monitor_failure_retry_period int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitor_keepalive_period int
    Time between OFTP keepalives in seconds (for status and log buffer).
    preshared_key str
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority str
    Set log transmission priority. Valid values: default, low.
    reliable str
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials Sequence[SettingSerialArgs]
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server str
    The remote FortiAnalyzer.
    server_cert_ca str
    Mandatory CA on FortiGate in certificate chain of server.
    source_ip str
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    ssl_min_proto_version str
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status str
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    upload_day str
    Day of week (month) to upload logs.
    upload_interval str
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    upload_option str
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    upload_time str
    Time to upload logs (hh:mm).
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp Number
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer String
    Alternate FortiAnalyzer.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout Number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm String
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary String
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType Number
    Hidden setting index of FortiAnalyzer.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate Number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName String
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod Number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: default, low.
    reliable String
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials List<Property Map>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server String
    The remote FortiAnalyzer.
    serverCertCa String
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Setting Resource

    Get an existing Setting 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?: SettingState, opts?: CustomResourceOptions): Setting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            __change_ip: Optional[int] = None,
            access_config: Optional[str] = None,
            alt_server: Optional[str] = None,
            certificate: Optional[str] = None,
            certificate_verification: Optional[str] = None,
            conn_timeout: Optional[int] = None,
            dynamic_sort_subtable: Optional[str] = None,
            enc_algorithm: Optional[str] = None,
            fallback_to_primary: Optional[str] = None,
            faz_type: Optional[int] = None,
            get_all_tables: Optional[str] = None,
            hmac_algorithm: Optional[str] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            ips_archive: Optional[str] = None,
            max_log_rate: Optional[int] = None,
            mgmt_name: Optional[str] = None,
            monitor_failure_retry_period: Optional[int] = None,
            monitor_keepalive_period: Optional[int] = None,
            preshared_key: Optional[str] = None,
            priority: Optional[str] = None,
            reliable: Optional[str] = None,
            serials: Optional[Sequence[SettingSerialArgs]] = None,
            server: Optional[str] = None,
            server_cert_ca: Optional[str] = None,
            source_ip: Optional[str] = None,
            ssl_min_proto_version: Optional[str] = None,
            status: Optional[str] = None,
            upload_day: Optional[str] = None,
            upload_interval: Optional[str] = None,
            upload_option: Optional[str] = None,
            upload_time: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Setting
    func GetSetting(ctx *Context, name string, id IDInput, state *SettingState, opts ...ResourceOption) (*Setting, error)
    public static Setting Get(string name, Input<string> id, SettingState? state, CustomResourceOptions? opts = null)
    public static Setting get(String name, Output<String> id, SettingState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    AltServer string
    Alternate FortiAnalyzer.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    ConnTimeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    EncAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    FallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    FazType int
    Hidden setting index of FortiAnalyzer.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    MaxLogRate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MgmtName string
    Hidden management name of FortiAnalyzer.
    MonitorFailureRetryPeriod int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod int
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: default, low.
    Reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    Serials List<Pulumiverse.Fortios.Log.Fortianalyzer.V3.Inputs.SettingSerial>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    Server string
    The remote FortiAnalyzer.
    ServerCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp int
    Hidden attribute.
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    AltServer string
    Alternate FortiAnalyzer.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    ConnTimeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    EncAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    FallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    FazType int
    Hidden setting index of FortiAnalyzer.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    MaxLogRate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MgmtName string
    Hidden management name of FortiAnalyzer.
    MonitorFailureRetryPeriod int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod int
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: default, low.
    Reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    Serials []SettingSerialArgs
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    Server string
    The remote FortiAnalyzer.
    ServerCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp int
    Hidden attribute.
    __changeIp Integer
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer String
    Alternate FortiAnalyzer.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout Integer
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm String
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary String
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType Integer
    Hidden setting index of FortiAnalyzer.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate Integer
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName String
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod Integer
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Integer
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: default, low.
    reliable String
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials List<SettingSerial>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server String
    The remote FortiAnalyzer.
    serverCertCa String
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp number
    Hidden attribute.
    accessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer string
    Alternate FortiAnalyzer.
    certificate string
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm string
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary string
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType number
    Hidden setting index of FortiAnalyzer.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive string
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName string
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority string
    Set log transmission priority. Valid values: default, low.
    reliable string
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials SettingSerial[]
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server string
    The remote FortiAnalyzer.
    serverCertCa string
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status string
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay string
    Day of week (month) to upload logs.
    uploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime string
    Time to upload logs (hh:mm).
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __change_ip int
    Hidden attribute.
    access_config str
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    alt_server str
    Alternate FortiAnalyzer.
    certificate str
    Certificate used to communicate with FortiAnalyzer.
    certificate_verification str
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    conn_timeout int
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    enc_algorithm str
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallback_to_primary str
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    faz_type int
    Hidden setting index of FortiAnalyzer.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmac_algorithm str
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ips_archive str
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    max_log_rate int
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmt_name str
    Hidden management name of FortiAnalyzer.
    monitor_failure_retry_period int
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitor_keepalive_period int
    Time between OFTP keepalives in seconds (for status and log buffer).
    preshared_key str
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority str
    Set log transmission priority. Valid values: default, low.
    reliable str
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials Sequence[SettingSerialArgs]
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server str
    The remote FortiAnalyzer.
    server_cert_ca str
    Mandatory CA on FortiGate in certificate chain of server.
    source_ip str
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    ssl_min_proto_version str
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status str
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    upload_day str
    Day of week (month) to upload logs.
    upload_interval str
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    upload_option str
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    upload_time str
    Time to upload logs (hh:mm).
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    __changeIp Number
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable, disable.
    altServer String
    Alternate FortiAnalyzer.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable, disable.
    connTimeout Number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    encAlgorithm String
    Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values: high-medium, high, low.
    fallbackToPrimary String
    Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values: enable, disable.
    fazType Number
    Hidden setting index of FortiAnalyzer.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: enable, disable.
    maxLogRate Number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    mgmtName String
    Hidden management name of FortiAnalyzer.
    monitorFailureRetryPeriod Number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: default, low.
    reliable String
    Enable/disable reliable logging to FortiAnalyzer. Valid values: enable, disable.
    serials List<Property Map>
    Serial numbers of the FortiAnalyzer. The structure of serial block is documented below.
    server String
    The remote FortiAnalyzer.
    serverCertCa String
    Mandatory CA on FortiGate in certificate chain of server.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: enable, disable.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Supporting Types

    SettingSerial, SettingSerialArgs

    Name string
    Serial Number.
    Name string
    Serial Number.
    name String
    Serial Number.
    name string
    Serial Number.
    name str
    Serial Number.
    name String
    Serial Number.

    Import

    LogFortianalyzer3 Setting can be imported using any of these accepted formats:

    $ pulumi import fortios:log/fortianalyzer/v3/setting:Setting labelname LogFortianalyzer3Setting
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:log/fortianalyzer/v3/setting:Setting labelname LogFortianalyzer3Setting
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse