- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi, I have two apps one is normal one another one is machine learning app. I wanted clone all extracted fields from normal app to machine learning app. Is there any way. I have gone through machine learning documentation but I couldn't find any solution.
Thanks,
Chandana
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Fields are relative to sourcetype, so if your field is shared globally then you will just need to use the same sourcetype in your ML app for the field to appear.
If they have different sourcetypes, then you can easily duplicate the fields in props.conf
on your SH(s) with the new sourcetype assuming you're referring to search time field extractions
http://docs.splunk.com/Documentation/Splunk/7.0.1/Knowledge/Managesearch-timefieldextractions
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Fields are relative to sourcetype, so if your field is shared globally then you will just need to use the same sourcetype in your ML app for the field to appear.
If they have different sourcetypes, then you can easily duplicate the fields in props.conf
on your SH(s) with the new sourcetype assuming you're referring to search time field extractions
http://docs.splunk.com/Documentation/Splunk/7.0.1/Knowledge/Managesearch-timefieldextractions
