I am looking for some support in context to Grafana. We are using Elasticsearch as Data Source and in Kibana we have deployed multiple runtime fields (fields which are derived from certain calculations/conditions on ingested fields). These derived fields are then used in Dashboards.
Now can something similar be done in Grafana where a new field can be derived out of the existing ingested fields based on certain calculation/condition, be it Elasticsearch or any other data source.
Runtime field for reference:
“scmfound” is an ingested field, if found it is returning status as true in runtime field “scmfound_status”, else false.