Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Output of search displays truncated fields (too short) #20

@seti123

Description

@seti123

When a field is specified ID's, Index etc is displayed, not only the specified fields.
Well, I handled this with awk to get only the column I want.
./bin/es -u http://localhost:9200 search "appId:*" appId | awk -F\ '{print $5}'

But the field got truncated after 20 characters. In the following example you can see there is a missing "d" at the end.

./bin/es -u http://localhost:9200 -v search "appId:*" appId
1.0 november test lOg--dH3SoGWUfpOw3jdIw com.instagram.androi

I would prefer to get only specified field displayed but in any case in FULL length.

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions