-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest Pipelines] Processor forms for processors A-D #72849
[Ingest Pipelines] Processor forms for processors A-D #72849
Commits on Jul 20, 2020
-
First few processors of the first batch
- Also refactored options to live in scoped objects to avoid overriding type (important fix!) - Have not polished copy or form layout.
Configuration menu - View commit details
-
Copy full SHA for e120f03 - Browse repository at this point
Copy the full SHA e120f03View commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71274a3 - Browse repository at this point
Copy the full SHA 71274a3View commit details
Commits on Jul 22, 2020
-
Refactors for repeated fields and added forms
- date_index_name - dissect - dot_expander - drop Fields refactored: - Field - Ignore missing
Configuration menu - View commit details
-
Copy full SHA for 1621eb8 - Browse repository at this point
Copy the full SHA 1621eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9691f9e - Browse repository at this point
Copy the full SHA 9691f9eView commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0dad23e - Browse repository at this point
Copy the full SHA 0dad23eView commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9952f9b - Browse repository at this point
Copy the full SHA 9952f9bView commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a52d64 - Browse repository at this point
Copy the full SHA 1a52d64View commit details
Commits on Aug 11, 2020
-
Merge branch 'master' of github.com:elastic/kibana into ingest-pipeli…
…nes/processor-forms-a-d * 'master' of github.com:elastic/kibana: (26 commits) [Telemetry][API Integration] size_in_bytes to be a number (elastic#74664) [ILM] Convert node details flyout to TS (elastic#73707) [Ingest Node Pipelines] Sentence-case processor names (elastic#74645) Bump angular dependency from 1.7.9 to 1.8.0 (elastic#74482) [ML] Fixing schema for custom rule conditions (elastic#74676) [ML] Refactor in preparation for new es client (elastic#74552) [ML] Adding initial file analysis overrides (elastic#74376) Allow any hostname for chromium proxy bypass (elastic#74693) [ML] ML on Kibana Management: Add ability to pass a group ID filter to job management page (elastic#74533) [Metrics UI] Fix No Data preview pluralization (elastic#74399) [Bug][Security_Solution][Telemetry] Capitalize S in macOS (elastic#74688) Remove karma tests from legacy maps (elastic#74668) [Ingest Manager] stop creating events-* index pattern and placeholder index (elastic#74683) [Enterprise Search] Update the browser/document title on plugin navigation (elastic#74392) [visualizations] Add i18n translation for 'No results found' (elastic#74619) [maps] convert vector style properties to TS (elastic#74553) bump geckodriver binary to 0.27 (elastic#74638) fix: update apm agents to catch abort requests (elastic#74658) [Security Solution] Resolver children pagination (elastic#74603) add memoryStatus to df analytics page and analytics table in management (elastic#74570) ...
Configuration menu - View commit details
-
Copy full SHA for 97eea65 - Browse repository at this point
Copy the full SHA 97eea65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8160f85 - Browse repository at this point
Copy the full SHA 8160f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bcd67a - Browse repository at this point
Copy the full SHA 0bcd67aView commit details
Commits on Aug 12, 2020
-
Large copy improvements and updates and other small refactors
- Added help text for all fields - Updated layout so that required fields are always on first - Replaced circle radio group with a select drop down
Configuration menu - View commit details
-
Copy full SHA for 1555486 - Browse repository at this point
Copy the full SHA 1555486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7059261 - Browse repository at this point
Copy the full SHA 7059261View commit details -
Configuration menu - View commit details
-
Copy full SHA for a529e38 - Browse repository at this point
Copy the full SHA a529e38View commit details -
Merge branch 'master' of github.com:elastic/kibana into ingest-pipeli…
…nes/processor-forms-a-d * 'master' of github.com:elastic/kibana: (25 commits) [ML] Removing full lodash library imports (elastic#74742) [Search] Server strategy example (elastic#71679) [Reporting] Fix and test for Listing of Reports (elastic#74453) [maps] fix drawing shapes (elastic#74689) [Resolver] Improve simulator. Add more click-through tests and panel tests. (elastic#74601) Deprecate schema-less specs in Vega (elastic#73805) [Security Solution] Rename Administration > Hosts subtab to Endpoints (elastic#74287) Timelion deprecation doc (elastic#74508) [Functional Tests] Adds a wait time between setting the index pattern and the time field on TSVB (elastic#74736) [Lens] Add styling options for x and y axes on the settings popover (elastic#71829) [Maps] add initial location option that fits to data bounds (elastic#74583) theme function (elastic#73451) [data.ui.query] Write filters to query log from default editor. (elastic#74474) [data.search.SearchSource] Move some SearchSource dependencies to the server. (elastic#74607) [Canvas][tech-debt] Convert renderers (elastic#74134) [security solutions][lists] Adds end to end tests (elastic#74473) pluralized for occurrences vs occurrence (elastic#74564) Update links that pointed to CONTRIBUTING.md (elastic#74757) [Ingest pipelines] Implement tabs in processor flyout (elastic#74469) [Event log] Use Alerts client & Actions client when fetching these types of SOs (elastic#73257) ... # Conflicts: # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/field_components/text_editor.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/manage_processor_form.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/append.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/bytes.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/circle.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/common_fields/field_name_field.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/common_fields/ignore_missing_field.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/convert.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/csv.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/date.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/date_index_name.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/dissect.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/dot_expander.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/drop.tsx # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/index.ts # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/manage_processor_form/processors/shared.ts
Configuration menu - View commit details
-
Copy full SHA for bbbe9d2 - Browse repository at this point
Copy the full SHA bbbe9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106701f - Browse repository at this point
Copy the full SHA 106701fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff03ea - Browse repository at this point
Copy the full SHA 5ff03eaView commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for acc54d7 - Browse repository at this point
Copy the full SHA acc54d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 023543b - Browse repository at this point
Copy the full SHA 023543bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a0e1b - Browse repository at this point
Copy the full SHA a6a0e1bView commit details