Client.json migration from sensu core to sensu go

Hi,
I have sensu core servers agents, I want to migrate client.json to sensu go agent conf. Please help.
My conf looks like below:

“client”: {
“name”: “monitor.com”,
“address”: “10.180.182.222”,
“subscriptions”: [
“monitoring”
]
}
}
My rabbitmq.json is

{
“rabbitmq”: {
“password”: “abcdxyz”,
“user”: “sensu”,
“port”: 5671,
“host”: “localhost”,
“ssl”: {
“cert_chain_file”: “/etc/sensu/ssl/cert.pem”,
“private_key_file”: “/etc/sensu/ssl/key.pem”
},
“vhost”: “/sensu”
}
}

redis.json
{
“redis”: {
“port”: 6379,
“host”: “localhost”
}
}

:wave: Hi there, I think what would be most helpful is for us to understand what you’ve tried to do so far and any resources you’ve used (like the migration guide https://docs.sensu.io/sensu-core/latest/migration/) . If you’ve read through the migration guide an something is unclear, that would be worth knowing on our part.