#291 building rest endpoint urls for splunk

Al Tufano Mon 15 Jun 2015

I am working to bring my nHaystack into Splunk for dashboarding. I have figured out to bring in site and 1 point from tag. I am having problems figuring out how to bring in a list of tags and their information. current endpoint is http:/ipaddress/haystack/read?filter='return' but if I add to that endpoint I get errors. I would like to bring in the data structured a bit better so it is easier for me to scale up.

Mike Jarmy Mon 15 Jun 2015

It could be that

filter='return'

is incorrect. Have you tried this? (note the double quotes)

filter="return"

What does the error look like on the AX Station side?

Sounds like a really interesting use of nhaystack!

Al Tufano Mon 15 Jun 2015

It is a very interesting use of nHaystack and Splunk. I can build individual index for each instance but I know I can be more efficient if I were able to select specific points in a group.

Login or Signup to reply.