<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A field is lost in a message sent in raw in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620399#M215669</link>
    <description>&lt;P&gt;I also want to ask, is there really no other option to bypass this problem, except to edit the file: props.conf ?&lt;BR /&gt;Can you tell me how can I edit this file? If this is the only way out: a way and where to find it, do I need access to the file system?&lt;/P&gt;&lt;P&gt;I'm afraid that editing this file: props.conf&lt;BR /&gt;will affect all applications in splunk and other employees will not process their requests correctly. I will not be able to correct the requests of other employees purely physically, since this is our customer. (((&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 11:04:50 GMT</pubDate>
    <dc:creator>metylkinandrey</dc:creator>
    <dc:date>2022-11-10T11:04:50Z</dc:date>
    <item>
      <title>A field is lost in a message sent in raw?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/619857#M215435</link>
      <description>&lt;P&gt;Good afternoon!&lt;BR /&gt;I send a message like this:&lt;/P&gt;
&lt;P&gt;curl --location --request POST '&lt;A href="http://test.test.org:8088/services/collector/raw" target="_blank" rel="noopener"&gt;http://test.test.org:8088/services/collector/raw&lt;/A&gt;' --header 'Authorization: Splunk 0202-0404-4949-9c-27' --header 'Content-Type: text/plain' --data-raw '{&lt;BR /&gt;"messageId": "ED280816-E404-444A-A2D9-FFD2D171F323",&lt;BR /&gt;"messageType": "RABIS-HeartBeat",&lt;BR /&gt;"eventTime": "2022-10-13T18:08:00",&lt;BR /&gt;}'&lt;/P&gt;
&lt;P&gt;The message arrives in splunk, but I don't see the field:&amp;nbsp;"eventTime": "2022-10-13T18:08:00"&lt;/P&gt;
&lt;P&gt;I have shown an example in the screenshot.&lt;BR /&gt;Please let me know which time format I need to use.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 15:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/619857#M215435</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-08T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/619862#M215439</link>
      <description>&lt;P&gt;Try removing the comma from the end of the eventTime line&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 11:35:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/619862#M215439</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-07T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620085#M215538</link>
      <description>&lt;P&gt;Yesterday I tested a lot and realized that this message format works every other time:&lt;/P&gt;&lt;P&gt;curl --location --request POST '&lt;A href="http://10.10.10.10:8088/services/collector/raw" target="_blank"&gt;http://10.10.10.10:8088/services/collector/raw&lt;/A&gt;' --header 'Authorization: Splunk a2-a2-a2' --header 'Content-Type: text/plain' --data-raw '{&lt;BR /&gt;"messageId": "ED280816-E404-444A-A2D9-FFD2D171F111",&lt;BR /&gt;"messageType": "RABIS-HeartBeat",&lt;BR /&gt;"eventTime": "1985-04-12T23:21:15"&lt;BR /&gt;}'&lt;/P&gt;&lt;P&gt;I just saw that the correct messages have 23 spaces, the problematic ones have 22. Not the point, I just copy the correct messages - for the test, we can assume that I figured it out.&lt;/P&gt;&lt;P&gt;The problem remains with messages where the field is: "eventTime": "1985-04-12T23:21:15" in the middle. I have no guarantee that it will be different in production.&lt;BR /&gt;Here is an example:&lt;BR /&gt;curl --location --request POST '&lt;A href="http://10.10.10.10:8088/services/collector/raw" target="_blank"&gt;http://10.10.10.10:8088/services/collector/raw&lt;/A&gt;' --header 'Authorization: Splunk a24-a24-a24-a24' --header 'Content-Type: text/plain' --data-raw '{&lt;BR /&gt;"messageId": "ED280816-E404-444A-A2D9-FFD2D171F136",&lt;BR /&gt;"eventTime": "2022-11-07T17:06:15",&lt;BR /&gt;"messageType": "RABIS-HeartBeat"&lt;BR /&gt;}'&lt;/P&gt;&lt;P&gt;In this case, I can't find messages at all in the splank index. Although I can see that it was sent successfully in the bash console.&lt;BR /&gt;Splank doesn't like our format(( This is how he likes it: 2022-11-0717:06:15&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 11:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620085#M215538</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-08T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620090#M215542</link>
      <description>&lt;P&gt;How have you defined the source type you are using for your raw data?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 11:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620090#M215542</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-08T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620105#M215552</link>
      <description>&lt;P&gt;That is? How will it help?&lt;/P&gt;&lt;P&gt;All my posts go to one index, I don't use sourcetype. I see that I have a problem with the fact that the field format cannot be parsed by splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620105#M215552</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-08T13:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620112#M215556</link>
      <description>&lt;P&gt;I localized this problem, for some reason splunk takes the time from my eventTime field and substitutes it in the _time field, which violates the date the message was received, I see my messages as sent yesterday, I understand that they are, by the messageId field, I put them unique for each test submission.&lt;BR /&gt;But I don't understand why this is happening.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620112#M215556</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-08T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620115#M215558</link>
      <description>&lt;P&gt;By default, splunk will try to find a time value to put in the _time field. You should be able to override this on a sourcetype basis, but since you are not specifying a sourcetype, you get the default.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620115#M215558</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-08T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620120#M215562</link>
      <description>&lt;P&gt;I still don't quite understand how I can make it work. Splunk itself gives my messages a sourcetype based on their token. It's just that I don't specify the sourcetype in the request, I made a new request:&lt;/P&gt;&lt;P&gt;index="rs" messageType="RABIS" sourcetype="RS"&lt;BR /&gt;| eval timeValue='eventTime'&lt;BR /&gt;| eval time=strptime(timeValue,"%Y-%m-%dT%H:%M:%S.%3N%Z")&lt;BR /&gt;| sort -_time&lt;BR /&gt;| eval timeValue='eventTime'&lt;BR /&gt;| eval time=strptime(timeValue,"%Y-%m-%dT%H:%M:%S.%3N%Z")&lt;BR /&gt;| eval Time=strftime(_time,"%Y-%m-%dT%H:%M:%S")&lt;BR /&gt;| stats list(Time) as Time list(eventTime) as EventTime list(messageType) as MessageType list(messageId) as MessageId by messageType&lt;BR /&gt;&lt;BR /&gt;I see my messages, but also as if they came yesterday and not today, that is, for the past date. Really sourcetype needs to be registered in the message?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620120#M215562</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-08T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620126#M215565</link>
      <description>&lt;P&gt;You are right, the sourcetype can be specified in the token - however, you may need to configure the datetime recognition for that sourcetype so that it doesn't use the datetime it finds in the raw event.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/Configuretimestamprecognition" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/Configuretimestamprecognition&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620126#M215565</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-08T14:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620242#M215603</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248856"&gt;@metylkinandrey&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I localized this problem, for some reason splunk takes the time from my eventTime field and substitutes it in the _time field, which violates the date the message was received, I see my messages&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is it your intention to force Splunk to omit this action? &amp;nbsp;From&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition#Timestamp_settings" target="_blank" rel="noopener"&gt;Timestamp settings&lt;/A&gt;&amp;nbsp;(in the reference &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;showed):&lt;/P&gt;&lt;BLOCKQUOTE&gt;Set DATETIME_CONFIG = NONE to prevent the timestamp processor from running. When timestamp processing is off, Splunk Enterprise does not look at the text of the event for the timestamp and instead uses the event time of receipt, the time the event arrives through its input. For file-based inputs, the event timestamp is taken from from the modification time of the input file.&lt;/BLOCKQUOTE&gt;&lt;P&gt;Also, I see that you are trying to post conformant JSON. &amp;nbsp;Why use&amp;nbsp;&lt;SPAN&gt;'Content-Type: text/plain'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To automatically extract fields, you should set either&amp;nbsp;INDEXED_EXTRACTIONS = JSON or&amp;nbsp;KV_MODE = json.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(See &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Extractfieldsfromfileswithstructureddata#Props.conf_attributes_for_structured_data" target="_blank" rel="noopener"&gt;Props.conf attributes for structured data&lt;/A&gt;,&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Automatickey-valuefieldextractionsatsearch-time#Automatic_key-value_field_extraction_format" target="_blank" rel="noopener"&gt;Automatic key-value field extraction format&lt;/A&gt;.) &amp;nbsp;In all cases, you will need to define these parameters in props.conf and, as ITWhisperer hinted, you need to know which sourcetypes to tweak.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620242#M215603</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-11-09T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620260#M215614</link>
      <description>&lt;P&gt;Hello, I understand correctly, I need to study this particular article? It:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/Setsourcetype" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/Setsourcetype&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can't find this button in the interface: Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Event breaks&amp;nbsp;&lt;/STRONG&gt;((&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 12:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620260#M215614</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-09T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620268#M215616</link>
      <description>&lt;P&gt;I found where this is done, in the settings: Source Types&lt;BR /&gt;I follow this recommendation:&lt;BR /&gt;lick Timestamps. The list expands to show extraction options. Select from one of the following options:&lt;BR /&gt;Current time: Apply the current time to all events detected.&lt;BR /&gt;I tried to show it on the screenshot, but it did not help ((&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 12:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620268#M215616</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-09T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620399#M215669</link>
      <description>&lt;P&gt;I also want to ask, is there really no other option to bypass this problem, except to edit the file: props.conf ?&lt;BR /&gt;Can you tell me how can I edit this file? If this is the only way out: a way and where to find it, do I need access to the file system?&lt;/P&gt;&lt;P&gt;I'm afraid that editing this file: props.conf&lt;BR /&gt;will affect all applications in splunk and other employees will not process their requests correctly. I will not be able to correct the requests of other employees purely physically, since this is our customer. (((&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620399#M215669</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-10T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620403#M215671</link>
      <description>&lt;P&gt;I'm experimenting, so far in the file: /opt/splunk/etc/system/local/props.conf set the parameter: DATETIME_CONFIG = NONE&lt;BR /&gt;Can you tell me how to apply the new settings in splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620403#M215671</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-10T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620409#M215674</link>
      <description>&lt;P&gt;I did everything by acting on this recommendation:&lt;BR /&gt;Set DATETIME_CONFIG = NONE to prevent the timestamp processor from running. When timestamp processing is off, Splunk Enterprise does not look at the text of the event for the timestamp and instead uses the event time of receipt, the time the event arrives through its input. For file-based inputs, the event timestamp is taken from from the modification time of the input file.&lt;BR /&gt;Let me not like this option very much (&lt;/P&gt;&lt;P&gt;After editing the file /opt/splunk/etc/system/local/props.conf&lt;BR /&gt;I completely restarted the docker container so that splunk picks up the settings.&lt;BR /&gt;And it broke everything for me! Now I can't see my messages even if I set the filter: for the last year (((&lt;BR /&gt;While the messages are being sent, I get the code: "Success","code":0&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:18:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620409#M215674</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-10T12:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620422#M215680</link>
      <description>&lt;P&gt;My current configuration:&lt;/P&gt;&lt;P&gt;[generic_single_line]&lt;BR /&gt;DATETIME_CONFIG = NONE&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;TIME_FORMAT =&lt;BR /&gt;disabled = false&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620422#M215680</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-10T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620555#M215725</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248856"&gt;@metylkinandrey&lt;/a&gt;&amp;nbsp;You discovered a bug. &amp;nbsp;I used your data as template to conduct a series of tests in my 9.0.2 and got some very surprising results. &amp;nbsp;To nail the strangeness, I added indextime (&lt;FONT face="andale mono,times"&gt;| rename _indextime as indextime&lt;/FONT&gt;), and shifted eventTime around. &amp;nbsp;Regardless of values of&amp;nbsp;DATETIME_CONFIG (NONE or CURRENT),&amp;nbsp;INDEXED_EXTRACTIONS (NONE or json), and KV_MODE (NONE or json), the outcome is the same:&lt;/P&gt;&lt;P&gt;In my tests, Splunk takes the time of day from eventTime (23:21:15 or 20:21:15) and combine it to the current date (2022-11-10) as _time. &amp;nbsp;No matter how many times, and at what hour I submit the event, as long as it is on the same date, all resultant events have exactly identical _time. &amp;nbsp;If the time of day in eventTime is later than _indextime, (e.g., if eventTime is 1985-04-12T23:21:15 but I am testing around 23:00:00) Splunk cannot even find the event unless search window is set to all time. (Or to set latest to after today+23:21:15.)&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;{ "messageId": "ED280816-E404-444A-A2D9-FFD2D171F111",&lt;BR /&gt;"messageType": "RABIS-HeartBeat",&lt;BR /&gt;"eventTime": "1985-04-12T&lt;STRONG&gt;&lt;U&gt;23:21:15&lt;/U&gt;&lt;/STRONG&gt;"&lt;BR /&gt;}&lt;/TD&gt;&lt;TD&gt;{ "messageId": "ED280816-E404-444A-A2D9-FFD2D171F111",&lt;BR /&gt;"messageType": "RABIS-HeartBeat",&lt;BR /&gt;"eventTime": "1985-04-12T&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;U&gt;20:21:15&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;BR /&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22447i02668063592C924A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="strange23342021.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22445i4D0EA5499363958A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="strange23342021.png" alt="strange23342021.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="strange23412021.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22446iA748A374066678BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="strange23412021.png" alt="strange23412021.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;You should file a bug and submit for support. &amp;nbsp;To work around the search problem, you can use &lt;FONT face="andale mono,times"&gt;| rename _indextime as _time&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 09:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620555#M215725</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-11-11T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620729#M215777</link>
      <description>&lt;P&gt;Tell me, you mean paid technical support? I assume that our clients have some support from splunk, but we should not bother them.) This is a bad idea) In our case, we are not using splunk for ourselves, we are just trying to implement monitoring of the system that we do for clients, on the stands clients. But our difficulties should not concern them.&lt;BR /&gt;Or is there some other form of communication with splunk support?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 11:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620729#M215777</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-14T11:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620738#M215779</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;Do I understand correctly that forum users with the status - SplunkTrust, are also technical support?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 12:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620738#M215779</guid>
      <dc:creator>metylkinandrey</dc:creator>
      <dc:date>2022-11-14T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: A field is lost in a message sent in raw</title>
      <link>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620838#M215806</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248856"&gt;@metylkinandrey&lt;/a&gt;&amp;nbsp;SplunkTrust's don't all work for Splunk; many of them who do are not in support. (You can click SPLUNKTRUST link on the top of this page to find out about SplunktTrust program and its members.) &amp;nbsp;Personally I do not work for Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 06:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/A-field-is-lost-in-a-message-sent-in-raw/m-p/620838#M215806</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-11-15T06:24:37Z</dc:date>
    </item>
  </channel>
</rss>

