GithubHelp home page GithubHelp logo

vrich-100 / oci-splunk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle-quickstart/oci-splunk

0.0 0.0 0.0 21 KB

Terraform module to deploy Splunk on Oracle Cloud Infrastructure (OCI)

License: Apache License 2.0

Shell 40.84% HCL 59.16%

oci-splunk's Introduction

oci-splunk

This is a Terraform module that deploys Splunk Enterprise on Oracle Cloud Infrastructure (OCI). It is developed jointly by Oracle and Splunk.

Prerequisites

First off you'll need to do some pre deploy setup. That's all detailed here.

Clone the Module

Now, you'll want a local copy of this repo by running:

git clone https://github.com/oracle-quickstart/oci-splunk.git

Deploy

The TF templates here can be deployed by running the following commands:

cd oci-splunk/simple
terraform init
terraform plan
terraform apply

Using the defaults in variables.tf these templates will deploy:

  • a VNC
  • a master instance (admin password is set by the password variable)
  • 2 indexer instances (one for each site in the sites_string variable)
  • a search deployer instance
  • 2 search head instances

The output of terraform apply should look like:

Apply complete! Resources: 11 added, 0 changed, 0 destroyed.

Outputs:

Indexer server private IPs = [
    10.0.0.6,
    10.0.0.7
]
Indexer server public IPs = [
    129.213.90.194,
    132.145.197.110
]
Master server URL = http://150.136.210.4:8000
Master server private IP = 10.0.0.3
Master server public IP = 150.136.210.4
Search deployer server private IP = 10.0.0.2
Search deployer server public IP = 129.213.94.65
Search head server private IPs = [
    10.0.0.4,
    10.0.0.5
]
Search head server public IPs = [
    132.145.132.203,
    129.213.22.201
]

The deployment will finish asynchronously after terraform apply returns. Once this completes you'll be able to log into the Splunk admin console by opening the Master server URL in a browser. The login is admin/<password variable in variables.tf>

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.