Hello,
Anyone knows if we can use eval-ingest with lookup command in Splunk Cloud?
The problem is that in Splunk Cloud we can only add configuration via custom app in SH.
Eval-ingest in general working, but when I'm trying to use lookup command I'm receiving error that lookup was not found. I guess that problem is in this that lookup is on SH level, not on IDX level.
but maybe I'm doing something wrong.
Fields.conf - ok
props.conf - ok
transforms.conf - ok for simple eval-ingest without lookup command
Example from transforms.conf
[test_lookup_manual2]
INGEST_EVAL = test_lookup=json_extract(lookup("test.csv",json_object("hostname_test",hostname_test), json_array(value)),"value")
lookup added in directory lookups, permissions are ok, visible in splunk from every context
https://docs.splunk.com/Documentation/SplunkCloud/9.2.2403/Data/IngestLookups
https://docs.splunk.com/Documentation/SplunkCloud/9.2.2403/Data/IngestLookups