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
currently when using <elasticsearch:node /> you can only set the settingsFile but you can not specify a reference to an embedded properties instance which correlates to the settings property on the factory.
Basically I'm trying to assign "client=true" property to the node and I'd rather not have a whole file only for this configuration which does not change for me.
This is not a big deal but I think it's a better solution and it seems like it'snot a big change to add support for this in the bead builder.