Coder Social home page Coder Social logo

Comments (4)

jharley avatar jharley commented on July 22, 2024 1

No problem!

I also just noticed the doc link you posted is to an old version of the provider (in the namespace of the original author before we adopted it). If you go to the current documentation for the query resource there is a note about using __all__

from terraform-provider-honeycombio.

bmbferreira avatar bmbferreira commented on July 22, 2024 1

thanks @jharley !

from terraform-provider-honeycombio.

jharley avatar jharley commented on July 22, 2024

👋🏻 Hi, @bmbferreira!

The honeycombio_query resource mirrors the "All datasets" language in the UI by having you set dataset = "__all__" to create an environment wide query.

resource "honeycombio_query" "example" {
  dataset    = "__all__"
  query_json = <<-EOH
{
  "calculations": [{"op":"COUNT"}]
}
EOH
}

Does that get you the functionality you're looking for?

from terraform-provider-honeycombio.

bmbferreira avatar bmbferreira commented on July 22, 2024

Hi! yes that works! was not aware of the __all__. Thanks!

from terraform-provider-honeycombio.

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.