# Heartbeat problem in 7.7.x

**URL:** https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250
**Category:** Beats
**Tags:** heartbeat
**Created:** [June 16, 2020, 8:09am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250 "2020-06-16T08:09:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fadjar340](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fadjar340/32/43610_2.png) [@fadjar340](https://discuss.elastic.co/u/fadjar340)
#### Post date: [June 16, 2020, 8:09am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/1 "2020-06-16T08:09:23Z")

</div>

Dear Experts,

I have problem with Heartbeat version when upgrade to 7.7.  
In 7.6.2 I have icmp monitor, and the result in the index for rtt was [rtt.us](http://rtt.us), then in 7.7, the [rtt.us](http://rtt.us) was missing and change to [icmp.rtt.us](http://icmp.rtt.us), this will break the dashboard that I already build to bring the rtt performance of the ICMP monitoring.  
Is there any solution that I can upgrade to 7.7 but the [rtt.us](http://rtt.us) still filled? I know I can use scripted field, but I don't want to use it because I use another tools, instead of Kibana, to display the dashboard.

Regards,  
Fadjar Tandabawana

---

<div class="post-metadata">

### Author: ![willemdh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/willemdh/32/16922_2.png) [@willemdh](https://discuss.elastic.co/u/willemdh)
#### Post date: [June 16, 2020, 8:05pm UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/2 "2020-06-16T20:05:41Z")

</div>

@fadjar340 Maybe you could use the add\_field processor?  
[https://www.elastic.co/guide/en/beats/heartbeat/current/add-fields.html](https://www.elastic.co/guide/en/beats/heartbeat/current/add-fields.html)

---

<div class="post-metadata">

### Author: ![fadjar340](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fadjar340/32/43610_2.png) [@fadjar340](https://discuss.elastic.co/u/fadjar340)
#### Post date: [June 17, 2020, 6:09am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/3 "2020-06-17T06:09:20Z")

</div>

Is it possible to add field from the ingestion index data?  
I have no experience to add this add field in heartbeat.

```auto
     processor:
        - add_fields:
            fields:
                rtt.us: icmp.rtt.us

```

Is it looks like above?  
I'm afraid the result is like below:

```auto
    {
        "rtt.us": "icmp.rtt.us"
    }

```

Or use copy field ???

```auto
    processors:
      - copy_fields:
          fields:
            - from: icmp.rtt.us
              to: rtt.us
          fail_on_error: false
          ignore_missing: true

```

Please suggest the best solution.

Regards,  
Fadjar Tandabawana

---

<div class="post-metadata">

### Author: ![fadjar340](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fadjar340/32/43610_2.png) [@fadjar340](https://discuss.elastic.co/u/fadjar340)
#### Post date: [June 19, 2020, 4:34am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/4 "2020-06-19T04:34:23Z")

</div>

Any suggestion from Elastic team?

---

<div class="post-metadata">

### Author: ![fadjar340](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fadjar340/32/43610_2.png) [@fadjar340](https://discuss.elastic.co/u/fadjar340)
#### Post date: [June 20, 2020, 4:02am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/5 "2020-06-20T04:02:29Z")

</div>

> [@fadjar340](#):
>
> ```auto
> - copy_fields:
> fields:
> - from: icmp.rtt.us
> to: rtt.us
> fail_on_error: false
> ignore_missing: true
> 
> ```

Oke...  
This configuration shown [rtt.us](http://rtt.us) and [icmp.rtt.us](http://icmp.rtt.us) accordingly...

I'm happy to upgrade to 7.8.0

Regards,  
Fadjar Tandabawana

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 18, 2020, 6:02am UTC](https://discuss.elastic.co/t/heartbeat-problem-in-7-7-x/237250/6 "2020-07-18T06:02:30Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
