hey,
i got a search like:
index = a | table timestamp, id , name, age, message
i want to display only the first 10 rows of the field message with an option to show the complete message field (i dont want to use substr - beacuse it's change the field content)
thanks