-
|
Dear Team, I am use skywalking on production, Because the elasticsearch disk is full, so i write a linux crontab job delete yesterday data every day at 6:00 pm。then the instance list is gone from the Instance tab of General-Service dashboard。 like below screenshot in the overview tab the data is normal: After waiting all day, it didn't recover , must i restart the client agent, it could be ok? but i am on production env, Is there any other way to solve it? Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
|
Are you making the crontab keep running? Ideally, the instance would be regenerated if it has traffic/metrics. More importantly, removing yesterday's data is a very bad practice. Don't do that. You could reboot the whole OAP server cluster, and I believe the data would be bad. Of course, make sure you would not create a crontab like this. |
Beta Was this translation helpful? Give feedback.
-
|
since I reboot the oap , i recoverd. |
Beta Was this translation helpful? Give feedback.
-
|
I'm curious why the heart beat exists,why it can't regenerate instance_traffic. I found from this page below: |
Beta Was this translation helpful? Give feedback.
-
|
My crontab job execute below shell: |
Beta Was this translation helpful? Give feedback.
-
|
I had the same problem because our operator cleared ES data through crontab jobs. |
Beta Was this translation helpful? Give feedback.





Are you making the crontab keep running? Ideally, the instance would be regenerated if it has traffic/metrics.
More importantly, removing yesterday's data is a very bad practice. Don't do that.
You could reboot the whole OAP server cluster, and I believe the data would be bad. Of course, make sure you would not create a crontab like this.