Kibana timelion split nested objects not working?

Same for me on v6.6.2 on Elastic Cloud. Here is my query:

.es(index=event_log,timefield=timestamp,q='name:person_buy_report',split='extra.payment_method:5').bars()

I also tried without quotes, and with double quotes.