Description:
Data models are not showing the raw fields of the source type. They only display the CIM fields.
Goal:
To display the related source type fields not included in the CIM model.
After upgrading the Splunk Enterprise search head from 6.6.x to 7.1.x, the data models are not displaying the raw fields extracted with the source type. Instead, they are only displaying the fields associated with the respective data models.
Looks like the data model searches now only use fields that have been defined within the data model.
When you upgrade to version 7.1 of Splunk Enterprise, data model searches can only use field names that have been defined within the data model. Splunk Enterprise no longer automatically extracts field names.
Additionally, if you have a data model search that references an automatically extracted field name that contains whitespace, you must work around the fact that data models do not allow field names that contain whitespace.
This has been changed from Splunk 7.1 due to which the datamodels no longer displays the fields extracted from the sourcetype.
REF:
To get the automatic extracts field names, you would have to manually define in the data model. Please refer the below doc for your reference.
REF:
http://docs.splunk.com/Documentation/Splunk/7.1.3/Knowledge/Definedatamodelattributes
Hope the above helps.
Looks like the data model searches now only use fields that have been defined within the data model.
When you upgrade to version 7.1 of Splunk Enterprise, data model searches can only use field names that have been defined within the data model. Splunk Enterprise no longer automatically extracts field names.
Additionally, if you have a data model search that references an automatically extracted field name that contains whitespace, you must work around the fact that data models do not allow field names that contain whitespace.
This has been changed from Splunk 7.1 due to which the datamodels no longer displays the fields extracted from the sourcetype.
REF:
To get the automatic extracts field names, you would have to manually define in the data model. Please refer the below doc for your reference.
REF:
http://docs.splunk.com/Documentation/Splunk/7.1.3/Knowledge/Definedatamodelattributes
Hope the above helps.