I am doing this to create Index of maxsize but it keeps throwing error -
curl -k -u admin:pass https://localhost:8089/services/data/indexes -d name=mymetricsindex -d datatype
=events -d maxTotalDataSizeMB=10000
Without maxTotalDataSizeMB parameter I can successful create a Index.
↧