fortios.log/fortianalyzer.Setting
Explore with Pulumi AI
Global FortiAnalyzer settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.log.fortianalyzer.Setting("trname", {
    __changeIp: 0,
    connTimeout: 10,
    encAlgorithm: "high",
    fazType: 1,
    hmacAlgorithm: "sha256",
    ipsArchive: "enable",
    mgmtName: "FGh_Log1",
    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.Setting("trname",
    __change_ip=0,
    conn_timeout=10,
    enc_algorithm="high",
    faz_type=1,
    hmac_algorithm="sha256",
    ips_archive="enable",
    mgmt_name="FGh_Log1",
    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(1),
			HmacAlgorithm:             pulumi.String("sha256"),
			IpsArchive:                pulumi.String("enable"),
			MgmtName:                  pulumi.String("FGh_Log1"),
			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.Setting("trname", new()
    {
        __changeIp = 0,
        ConnTimeout = 10,
        EncAlgorithm = "high",
        FazType = 1,
        HmacAlgorithm = "sha256",
        IpsArchive = "enable",
        MgmtName = "FGh_Log1",
        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(1)
            .hmacAlgorithm("sha256")
            .ipsArchive("enable")
            .mgmtName("FGh_Log1")
            .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:Setting
    properties:
      __changeIp: 0
      connTimeout: 10
      encAlgorithm: high
      fazType: 1
      hmacAlgorithm: sha256
      ipsArchive: enable
      mgmtName: FGh_Log1
      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/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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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).
- DynamicSort stringSubtable 
- 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.
- FallbackTo stringPrimary 
- 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.
- GetAll stringTables 
- 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.
- InterfaceSelect stringMethod 
- 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.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MgmtName string
- Hidden management name of FortiAnalyzer.
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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. Inputs. Setting Serial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- Server string
- The remote FortiAnalyzer.
- ServerCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- 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 intIp 
- 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).
- DynamicSort stringSubtable 
- 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.
- FallbackTo stringPrimary 
- 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.
- GetAll stringTables 
- 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.
- InterfaceSelect stringMethod 
- 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.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MgmtName string
- Hidden management name of FortiAnalyzer.
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 Args 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- Server string
- The remote FortiAnalyzer.
- ServerCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- 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 intIp 
- Hidden attribute.
- __change IntegerIp 
- 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).
- dynamicSort StringSubtable 
- 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.
- fallbackTo StringPrimary 
- 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.
- getAll StringTables 
- 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.
- interfaceSelect StringMethod 
- 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.
- maxLog IntegerRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName String
- Hidden management name of FortiAnalyzer.
- monitorFailure IntegerRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive IntegerPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server String
- The remote FortiAnalyzer.
- serverCert StringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- 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 numberIp 
- 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).
- dynamicSort stringSubtable 
- 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.
- fallbackTo stringPrimary 
- 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.
- getAll stringTables 
- 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.
- interfaceSelect stringMethod 
- 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.
- maxLog numberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName string
- Hidden management name of FortiAnalyzer.
- monitorFailure numberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive numberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server string
- The remote FortiAnalyzer.
- serverCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin stringProto Version 
- 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_ intip 
- 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_ strsubtable 
- 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_ strprimary 
- 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_ strtables 
- 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_ strmethod 
- 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_ intrate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt_name str
- Hidden management name of FortiAnalyzer.
- monitor_failure_ intretry_ period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_keepalive_ intperiod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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[SettingSerial Args] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- server str
- The remote FortiAnalyzer.
- server_cert_ strca 
- Mandatory CA on FortiGate in certificate chain of server.
- source_ip str
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl_min_ strproto_ version 
- 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.
- __change NumberIp 
- 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).
- dynamicSort StringSubtable 
- 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.
- fallbackTo StringPrimary 
- 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.
- getAll StringTables 
- 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.
- interfaceSelect StringMethod 
- 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.
- maxLog NumberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName String
- Hidden management name of FortiAnalyzer.
- monitorFailure NumberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive NumberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server String
- The remote FortiAnalyzer.
- serverCert StringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- 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) -> Settingfunc 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)resources:  _:    type: fortios:log/fortianalyzer/setting:Setting    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.
- 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).
- DynamicSort stringSubtable 
- 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.
- FallbackTo stringPrimary 
- 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.
- GetAll stringTables 
- 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.
- InterfaceSelect stringMethod 
- 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.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MgmtName string
- Hidden management name of FortiAnalyzer.
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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. Inputs. Setting Serial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- Server string
- The remote FortiAnalyzer.
- ServerCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- 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 intIp 
- 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).
- DynamicSort stringSubtable 
- 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.
- FallbackTo stringPrimary 
- 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.
- GetAll stringTables 
- 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.
- InterfaceSelect stringMethod 
- 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.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MgmtName string
- Hidden management name of FortiAnalyzer.
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 Args 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- Server string
- The remote FortiAnalyzer.
- ServerCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- 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 intIp 
- Hidden attribute.
- __change IntegerIp 
- 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).
- dynamicSort StringSubtable 
- 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.
- fallbackTo StringPrimary 
- 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.
- getAll StringTables 
- 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.
- interfaceSelect StringMethod 
- 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.
- maxLog IntegerRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName String
- Hidden management name of FortiAnalyzer.
- monitorFailure IntegerRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive IntegerPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server String
- The remote FortiAnalyzer.
- serverCert StringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- 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 numberIp 
- 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).
- dynamicSort stringSubtable 
- 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.
- fallbackTo stringPrimary 
- 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.
- getAll stringTables 
- 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.
- interfaceSelect stringMethod 
- 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.
- maxLog numberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName string
- Hidden management name of FortiAnalyzer.
- monitorFailure numberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive numberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server string
- The remote FortiAnalyzer.
- serverCert stringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin stringProto Version 
- 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_ intip 
- 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_ strsubtable 
- 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_ strprimary 
- 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_ strtables 
- 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_ strmethod 
- 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_ intrate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt_name str
- Hidden management name of FortiAnalyzer.
- monitor_failure_ intretry_ period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_keepalive_ intperiod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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[SettingSerial Args] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- server str
- The remote FortiAnalyzer.
- server_cert_ strca 
- Mandatory CA on FortiGate in certificate chain of server.
- source_ip str
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl_min_ strproto_ version 
- 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.
- __change NumberIp 
- 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).
- dynamicSort StringSubtable 
- 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.
- fallbackTo StringPrimary 
- 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.
- getAll StringTables 
- 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.
- interfaceSelect StringMethod 
- 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.
- maxLog NumberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmtName String
- Hidden management name of FortiAnalyzer.
- monitorFailure NumberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive NumberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- 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 serialblock is documented below.
- server String
- The remote FortiAnalyzer.
- serverCert StringCa 
- Mandatory CA on FortiGate in certificate chain of server.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- 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
LogFortianalyzer Setting can be imported using any of these accepted formats:
$ pulumi import fortios:log/fortianalyzer/setting:Setting labelname LogFortianalyzerSetting
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:log/fortianalyzer/setting:Setting labelname LogFortianalyzerSetting
$ 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 fortiosTerraform Provider.
