After running an nvpair search the results are truncated
原因
SSB only indexes the first 59 characters of every name-value pair (parameter).
If the search parameter is (which is 61 characters long): .sdata.abcdefghij.destination.d_ssb31.processed=10.10.236.246
SSB indexes it only as (which is 59 characters long): .sdata.abcdefghij.destination.d_ssb31.processed=10.10.236.2
So the following results may be returned. .sdata.abcdefghij.destination.d_ssb31.processed=10.10.236.2
解决办法
Use shorter SDATA or NV-pair names so that the search parameter is no longer than 59 characters. That will allow longer values to be used without the results being truncated.