You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be cases that we need to store data in Elasticsearch by specific app_id or event_type, etc. This can be a common use-case with organizations with many stack-holders that use click-stream.
We can add a configuration parameter to the loader like below to add the conditions:
There could be cases that we need to store data in Elasticsearch by specific
app_id
orevent_type
, etc. This can be a common use-case with organizations with many stack-holders that use click-stream.We can add a configuration parameter to the loader like below to add the conditions:
We can start with
equals
for now and then extend this feature, later.The text was updated successfully, but these errors were encountered: