Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…197601) # Backport This will backport the following commits from `main` to `8.16`: - [[ML] File upload fixing PDF character count limit (#197333)](#197333) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-24T10:47:58Z","message":"[ML] File upload fixing PDF character count limit (#197333)\n\nThe default character limit for the attachment processor is 100000\r\ncharacters. This limit is useful when previewing the contents of the\r\nfile, but should not be applied when ingesting the file.\r\n\r\nThis PR changes the ingest character limit to be unlimited (-1) for\r\ningest and displays the character limit instead of the line limit for\r\nthe document preview.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/1c0cf324-a2b8-452c-b504-7c5b2935ba1c)","sha":"9aa67ef45596080f742166f1c63e2c8f9a44f100","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:File and Index Data Viz","Feature:File Upload","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[ML] File upload fixing PDF character count limit","number":197333,"url":"https://github.com/elastic/kibana/pull/197333","mergeCommit":{"message":"[ML] File upload fixing PDF character count limit (#197333)\n\nThe default character limit for the attachment processor is 100000\r\ncharacters. This limit is useful when previewing the contents of the\r\nfile, but should not be applied when ingesting the file.\r\n\r\nThis PR changes the ingest character limit to be unlimited (-1) for\r\ningest and displays the character limit instead of the line limit for\r\nthe document preview.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/1c0cf324-a2b8-452c-b504-7c5b2935ba1c)","sha":"9aa67ef45596080f742166f1c63e2c8f9a44f100"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197333","number":197333,"mergeCommit":{"message":"[ML] File upload fixing PDF character count limit (#197333)\n\nThe default character limit for the attachment processor is 100000\r\ncharacters. This limit is useful when previewing the contents of the\r\nfile, but should not be applied when ingesting the file.\r\n\r\nThis PR changes the ingest character limit to be unlimited (-1) for\r\ningest and displays the character limit instead of the line limit for\r\nthe document preview.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/1c0cf324-a2b8-452c-b504-7c5b2935ba1c)","sha":"9aa67ef45596080f742166f1c63e2c8f9a44f100"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Gowdy <[email protected]>
- Loading branch information