Git Product home page Git Product logo

terraform-aci-syslog-policy's Introduction

Tests

This module is no longer maintained as it has been integrated into the nac-aci module.

Terraform ACI Syslog Policy Module

Manages ACI Syslog Policy

Location in GUI: Admin » External Data Collectors » Monitoring Destinations » Syslog

Examples

module "aci_syslog_policy" {
  source  = "netascode/syslog-policy/aci"
  version = ">= 0.2.1"

  name                = "SYSLOG1"
  description         = "My Description"
  format              = "nxos"
  show_millisecond    = true
  admin_state         = true
  local_admin_state   = false
  local_severity      = "errors"
  console_admin_state = false
  console_severity    = "critical"
  destinations = [{
    name          = "DEST1"
    hostname_ip   = "1.1.1.1"
    protocol      = "tcp"
    port          = 1514
    admin_state   = false
    format        = "nxos"
    facility      = "local1"
    severity      = "information"
    mgmt_epg_type = "oob"
    mgmt_epg_name = "OOB1"
  }]
}

Requirements

Name Version
terraform >= 1.3.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

Name Description Type Default Required
name Syslog policy name. string n/a yes
description Description. string "" no
format Format. Choices: aci, nxos. string "aci" no
show_millisecond Show milliseconds. bool false no
admin_state Admin state. bool true no
local_admin_state Local admin state. bool true no
local_severity Local severity. Choices: emergencies, alerts, critical, errors, warnings, notifications, information, debugging. string "information" no
console_admin_state Console admin state. bool true no
console_severity Console severity. Choices: emergencies, alerts, critical, errors, warnings, notifications, information, debugging. string "alerts" no
destinations List of destinations. Allowed values protocol: udp, tcp, ssl. Allowed values port: 0-65535. Default value port: 514. Choices format: aci, nxos. Default value format: aci. Choices facility: local0, local1 ,local2 ,local3 ,local4 ,local5, local6, local7. Default value facility: local7. Choices severity: emergencies, alerts, critical, errors, warnings, notifications, information, debugging. Default value severity: warnings. Choices mgmt_epg_type: inb, oob. Default value mgmt_epg_type: inb.
list(object({
name = optional(string, "")
hostname_ip = string
protocol = optional(string)
port = optional(number, 514)
admin_state = optional(bool, true)
format = optional(string, "aci")
facility = optional(string, "local7")
severity = optional(string, "warnings")
mgmt_epg_type = optional(string, "inb")
mgmt_epg_name = optional(string)
}))
[] no

Outputs

Name Description
dn Distinguished name of syslogGroup object.
name Syslog policy name.

Resources

Name Type
aci_rest_managed.fileRsARemoteHostToEpg resource
aci_rest_managed.syslogConsole resource
aci_rest_managed.syslogFile resource
aci_rest_managed.syslogGroup resource
aci_rest_managed.syslogProf resource
aci_rest_managed.syslogRemoteDest resource

terraform-aci-syslog-policy's People

Contributors

danischm avatar dependabot[bot] avatar

Watchers

Jorge Gomez Velasquez avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.