How to create individual dashboards for different-2 clients

Hi Collin,

Please tell me how we can link the dashboards

Regards,
Pankaj

For each document you need to determine which client it belongs to. Am not sure how you do this as it depends on your data and setup. You can e.g. store this in a [@metadata][client] field (see docs for more details) and then use this in the Elasticsearch output plugin in order to store events into indices by customer (something) like this:

elasticsearch (
  ...
  index => "icingabeat-%{[@metadata][client]}-%{+YYYY.MM.dd}"
  ...
)

Hi Christian,

Thanks for your quick response. I will try this and if any further help is required, will get back to you.

Regards,
Pankaj

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.