Steps to Change field types for custom apps logs integration #14512
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Taking into consideration that:
Elasticsearch->Config->Pipelines->Custom001..010
.Ingesting is working fine (for option 1, option 2 not tested yet) all fiedls as
keywords
but if i wanted to change field types, let's say two fields one tointeger
and the second tofloat
.Where should i introduce this in the process?
should it be modifying the mappings on the integration component table?
or in option 2 above?
or by adding a new local mapping in and modifying the
/opt/so/saltstack/default/salt/elasticsearch/defaults.yaml
?thanks,
Beta Was this translation helpful? Give feedback.
All reactions