fortios.log/fortianalyzer/v3.Overridesetting
Explore with Pulumi AI
Override FortiAnalyzer settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.log.fortianalyzer.v3.Overridesetting("trname", {
__changeIp: 0,
connTimeout: 10,
encAlgorithm: "high",
fazType: 6,
hmacAlgorithm: "sha256",
ipsArchive: "enable",
monitorFailureRetryPeriod: 5,
monitorKeepalivePeriod: 5,
override: "disable",
reliable: "disable",
sslMinProtoVersion: "default",
status: "disable",
uploadInterval: "daily",
uploadOption: "5-minute",
uploadTime: "00:59",
useManagementVdom: "disable",
});
import pulumi
import pulumiverse_fortios as fortios
trname = fortios.log.fortianalyzer.v3.Overridesetting("trname",
__change_ip=0,
conn_timeout=10,
enc_algorithm="high",
faz_type=6,
hmac_algorithm="sha256",
ips_archive="enable",
monitor_failure_retry_period=5,
monitor_keepalive_period=5,
override="disable",
reliable="disable",
ssl_min_proto_version="default",
status="disable",
upload_interval="daily",
upload_option="5-minute",
upload_time="00:59",
use_management_vdom="disable")
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.NewOverridesetting(ctx, "trname", &log.OverridesettingArgs{
__changeIp: pulumi.Int(0),
ConnTimeout: pulumi.Int(10),
EncAlgorithm: pulumi.String("high"),
FazType: pulumi.Int(6),
HmacAlgorithm: pulumi.String("sha256"),
IpsArchive: pulumi.String("enable"),
MonitorFailureRetryPeriod: pulumi.Int(5),
MonitorKeepalivePeriod: pulumi.Int(5),
Override: pulumi.String("disable"),
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"),
UseManagementVdom: pulumi.String("disable"),
})
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.Overridesetting("trname", new()
{
__changeIp = 0,
ConnTimeout = 10,
EncAlgorithm = "high",
FazType = 6,
HmacAlgorithm = "sha256",
IpsArchive = "enable",
MonitorFailureRetryPeriod = 5,
MonitorKeepalivePeriod = 5,
Override = "disable",
Reliable = "disable",
SslMinProtoVersion = "default",
Status = "disable",
UploadInterval = "daily",
UploadOption = "5-minute",
UploadTime = "00:59",
UseManagementVdom = "disable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.log.Overridesetting;
import com.pulumi.fortios.log.OverridesettingArgs;
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 Overridesetting("trname", OverridesettingArgs.builder()
.__changeIp(0)
.connTimeout(10)
.encAlgorithm("high")
.fazType(6)
.hmacAlgorithm("sha256")
.ipsArchive("enable")
.monitorFailureRetryPeriod(5)
.monitorKeepalivePeriod(5)
.override("disable")
.reliable("disable")
.sslMinProtoVersion("default")
.status("disable")
.uploadInterval("daily")
.uploadOption("5-minute")
.uploadTime("00:59")
.useManagementVdom("disable")
.build());
}
}
resources:
trname:
type: fortios:log/fortianalyzer/v3:Overridesetting
properties:
__changeIp: 0
connTimeout: 10
encAlgorithm: high
fazType: 6
hmacAlgorithm: sha256
ipsArchive: enable
monitorFailureRetryPeriod: 5
monitorKeepalivePeriod: 5
override: disable
reliable: disable
sslMinProtoVersion: default
status: disable
uploadInterval: daily
uploadOption: 5-minute
uploadTime: 00:59
useManagementVdom: disable
Create Overridesetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Overridesetting(name: string, args?: OverridesettingArgs, opts?: CustomResourceOptions);
@overload
def Overridesetting(resource_name: str,
args: Optional[OverridesettingArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Overridesetting(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,
override: Optional[str] = None,
preshared_key: Optional[str] = None,
priority: Optional[str] = None,
reliable: Optional[str] = None,
serials: Optional[Sequence[OverridesettingSerialArgs]] = 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,
use_management_vdom: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewOverridesetting(ctx *Context, name string, args *OverridesettingArgs, opts ...ResourceOption) (*Overridesetting, error)
public Overridesetting(string name, OverridesettingArgs? args = null, CustomResourceOptions? opts = null)
public Overridesetting(String name, OverridesettingArgs args)
public Overridesetting(String name, OverridesettingArgs args, CustomResourceOptions options)
type: fortios:log/fortianalyzer/v3/overridesetting:Overridesetting
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 OverridesettingArgs
- 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 OverridesettingArgs
- 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 OverridesettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OverridesettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OverridesettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Overridesetting 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 Overridesetting resource accepts the following input properties:
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - Alt
Server string - Alternate FortiAnalyzer.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - 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 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 ].
- Enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - Fallback
To stringPrimary - 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 stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - Max
Log intRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Mgmt
Name string - 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).
- Override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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. Overridesetting Serial> - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - Server string
- The remote FortiAnalyzer.
- Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min 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
. - Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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 string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - Alt
Server string - Alternate FortiAnalyzer.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - 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 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 ].
- Enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - Fallback
To stringPrimary - 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 stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - Max
Log intRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Mgmt
Name string - 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).
- Override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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
[]Overridesetting
Serial Args - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - Server string
- The remote FortiAnalyzer.
- Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min 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
. - Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server String - Alternate FortiAnalyzer.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout Integer - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm String - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type Integer - Hidden setting index of FortiAnalyzer.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 String - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log IntegerRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name String - Hidden management name of FortiAnalyzer.
- monitor
Failure IntegerRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive IntegerPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override String
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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<Overridesetting
Serial> - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - server String
- The remote FortiAnalyzer.
- server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- use
Management StringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server string - Alternate FortiAnalyzer.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type number - Hidden setting index of FortiAnalyzer.
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log numberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name string - Hidden management name of FortiAnalyzer.
- monitor
Failure numberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive numberPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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
Overridesetting
Serial[] - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - server string
- The remote FortiAnalyzer.
- server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day string - Day of week (month) to upload logs.
- upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time string - Time to upload logs (hh:mm).
- use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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, otherwish 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).
- override str
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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[Overridesetting
Serial Args] - Serial numbers of the FortiAnalyzer. The structure of
serial
block 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).
- use_
management_ strvdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server String - Alternate FortiAnalyzer.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout Number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm String - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type Number - Hidden setting index of FortiAnalyzer.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 String - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log NumberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name String - Hidden management name of FortiAnalyzer.
- monitor
Failure NumberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive NumberPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override String
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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.
- server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- use
Management StringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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 Overridesetting 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 Overridesetting Resource
Get an existing Overridesetting 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?: OverridesettingState, opts?: CustomResourceOptions): Overridesetting
@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,
override: Optional[str] = None,
preshared_key: Optional[str] = None,
priority: Optional[str] = None,
reliable: Optional[str] = None,
serials: Optional[Sequence[OverridesettingSerialArgs]] = 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,
use_management_vdom: Optional[str] = None,
vdomparam: Optional[str] = None) -> Overridesetting
func GetOverridesetting(ctx *Context, name string, id IDInput, state *OverridesettingState, opts ...ResourceOption) (*Overridesetting, error)
public static Overridesetting Get(string name, Input<string> id, OverridesettingState? state, CustomResourceOptions? opts = null)
public static Overridesetting get(String name, Output<String> id, OverridesettingState 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.
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - Alt
Server string - Alternate FortiAnalyzer.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - 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 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 ].
- Enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - Fallback
To stringPrimary - 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 stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - Max
Log intRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Mgmt
Name string - 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).
- Override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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. Overridesetting Serial> - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - Server string
- The remote FortiAnalyzer.
- Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min 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
. - Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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 string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - Alt
Server string - Alternate FortiAnalyzer.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - 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 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 ].
- Enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - Fallback
To stringPrimary - 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 stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - Max
Log intRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Mgmt
Name string - 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).
- Override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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
[]Overridesetting
Serial Args - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - Server string
- The remote FortiAnalyzer.
- Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min 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
. - Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server String - Alternate FortiAnalyzer.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout Integer - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm String - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type Integer - Hidden setting index of FortiAnalyzer.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 String - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log IntegerRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name String - Hidden management name of FortiAnalyzer.
- monitor
Failure IntegerRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive IntegerPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override String
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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<Overridesetting
Serial> - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - server String
- The remote FortiAnalyzer.
- server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- use
Management StringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server string - Alternate FortiAnalyzer.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm string - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type number - Hidden setting index of FortiAnalyzer.
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 string - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log numberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name string - Hidden management name of FortiAnalyzer.
- monitor
Failure numberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive numberPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override string
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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
Overridesetting
Serial[] - Serial numbers of the FortiAnalyzer. The structure of
serial
block is documented below. - server string
- The remote FortiAnalyzer.
- server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day string - Day of week (month) to upload logs.
- upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time string - Time to upload logs (hh:mm).
- use
Management stringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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, otherwish 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).
- override str
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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[Overridesetting
Serial Args] - Serial numbers of the FortiAnalyzer. The structure of
serial
block 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).
- use_
management_ strvdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
enable
,disable
. - alt
Server String - Alternate FortiAnalyzer.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
enable
,disable
. - conn
Timeout Number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic
Sort 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 ].
- enc
Algorithm String - Enable/disable sending FortiAnalyzer log data with SSL encryption. Valid values:
high-medium
,high
,low
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
enable
,disable
. - faz
Type Number - Hidden setting index of FortiAnalyzer.
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish 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 String - FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
enable
,disable
. - max
Log NumberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- mgmt
Name String - Hidden management name of FortiAnalyzer.
- monitor
Failure NumberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive NumberPeriod - Time between OFTP keepalives in seconds (for status and log buffer).
- override String
- Enable/disable overriding FortiAnalyzer settings or use global settings. Valid values:
enable
,disable
. - 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.
- server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min 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
. - upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- use
Management StringVdom - Enable/disable use of management VDOM IP address as source IP for logs sent to FortiAnalyzer. Valid values:
enable
,disable
. - 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
OverridesettingSerial, OverridesettingSerialArgs
- 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 OverrideSetting can be imported using any of these accepted formats:
$ pulumi import fortios:log/fortianalyzer/v3/overridesetting:Overridesetting labelname LogFortianalyzer3OverrideSetting
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:log/fortianalyzer/v3/overridesetting:Overridesetting labelname LogFortianalyzer3OverrideSetting
$ 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.