Code Monkey home page Code Monkey logo

Comments (3)

leftathome avatar leftathome commented on June 12, 2024

An empty search will yield an empty set, so the @splunk_servers template variable will be empty.

This means #each won't enumerate through anything, so that section of the template will not be rendered.

Which means the Splunk agent will be configured without that set of outputs.

(That's best-case - depending on how a search is written it can also result in uncaught exceptions failing a Chef run, but I don't think this one will barf in that way...)

The good news is that this is just node data, so you could gin up a fake node entry for the not-managed-by-Chef Splunk Enterprise server and that would probably make the recipe happy.

Another option would be to add some logic to the client recipe:

  if search_results.length < 1
    search_results = [ some attributes picked up elsewhere in the cookbook ]
  end

from chef-splunk.

danieljimenez avatar danieljimenez commented on June 12, 2024

+1

from chef-splunk.

tas50 avatar tas50 commented on June 12, 2024

This is a dupe of #15

from chef-splunk.

Related Issues (20)

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.